perxis.references.references_pb2
Generated protocol buffer code.
1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# NO CHECKED-IN PROTOBUF GENCODE 4# source: references/references.proto 5# Protobuf Python Version: 5.27.2 6"""Generated protocol buffer code.""" 7from google.protobuf import descriptor as _descriptor 8from google.protobuf import descriptor_pool as _descriptor_pool 9from google.protobuf import runtime_version as _runtime_version 10from google.protobuf import symbol_database as _symbol_database 11from google.protobuf.internal import builder as _builder 12_runtime_version.ValidateProtobufRuntimeVersion( 13 _runtime_version.Domain.PUBLIC, 14 5, 15 27, 16 2, 17 '', 18 'references/references.proto' 19) 20# @@protoc_insertion_point(imports) 21 22_sym_db = _symbol_database.Default() 23 24 25from perxis.items import items_pb2 as items_dot_items__pb2 26 27 28DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1breferences/references.proto\x12\x12\x63ontent.references\x1a\x11items/items.proto\"@\n\tReference\x12\n\n\x02id\x18\x01 \x01(\t\x12\x15\n\rcollection_id\x18\x02 \x01(\t\x12\x10\n\x08\x64isabled\x18\x03 \x01(\x08\"\x92\x01\n\nGetRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65nv_id\x18\x02 \x01(\t\x12\x31\n\nreferences\x18\x03 \x03(\x0b\x32\x1d.content.references.Reference\x12/\n\x07options\x18\x04 \x01(\x0b\x32\x1e.content.references.GetOptions\"b\n\x0bGetResponse\x12\"\n\x05items\x18\x01 \x03(\x0b\x32\x13.content.items.Item\x12/\n\x08notfound\x18\x02 \x03(\x0b\x32\x1d.content.references.Reference\"\x87\x01\n\x0ePublishRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65nv_id\x18\x02 \x01(\t\x12\x31\n\nreferences\x18\x03 \x03(\x0b\x32\x1d.content.references.Reference\x12\x11\n\trecursive\x18\x04 \x01(\x08\x12\r\n\x05\x66orce\x18\x05 \x01(\x08\"\xa8\x01\n\x0fPublishResponse\x12\x30\n\tpublished\x18\x02 \x03(\x0b\x32\x1d.content.references.Reference\x12/\n\x08notfound\x18\x03 \x03(\x0b\x32\x1d.content.references.Reference\x12\x32\n\x0bunpublished\x18\x04 \x03(\x0b\x32\x1d.content.references.Reference\"9\n\nGetOptions\x12\x11\n\tlocale_id\x18\x01 \x01(\t\x12\x18\n\x10translations_ids\x18\x02 \x03(\t2\xac\x01\n\nReferences\x12H\n\x03Get\x12\x1e.content.references.GetRequest\x1a\x1f.content.references.GetResponse\"\x00\x12T\n\x07Publish\x12\".content.references.PublishRequest\x1a#.content.references.PublishResponse\"\x00\x42:Z8git.perx.ru/perxis/perxis-go/proto/references;referencesb\x06proto3') 29 30_globals = globals() 31_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) 32_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'references.references_pb2', _globals) 33if not _descriptor._USE_C_DESCRIPTORS: 34 _globals['DESCRIPTOR']._loaded_options = None 35 _globals['DESCRIPTOR']._serialized_options = b'Z8git.perx.ru/perxis/perxis-go/proto/references;references' 36 _globals['_REFERENCE']._serialized_start=70 37 _globals['_REFERENCE']._serialized_end=134 38 _globals['_GETREQUEST']._serialized_start=137 39 _globals['_GETREQUEST']._serialized_end=283 40 _globals['_GETRESPONSE']._serialized_start=285 41 _globals['_GETRESPONSE']._serialized_end=383 42 _globals['_PUBLISHREQUEST']._serialized_start=386 43 _globals['_PUBLISHREQUEST']._serialized_end=521 44 _globals['_PUBLISHRESPONSE']._serialized_start=524 45 _globals['_PUBLISHRESPONSE']._serialized_end=692 46 _globals['_GETOPTIONS']._serialized_start=694 47 _globals['_GETOPTIONS']._serialized_end=751 48 _globals['_REFERENCES']._serialized_start=754 49 _globals['_REFERENCES']._serialized_end=926 50# @@protoc_insertion_point(module_scope)
DESCRIPTOR =
<google.protobuf.descriptor.FileDescriptor object>