mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-27 00:58:52 +00:00
40 lines
2.3 KiB
Python
40 lines
2.3 KiB
Python
![]() |
# -*- coding: utf-8 -*-
|
||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
# source: CAP.proto
|
||
|
# Protobuf Python Version: 4.25.2
|
||
|
"""Generated protocol buffer code."""
|
||
|
from google.protobuf import descriptor as _descriptor
|
||
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||
|
from google.protobuf import symbol_database as _symbol_database
|
||
|
from google.protobuf.internal import builder as _builder
|
||
|
|
||
|
# @@protoc_insertion_point(imports)
|
||
|
|
||
|
_sym_db = _symbol_database.Default()
|
||
|
|
||
|
|
||
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
||
|
b'\n\tCAP.proto"i\n\tActorInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x16\n\tnamespace\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x0c\n\n_namespaceB\x0e\n\x0c_description"3\n\x11\x41\x63torRegistration\x12\x1e\n\nactor_info\x18\x01 \x01(\x0b\x32\n.ActorInfo"A\n\x0b\x41\x63torLookup\x12#\n\nactor_info\x18\x01 \x01(\x0b\x32\n.ActorInfoH\x00\x88\x01\x01\x42\r\n\x0b_actor_info"4\n\x13\x41\x63torInfoCollection\x12\x1d\n\tinfo_coll\x18\x01 \x03(\x0b\x32\n.ActorInfo"X\n\x13\x41\x63torLookupResponse\x12\r\n\x05\x66ound\x18\x01 \x01(\x08\x12(\n\x05\x61\x63tor\x18\x02 \x01(\x0b\x32\x14.ActorInfoCollectionH\x00\x88\x01\x01\x42\x08\n\x06_actor"\x06\n\x04Ping"\x06\n\x04Pongb\x06proto3'
|
||
|
)
|
||
|
|
||
|
_globals = globals()
|
||
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
||
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "CAP_pb2", _globals)
|
||
|
if _descriptor._USE_C_DESCRIPTORS is False:
|
||
|
DESCRIPTOR._options = None
|
||
|
_globals["_ACTORINFO"]._serialized_start = 13
|
||
|
_globals["_ACTORINFO"]._serialized_end = 118
|
||
|
_globals["_ACTORREGISTRATION"]._serialized_start = 120
|
||
|
_globals["_ACTORREGISTRATION"]._serialized_end = 171
|
||
|
_globals["_ACTORLOOKUP"]._serialized_start = 173
|
||
|
_globals["_ACTORLOOKUP"]._serialized_end = 238
|
||
|
_globals["_ACTORINFOCOLLECTION"]._serialized_start = 240
|
||
|
_globals["_ACTORINFOCOLLECTION"]._serialized_end = 292
|
||
|
_globals["_ACTORLOOKUPRESPONSE"]._serialized_start = 294
|
||
|
_globals["_ACTORLOOKUPRESPONSE"]._serialized_end = 382
|
||
|
_globals["_PING"]._serialized_start = 384
|
||
|
_globals["_PING"]._serialized_end = 390
|
||
|
_globals["_PONG"]._serialized_start = 392
|
||
|
_globals["_PONG"]._serialized_end = 398
|
||
|
# @@protoc_insertion_point(module_scope)
|