hub changes for stream/repost with extensions #113
3 changed files with 54 additions and 94 deletions
File diff suppressed because one or more lines are too long
|
@ -11,25 +11,16 @@ from google.protobuf import symbol_database as _symbol_database
|
|||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
||||
|
||||
|
||||
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0f\x65xtension.proto\x12\x02pb\"\xd5\x01\n\tStringMap\x12)\n\x06\x66ields\x18\x01 \x03(\x0b\x32\x19.pb.StringMap.FieldsEntry\x1a-\n\x05Value\x12\r\n\x03str\x18\x01 \x01(\tH\x00\x12\r\n\x03int\x18\x02 \x01(\x03H\x00\x42\x06\n\x04type\x1a)\n\x06Values\x12\x1f\n\x02vs\x18\x01 \x03(\x0b\x32\x13.pb.StringMap.Value\x1a\x43\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.pb.StringMap.Values:\x02\x38\x01\"1\n\tExtension\x12\x1c\n\x03map\x18\x01 \x01(\x0b\x32\r.pb.StringMapH\x00\x42\x06\n\x04typeb\x06proto3')
|
||||
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0f\x65xtension.proto\x12\x02pb\x1a\x1cgoogle/protobuf/struct.proto\">\n\tExtension\x12)\n\x06struct\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructH\x00\x42\x06\n\x04typeb\x06proto3')
|
||||
|
||||
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
||||
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'extension_pb2', globals())
|
||||
if _descriptor._USE_C_DESCRIPTORS == False:
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
_STRINGMAP_FIELDSENTRY._options = None
|
||||
_STRINGMAP_FIELDSENTRY._serialized_options = b'8\001'
|
||||
_STRINGMAP._serialized_start=24
|
||||
_STRINGMAP._serialized_end=237
|
||||
_STRINGMAP_VALUE._serialized_start=80
|
||||
_STRINGMAP_VALUE._serialized_end=125
|
||||
_STRINGMAP_VALUES._serialized_start=127
|
||||
_STRINGMAP_VALUES._serialized_end=168
|
||||
_STRINGMAP_FIELDSENTRY._serialized_start=170
|
||||
_STRINGMAP_FIELDSENTRY._serialized_end=237
|
||||
_EXTENSION._serialized_start=239
|
||||
_EXTENSION._serialized_end=288
|
||||
_EXTENSION._serialized_start=53
|
||||
_EXTENSION._serialized_end=115
|
||||
# @@protoc_insertion_point(module_scope)
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: stringmap_ext.proto
|
||||
"""Generated protocol buffer code."""
|
||||
from google.protobuf.internal import builder as _builder
|
||||
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
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
|
||||
|
||||
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13stringmap_ext.proto\x12\x03\x65xt\"\x82\x01\n\tStringMap\x12 \n\x01s\x18\x01 \x03(\x0b\x32\x15.ext.StringMap.SEntry\x1a\x13\n\x05Value\x12\n\n\x02vs\x18\x01 \x03(\t\x1a>\n\x06SEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.ext.StringMap.Value:\x02\x38\x01\x62\x06proto3')
|
||||
|
||||
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
||||
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'stringmap_ext_pb2', globals())
|
||||
if _descriptor._USE_C_DESCRIPTORS == False:
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
_STRINGMAP_SENTRY._options = None
|
||||
_STRINGMAP_SENTRY._serialized_options = b'8\001'
|
||||
_STRINGMAP._serialized_start=29
|
||||
_STRINGMAP._serialized_end=159
|
||||
_STRINGMAP_VALUE._serialized_start=76
|
||||
_STRINGMAP_VALUE._serialized_end=95
|
||||
_STRINGMAP_SENTRY._serialized_start=97
|
||||
_STRINGMAP_SENTRY._serialized_end=159
|
||||
# @@protoc_insertion_point(module_scope)
|
Loading…
Reference in a new issue