You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.9 KiB
70 lines
1.9 KiB
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: ConnectStatus.proto
|
|
|
|
from google.protobuf import descriptor as _descriptor
|
|
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()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
|
name='ConnectStatus.proto',
|
|
package='',
|
|
syntax='proto3',
|
|
serialized_options=None,
|
|
create_key=_descriptor._internal_create_key,
|
|
serialized_pb=b'\n\x13\x43onnectStatus.proto\"\x1f\n\rConnectStatus\x12\x0e\n\x06status\x18\x01 \x01(\x05\x62\x06proto3'
|
|
)
|
|
|
|
|
|
|
|
|
|
_CONNECTSTATUS = _descriptor.Descriptor(
|
|
name='ConnectStatus',
|
|
full_name='ConnectStatus',
|
|
filename=None,
|
|
file=DESCRIPTOR,
|
|
containing_type=None,
|
|
create_key=_descriptor._internal_create_key,
|
|
fields=[
|
|
_descriptor.FieldDescriptor(
|
|
name='status', full_name='ConnectStatus.status', index=0,
|
|
number=1, type=5, cpp_type=1, label=1,
|
|
has_default_value=False, default_value=0,
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
is_extension=False, extension_scope=None,
|
|
serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
|
|
],
|
|
extensions=[
|
|
],
|
|
nested_types=[],
|
|
enum_types=[
|
|
],
|
|
serialized_options=None,
|
|
is_extendable=False,
|
|
syntax='proto3',
|
|
extension_ranges=[],
|
|
oneofs=[
|
|
],
|
|
serialized_start=23,
|
|
serialized_end=54,
|
|
)
|
|
|
|
DESCRIPTOR.message_types_by_name['ConnectStatus'] = _CONNECTSTATUS
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
ConnectStatus = _reflection.GeneratedProtocolMessageType('ConnectStatus', (_message.Message,), {
|
|
'DESCRIPTOR' : _CONNECTSTATUS,
|
|
'__module__' : 'ConnectStatus_pb2'
|
|
# @@protoc_insertion_point(class_scope:ConnectStatus)
|
|
})
|
|
_sym_db.RegisterMessage(ConnectStatus)
|
|
|
|
|
|
# @@protoc_insertion_point(module_scope)
|