Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bosdyn-api / api / spot_cam / version_pb2.py
Size: Mime:
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: bosdyn/api/spot_cam/version.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 bosdyn.api import robot_id_pb2 as bosdyn_dot_api_dot_robot__id__pb2


DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!bosdyn/api/spot_cam/version.proto\x12\x13\x62osdyn.api.spot_cam\x1a\x17\x62osdyn/api/header.proto\x1a\x19\x62osdyn/api/robot_id.proto\"F\n\x19GetSoftwareVersionRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\x86\x01\n\x1aGetSoftwareVersionResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12,\n\x07version\x18\x02 \x01(\x0b\x32\x1b.bosdyn.api.SoftwareVersion\x12\x0e\n\x06\x64\x65tail\x18\x03 \x01(\tB\x0e\x42\x0cVersionProtob\x06proto3')



_GETSOFTWAREVERSIONREQUEST = DESCRIPTOR.message_types_by_name['GetSoftwareVersionRequest']
_GETSOFTWAREVERSIONRESPONSE = DESCRIPTOR.message_types_by_name['GetSoftwareVersionResponse']
GetSoftwareVersionRequest = _reflection.GeneratedProtocolMessageType('GetSoftwareVersionRequest', (_message.Message,), {
  'DESCRIPTOR' : _GETSOFTWAREVERSIONREQUEST,
  '__module__' : 'bosdyn.api.spot_cam.version_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetSoftwareVersionRequest)
  })
_sym_db.RegisterMessage(GetSoftwareVersionRequest)

GetSoftwareVersionResponse = _reflection.GeneratedProtocolMessageType('GetSoftwareVersionResponse', (_message.Message,), {
  'DESCRIPTOR' : _GETSOFTWAREVERSIONRESPONSE,
  '__module__' : 'bosdyn.api.spot_cam.version_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.spot_cam.GetSoftwareVersionResponse)
  })
_sym_db.RegisterMessage(GetSoftwareVersionResponse)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'B\014VersionProto'
  _GETSOFTWAREVERSIONREQUEST._serialized_start=110
  _GETSOFTWAREVERSIONREQUEST._serialized_end=180
  _GETSOFTWAREVERSIONRESPONSE._serialized_start=183
  _GETSOFTWAREVERSIONRESPONSE._serialized_end=317
# @@protoc_insertion_point(module_scope)