37 lines
2.3 KiB
Python
37 lines
2.3 KiB
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
# source: google/protobuf/struct.proto
|
||
|
"""Generated protocol buffer code."""
|
||
|
from protobuf.internal import builder as _builder
|
||
|
from protobuf import descriptor as _descriptor
|
||
|
from protobuf import descriptor_pool as _descriptor_pool
|
||
|
from protobuf import symbol_database as _symbol_database
|
||
|
# @@protoc_insertion_point(imports)
|
||
|
|
||
|
_sym_db = _symbol_database.Default()
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cgoogle/protobuf/struct.proto\x12\x0fprotobuf\"\x84\x01\n\x06Struct\x12\x33\n\x06\x66ields\x18\x01 \x03(\x0b\x32#.protobuf.Struct.FieldsEntry\x1a\x45\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.protobuf.Value:\x02\x38\x01\"\xea\x01\n\x05Value\x12\x30\n\nnull_value\x18\x01 \x01(\x0e\x32\x1a.protobuf.NullValueH\x00\x12\x16\n\x0cnumber_value\x18\x02 \x01(\x01H\x00\x12\x16\n\x0cstring_value\x18\x03 \x01(\tH\x00\x12\x14\n\nbool_value\x18\x04 \x01(\x08H\x00\x12/\n\x0cstruct_value\x18\x05 \x01(\x0b\x32\x17.protobuf.StructH\x00\x12\x30\n\nlist_value\x18\x06 \x01(\x0b\x32\x1a.protobuf.ListValueH\x00\x42\x06\n\x04kind\"3\n\tListValue\x12&\n\x06values\x18\x01 \x03(\x0b\x32\x16.protobuf.Value*\x1b\n\tNullValue\x12\x0e\n\nNULL_VALUE\x10\x00\x42\x7f\n\x13\x63om.protobufB\x0bStructProtoP\x01Z/google.golang.org/protobuf/types/known/structpb\xf8\x01\x01\xa2\x02\x03GPB\xaa\x02\x1eprotobuf.WellKnownTypesb\x06proto3')
|
||
|
|
||
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
||
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'protobuf.struct_pb2', globals())
|
||
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
||
|
|
||
|
DESCRIPTOR._options = None
|
||
|
DESCRIPTOR._serialized_options = b'\n\023com.protobufB\013StructProtoP\001Z/google.golang.org/protobuf/types/known/structpb\370\001\001\242\002\003GPB\252\002\036protobuf.WellKnownTypes'
|
||
|
_STRUCT_FIELDSENTRY._options = None
|
||
|
_STRUCT_FIELDSENTRY._serialized_options = b'8\001'
|
||
|
_NULLVALUE._serialized_start=474
|
||
|
_NULLVALUE._serialized_end=501
|
||
|
_STRUCT._serialized_start=50
|
||
|
_STRUCT._serialized_end=182
|
||
|
_STRUCT_FIELDSENTRY._serialized_start=113
|
||
|
_STRUCT_FIELDSENTRY._serialized_end=182
|
||
|
_VALUE._serialized_start=185
|
||
|
_VALUE._serialized_end=419
|
||
|
_LISTVALUE._serialized_start=421
|
||
|
_LISTVALUE._serialized_end=472
|
||
|
# @@protoc_insertion_point(module_scope)
|