licensing.proto
path phonexia/grpc/common/licensing.proto
package phonexia.grpc.common
Phonexia licensing definitions for gRPC API.
Messages
LicensingInfoRequest
| Name | Type | Description |
|---|
LicensingInfoResult
The top-level message returned to the client by LicenseInfo
method.
| Name | Type | Description |
|---|---|---|
valid_until | string | Validity of a license in YYYY-MM-DD format according to ISO 8601. |
is_valid | bool | License status, contains "false" if the license has expired. |
technology_name | string | Name of the technology being licensed. |
model_info | ModelInfo | Information about the licensed model. |
license_flags | repeated LicensingInfoResult.LicenseFlagsEntry | License flags |
LicensingInfoResult.LicenseFlagsEntry
| Name | Type | Description |
|---|---|---|
key | string | |
value | string |
ModelInfo
| Name | Type | Description |
|---|---|---|
name | string | Name of the model. |
version | string | Version of the model. |
Services
Licensing
Service that implements licensing provider.
Info
| Method | Info |
|---|---|
| Request | LicensingInfoRequest |
| Response | LicensingInfoResult |
| Description | Returns information about the license. |