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/spot_cam/network.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 wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!bosdyn/api/spot_cam/network.proto\x12\x13\x62osdyn.api.spot_cam\x1a\x17\x62osdyn/api/header.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xc6\x01\n\x0cNetworkTuple\x12-\n\x07\x61\x64\x64ress\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12-\n\x07netmask\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12-\n\x07gateway\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12)\n\x03mtu\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\"F\n\x19GetNetworkSettingsRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"}\n\x1aGetNetworkSettingsResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x33\n\x08settings\x18\x02 \x01(\x0b\x32!.bosdyn.api.spot_cam.NetworkTuple\">\n\x11GetSSLCertRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"U\n\x12GetSSLCertResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x13\n\x0b\x63\x65rtificate\x18\x02 \x01(\t\"\xd4\x04\n\tICEServer\x12\x37\n\x04type\x18\x01 \x01(\x0e\x32).bosdyn.api.spot_cam.ICEServer.servertype\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\r\x12>\n\ttransport\x18\x04 \x01(\x0e\x32+.bosdyn.api.spot_cam.ICEServer.icetransport\x12\x38\n\x04\x61uth\x18\x05 \x01(\x0b\x32*.bosdyn.api.spot_cam.ICEServer.auth_params\x1a\xf8\x01\n\x0b\x61uth_params\x12.\n\x08username\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x46\n\x05oauth\x18\x02 \x01(\x0b\x32\x35.bosdyn.api.spot_cam.ICEServer.auth_params.oauth_pairH\x00\x12\x30\n\x08password\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x1a\x31\n\noauth_pair\x12\x0e\n\x06MACKey\x18\x01 \x01(\t\x12\x13\n\x0b\x41\x63\x63\x65ssToken\x18\x02 \x01(\tB\x0c\n\ncredential\"-\n\nservertype\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04STUN\x10\x01\x12\x08\n\x04TURN\x10\x02\"K\n\x0cicetransport\x12\x15\n\x11TRANSPORT_UNKNOWN\x10\x00\x12\x11\n\rTRANSPORT_UDP\x10\x01\x12\x11\n\rTRANSPORT_TCP\x10\x02\"G\n\x1aGetICEConfigurationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"z\n\x1bGetICEConfigurationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12/\n\x07servers\x18\x02 \x03(\x0b\x32\x1e.bosdyn.api.spot_cam.ICEServer\"x\n\x1aSetICEConfigurationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12/\n\x07servers\x18\x02 \x03(\x0b\x32\x1e.bosdyn.api.spot_cam.ICEServer\"I\n\x1bSetICEConfigurationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeaderB\x0e\x42\x0cNetworkProtob\x06proto3')
_NETWORKTUPLE = DESCRIPTOR.message_types_by_name['NetworkTuple']
_GETNETWORKSETTINGSREQUEST = DESCRIPTOR.message_types_by_name['GetNetworkSettingsRequest']
_GETNETWORKSETTINGSRESPONSE = DESCRIPTOR.message_types_by_name['GetNetworkSettingsResponse']
_GETSSLCERTREQUEST = DESCRIPTOR.message_types_by_name['GetSSLCertRequest']
_GETSSLCERTRESPONSE = DESCRIPTOR.message_types_by_name['GetSSLCertResponse']
_ICESERVER = DESCRIPTOR.message_types_by_name['ICEServer']
_ICESERVER_AUTH_PARAMS = _ICESERVER.nested_types_by_name['auth_params']
_ICESERVER_AUTH_PARAMS_OAUTH_PAIR = _ICESERVER_AUTH_PARAMS.nested_types_by_name['oauth_pair']
_GETICECONFIGURATIONREQUEST = DESCRIPTOR.message_types_by_name['GetICEConfigurationRequest']
_GETICECONFIGURATIONRESPONSE = DESCRIPTOR.message_types_by_name['GetICEConfigurationResponse']
_SETICECONFIGURATIONREQUEST = DESCRIPTOR.message_types_by_name['SetICEConfigurationRequest']
_SETICECONFIGURATIONRESPONSE = DESCRIPTOR.message_types_by_name['SetICEConfigurationResponse']
_ICESERVER_SERVERTYPE = _ICESERVER.enum_types_by_name['servertype']
_ICESERVER_ICETRANSPORT = _ICESERVER.enum_types_by_name['icetransport']
NetworkTuple = _reflection.GeneratedProtocolMessageType('NetworkTuple', (_message.Message,), {
'DESCRIPTOR' : _NETWORKTUPLE,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.NetworkTuple)
})
_sym_db.RegisterMessage(NetworkTuple)
GetNetworkSettingsRequest = _reflection.GeneratedProtocolMessageType('GetNetworkSettingsRequest', (_message.Message,), {
'DESCRIPTOR' : _GETNETWORKSETTINGSREQUEST,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetNetworkSettingsRequest)
})
_sym_db.RegisterMessage(GetNetworkSettingsRequest)
GetNetworkSettingsResponse = _reflection.GeneratedProtocolMessageType('GetNetworkSettingsResponse', (_message.Message,), {
'DESCRIPTOR' : _GETNETWORKSETTINGSRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetNetworkSettingsResponse)
})
_sym_db.RegisterMessage(GetNetworkSettingsResponse)
GetSSLCertRequest = _reflection.GeneratedProtocolMessageType('GetSSLCertRequest', (_message.Message,), {
'DESCRIPTOR' : _GETSSLCERTREQUEST,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetSSLCertRequest)
})
_sym_db.RegisterMessage(GetSSLCertRequest)
GetSSLCertResponse = _reflection.GeneratedProtocolMessageType('GetSSLCertResponse', (_message.Message,), {
'DESCRIPTOR' : _GETSSLCERTRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetSSLCertResponse)
})
_sym_db.RegisterMessage(GetSSLCertResponse)
ICEServer = _reflection.GeneratedProtocolMessageType('ICEServer', (_message.Message,), {
'auth_params' : _reflection.GeneratedProtocolMessageType('auth_params', (_message.Message,), {
'oauth_pair' : _reflection.GeneratedProtocolMessageType('oauth_pair', (_message.Message,), {
'DESCRIPTOR' : _ICESERVER_AUTH_PARAMS_OAUTH_PAIR,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.ICEServer.auth_params.oauth_pair)
})
,
'DESCRIPTOR' : _ICESERVER_AUTH_PARAMS,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.ICEServer.auth_params)
})
,
'DESCRIPTOR' : _ICESERVER,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.ICEServer)
})
_sym_db.RegisterMessage(ICEServer)
_sym_db.RegisterMessage(ICEServer.auth_params)
_sym_db.RegisterMessage(ICEServer.auth_params.oauth_pair)
GetICEConfigurationRequest = _reflection.GeneratedProtocolMessageType('GetICEConfigurationRequest', (_message.Message,), {
'DESCRIPTOR' : _GETICECONFIGURATIONREQUEST,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetICEConfigurationRequest)
})
_sym_db.RegisterMessage(GetICEConfigurationRequest)
GetICEConfigurationResponse = _reflection.GeneratedProtocolMessageType('GetICEConfigurationResponse', (_message.Message,), {
'DESCRIPTOR' : _GETICECONFIGURATIONRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetICEConfigurationResponse)
})
_sym_db.RegisterMessage(GetICEConfigurationResponse)
SetICEConfigurationRequest = _reflection.GeneratedProtocolMessageType('SetICEConfigurationRequest', (_message.Message,), {
'DESCRIPTOR' : _SETICECONFIGURATIONREQUEST,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.SetICEConfigurationRequest)
})
_sym_db.RegisterMessage(SetICEConfigurationRequest)
SetICEConfigurationResponse = _reflection.GeneratedProtocolMessageType('SetICEConfigurationResponse', (_message.Message,), {
'DESCRIPTOR' : _SETICECONFIGURATIONRESPONSE,
'__module__' : 'bosdyn.api.spot_cam.network_pb2'
# @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.SetICEConfigurationResponse)
})
_sym_db.RegisterMessage(SetICEConfigurationResponse)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'B\014NetworkProto'
_NETWORKTUPLE._serialized_start=116
_NETWORKTUPLE._serialized_end=314
_GETNETWORKSETTINGSREQUEST._serialized_start=316
_GETNETWORKSETTINGSREQUEST._serialized_end=386
_GETNETWORKSETTINGSRESPONSE._serialized_start=388
_GETNETWORKSETTINGSRESPONSE._serialized_end=513
_GETSSLCERTREQUEST._serialized_start=515
_GETSSLCERTREQUEST._serialized_end=577
_GETSSLCERTRESPONSE._serialized_start=579
_GETSSLCERTRESPONSE._serialized_end=664
_ICESERVER._serialized_start=667
_ICESERVER._serialized_end=1263
_ICESERVER_AUTH_PARAMS._serialized_start=891
_ICESERVER_AUTH_PARAMS._serialized_end=1139
_ICESERVER_AUTH_PARAMS_OAUTH_PAIR._serialized_start=1076
_ICESERVER_AUTH_PARAMS_OAUTH_PAIR._serialized_end=1125
_ICESERVER_SERVERTYPE._serialized_start=1141
_ICESERVER_SERVERTYPE._serialized_end=1186
_ICESERVER_ICETRANSPORT._serialized_start=1188
_ICESERVER_ICETRANSPORT._serialized_end=1263
_GETICECONFIGURATIONREQUEST._serialized_start=1265
_GETICECONFIGURATIONREQUEST._serialized_end=1336
_GETICECONFIGURATIONRESPONSE._serialized_start=1338
_GETICECONFIGURATIONRESPONSE._serialized_end=1460
_SETICECONFIGURATIONREQUEST._serialized_start=1462
_SETICECONFIGURATIONREQUEST._serialized_end=1582
_SETICECONFIGURATIONRESPONSE._serialized_start=1584
_SETICECONFIGURATIONRESPONSE._serialized_end=1657
# @@protoc_insertion_point(module_scope)