Skip to main content

licensing.proto

path phonexia/grpc/common/licensing.proto

package phonexia.grpc.common

Phonexia licensing definitions for gRPC API.


Messages

LicensingInfoRequest

NameTypeDescription

LicensingInfoResult

The top-level message returned to the client by LicenseInfo method.

NameTypeDescription
valid_untilstring

Validity of a license in YYYY-MM-DD format according to ISO 8601.

is_validbool

License status, contains "false" if the license has expired.

technology_namestring

Name of the technology being licensed.

model_infoModelInfo

Information about the licensed model.

license_flagsrepeated LicensingInfoResult.LicenseFlagsEntry

License flags

LicensingInfoResult.LicenseFlagsEntry

NameTypeDescription
keystring
valuestring

ModelInfo

NameTypeDescription
namestring

Name of the model.

versionstring

Version of the model.


Services

Licensing

Service that implements licensing provider.

Info

MethodInfo
RequestLicensingInfoRequest
ResponseLicensingInfoResult
Description

Returns information about the license.