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 / directory_pb2.py
Size: Mime:
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: bosdyn/api/directory.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\x1a\x62osdyn/api/directory.proto\x12\nbosdyn.api\x1a\x17\x62osdyn/api/header.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xfa\x01\n\x0cServiceEntry\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x04type\x18\x02 \x01(\tH\x00\x12\x11\n\tauthority\x18\x03 \x01(\t\x12/\n\x0blast_update\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1b\n\x13user_token_required\x18\x05 \x01(\x08\x12\x1b\n\x13permission_required\x18\x07 \x01(\t\x12\x1d\n\x15liveness_timeout_secs\x18\x08 \x01(\x01\x12\x19\n\x11host_payload_guid\x18\t \x01(\tB\x0e\n\x0cservice_typeJ\x04\x08\x06\x10\x07\")\n\x08\x45ndpoint\x12\x0f\n\x07host_ip\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\x05\"Y\n\x16GetServiceEntryRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x14\n\x0cservice_name\x18\x02 \x01(\t\"\xff\x01\n\x17GetServiceEntryResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12:\n\x06status\x18\x02 \x01(\x0e\x32*.bosdyn.api.GetServiceEntryResponse.Status\x12/\n\rservice_entry\x18\x03 \x01(\x0b\x32\x18.bosdyn.api.ServiceEntry\"K\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x1e\n\x1aSTATUS_NONEXISTENT_SERVICE\x10\x02\"F\n\x19ListServiceEntriesRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"{\n\x1aListServiceEntriesResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x31\n\x0fservice_entries\x18\x02 \x03(\x0b\x32\x18.bosdyn.api.ServiceEntryB\x10\x42\x0e\x44irectoryProtob\x06proto3')



_SERVICEENTRY = DESCRIPTOR.message_types_by_name['ServiceEntry']
_ENDPOINT = DESCRIPTOR.message_types_by_name['Endpoint']
_GETSERVICEENTRYREQUEST = DESCRIPTOR.message_types_by_name['GetServiceEntryRequest']
_GETSERVICEENTRYRESPONSE = DESCRIPTOR.message_types_by_name['GetServiceEntryResponse']
_LISTSERVICEENTRIESREQUEST = DESCRIPTOR.message_types_by_name['ListServiceEntriesRequest']
_LISTSERVICEENTRIESRESPONSE = DESCRIPTOR.message_types_by_name['ListServiceEntriesResponse']
_GETSERVICEENTRYRESPONSE_STATUS = _GETSERVICEENTRYRESPONSE.enum_types_by_name['Status']
ServiceEntry = _reflection.GeneratedProtocolMessageType('ServiceEntry', (_message.Message,), {
  'DESCRIPTOR' : _SERVICEENTRY,
  '__module__' : 'bosdyn.api.directory_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.ServiceEntry)
  })
_sym_db.RegisterMessage(ServiceEntry)

Endpoint = _reflection.GeneratedProtocolMessageType('Endpoint', (_message.Message,), {
  'DESCRIPTOR' : _ENDPOINT,
  '__module__' : 'bosdyn.api.directory_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.Endpoint)
  })
_sym_db.RegisterMessage(Endpoint)

GetServiceEntryRequest = _reflection.GeneratedProtocolMessageType('GetServiceEntryRequest', (_message.Message,), {
  'DESCRIPTOR' : _GETSERVICEENTRYREQUEST,
  '__module__' : 'bosdyn.api.directory_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.GetServiceEntryRequest)
  })
_sym_db.RegisterMessage(GetServiceEntryRequest)

GetServiceEntryResponse = _reflection.GeneratedProtocolMessageType('GetServiceEntryResponse', (_message.Message,), {
  'DESCRIPTOR' : _GETSERVICEENTRYRESPONSE,
  '__module__' : 'bosdyn.api.directory_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.GetServiceEntryResponse)
  })
_sym_db.RegisterMessage(GetServiceEntryResponse)

ListServiceEntriesRequest = _reflection.GeneratedProtocolMessageType('ListServiceEntriesRequest', (_message.Message,), {
  'DESCRIPTOR' : _LISTSERVICEENTRIESREQUEST,
  '__module__' : 'bosdyn.api.directory_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.ListServiceEntriesRequest)
  })
_sym_db.RegisterMessage(ListServiceEntriesRequest)

ListServiceEntriesResponse = _reflection.GeneratedProtocolMessageType('ListServiceEntriesResponse', (_message.Message,), {
  'DESCRIPTOR' : _LISTSERVICEENTRIESRESPONSE,
  '__module__' : 'bosdyn.api.directory_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.ListServiceEntriesResponse)
  })
_sym_db.RegisterMessage(ListServiceEntriesResponse)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'B\016DirectoryProto'
  _SERVICEENTRY._serialized_start=101
  _SERVICEENTRY._serialized_end=351
  _ENDPOINT._serialized_start=353
  _ENDPOINT._serialized_end=394
  _GETSERVICEENTRYREQUEST._serialized_start=396
  _GETSERVICEENTRYREQUEST._serialized_end=485
  _GETSERVICEENTRYRESPONSE._serialized_start=488
  _GETSERVICEENTRYRESPONSE._serialized_end=743
  _GETSERVICEENTRYRESPONSE_STATUS._serialized_start=668
  _GETSERVICEENTRYRESPONSE_STATUS._serialized_end=743
  _LISTSERVICEENTRIESREQUEST._serialized_start=745
  _LISTSERVICEENTRIESREQUEST._serialized_end=815
  _LISTSERVICEENTRIESRESPONSE._serialized_start=817
  _LISTSERVICEENTRIESRESPONSE._serialized_end=940
# @@protoc_insertion_point(module_scope)