Repository URL to install this package:
|
Version:
4.1.0 ▾
|
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: bosdyn/api/license.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18\x62osdyn/api/license.proto\x12\nbosdyn.api\x1a\x17\x62osdyn/api/header.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8d\x03\n\x0bLicenseInfo\x12.\n\x06status\x18\x01 \x01(\x0e\x32\x1e.bosdyn.api.LicenseInfo.Status\x12\n\n\x02id\x18\x02 \x01(\t\x12\x14\n\x0crobot_serial\x18\x03 \x01(\t\x12\x34\n\x10not_valid_before\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0fnot_valid_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x19\n\x11licensed_features\x18\x06 \x03(\t\"\xa5\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x10\n\x0cSTATUS_VALID\x10\x01\x12\x12\n\x0eSTATUS_EXPIRED\x10\x02\x12\x18\n\x14STATUS_NOT_YET_VALID\x10\x03\x12\x14\n\x10STATUS_MALFORMED\x10\x04\x12\x1a\n\x16STATUS_SERIAL_MISMATCH\x10\x05\x12\x15\n\x11STATUS_NO_LICENSE\x10\x06\"B\n\x15GetLicenseInfoRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"n\n\x16GetLicenseInfoResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12(\n\x07license\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.LicenseInfo\"\\\n\x18GetFeatureEnabledRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x15\n\rfeature_codes\x18\x02 \x03(\t\"\xd2\x01\n\x19GetFeatureEnabledResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12R\n\x0f\x66\x65\x61ture_enabled\x18\x02 \x03(\x0b\x32\x39.bosdyn.api.GetFeatureEnabledResponse.FeatureEnabledEntry\x1a\x35\n\x13\x46\x65\x61tureEnabledEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01\x42\x0e\x42\x0cLicenseProtob\x06proto3')
_LICENSEINFO = DESCRIPTOR.message_types_by_name['LicenseInfo']
_GETLICENSEINFOREQUEST = DESCRIPTOR.message_types_by_name['GetLicenseInfoRequest']
_GETLICENSEINFORESPONSE = DESCRIPTOR.message_types_by_name['GetLicenseInfoResponse']
_GETFEATUREENABLEDREQUEST = DESCRIPTOR.message_types_by_name['GetFeatureEnabledRequest']
_GETFEATUREENABLEDRESPONSE = DESCRIPTOR.message_types_by_name['GetFeatureEnabledResponse']
_GETFEATUREENABLEDRESPONSE_FEATUREENABLEDENTRY = _GETFEATUREENABLEDRESPONSE.nested_types_by_name['FeatureEnabledEntry']
_LICENSEINFO_STATUS = _LICENSEINFO.enum_types_by_name['Status']
LicenseInfo = _reflection.GeneratedProtocolMessageType('LicenseInfo', (_message.Message,), {
'DESCRIPTOR' : _LICENSEINFO,
'__module__' : 'bosdyn.api.license_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.LicenseInfo)
})
_sym_db.RegisterMessage(LicenseInfo)
GetLicenseInfoRequest = _reflection.GeneratedProtocolMessageType('GetLicenseInfoRequest', (_message.Message,), {
'DESCRIPTOR' : _GETLICENSEINFOREQUEST,
'__module__' : 'bosdyn.api.license_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.GetLicenseInfoRequest)
})
_sym_db.RegisterMessage(GetLicenseInfoRequest)
GetLicenseInfoResponse = _reflection.GeneratedProtocolMessageType('GetLicenseInfoResponse', (_message.Message,), {
'DESCRIPTOR' : _GETLICENSEINFORESPONSE,
'__module__' : 'bosdyn.api.license_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.GetLicenseInfoResponse)
})
_sym_db.RegisterMessage(GetLicenseInfoResponse)
GetFeatureEnabledRequest = _reflection.GeneratedProtocolMessageType('GetFeatureEnabledRequest', (_message.Message,), {
'DESCRIPTOR' : _GETFEATUREENABLEDREQUEST,
'__module__' : 'bosdyn.api.license_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.GetFeatureEnabledRequest)
})
_sym_db.RegisterMessage(GetFeatureEnabledRequest)
GetFeatureEnabledResponse = _reflection.GeneratedProtocolMessageType('GetFeatureEnabledResponse', (_message.Message,), {
'FeatureEnabledEntry' : _reflection.GeneratedProtocolMessageType('FeatureEnabledEntry', (_message.Message,), {
'DESCRIPTOR' : _GETFEATUREENABLEDRESPONSE_FEATUREENABLEDENTRY,
'__module__' : 'bosdyn.api.license_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.GetFeatureEnabledResponse.FeatureEnabledEntry)
})
,
'DESCRIPTOR' : _GETFEATUREENABLEDRESPONSE,
'__module__' : 'bosdyn.api.license_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.GetFeatureEnabledResponse)
})
_sym_db.RegisterMessage(GetFeatureEnabledResponse)
_sym_db.RegisterMessage(GetFeatureEnabledResponse.FeatureEnabledEntry)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'B\014LicenseProto'
_GETFEATUREENABLEDRESPONSE_FEATUREENABLEDENTRY._options = None
_GETFEATUREENABLEDRESPONSE_FEATUREENABLEDENTRY._serialized_options = b'8\001'
_LICENSEINFO._serialized_start=99
_LICENSEINFO._serialized_end=496
_LICENSEINFO_STATUS._serialized_start=331
_LICENSEINFO_STATUS._serialized_end=496
_GETLICENSEINFOREQUEST._serialized_start=498
_GETLICENSEINFOREQUEST._serialized_end=564
_GETLICENSEINFORESPONSE._serialized_start=566
_GETLICENSEINFORESPONSE._serialized_end=676
_GETFEATUREENABLEDREQUEST._serialized_start=678
_GETFEATUREENABLEDREQUEST._serialized_end=770
_GETFEATUREENABLEDRESPONSE._serialized_start=773
_GETFEATUREENABLEDRESPONSE._serialized_end=983
_GETFEATUREENABLEDRESPONSE_FEATUREENABLEDENTRY._serialized_start=930
_GETFEATUREENABLEDRESPONSE_FEATUREENABLEDENTRY._serialized_end=983
# @@protoc_insertion_point(module_scope)