perxis.delivery.delivery_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: delivery/delivery.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    'delivery/delivery.proto'
19)
20# @@protoc_insertion_point(imports)
21
22_sym_db = _symbol_database.Default()
23
24
25from perxis.locales import locales_pb2 as locales_dot_locales__pb2
26from perxis.environments import environments_pb2 as environments_dot_environments__pb2
27from perxis.collections import collections_pb2 as collections_dot_collections__pb2
28from perxis.items import items_pb2 as items_dot_items__pb2
29from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
30
31
32DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17\x64\x65livery/delivery.proto\x12\x08\x64\x65livery\x1a\x15locales/locales.proto\x1a\x1f\x65nvironments/environments.proto\x1a\x1d\x63ollections/collections.proto\x1a\x11items/items.proto\x1a\x1cgoogle/protobuf/struct.proto\"&\n\x12ListLocalesRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\"?\n\x13ListLocalesResponse\x12(\n\x07locales\x18\x01 \x03(\x0b\x32\x17.content.locales.Locale\"9\n\x15GetEnvironmentRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65nv_id\x18\x02 \x01(\t\"H\n\x16GetEnvironmentResponse\x12.\n\x03\x65nv\x18\x01 \x01(\x0b\x32!.content.environments.Environment\"+\n\x17ListEnvironmentsRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\"K\n\x18ListEnvironmentsResponse\x12/\n\x04\x65nvs\x18\x01 \x03(\x0b\x32!.content.environments.Environment\"O\n\x14GetCollectionRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65nv_id\x18\x02 \x01(\t\x12\x15\n\rcollection_id\x18\x03 \x01(\t\"L\n\x15GetCollectionResponse\x12\x33\n\ncollection\x18\x01 \x01(\x0b\x32\x1f.content.collections.Collection\":\n\x16ListCollectionsRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65nv_id\x18\x02 \x01(\t\"O\n\x17ListCollectionsResponse\x12\x34\n\x0b\x63ollections\x18\x01 \x03(\x0b\x32\x1f.content.collections.Collection\"\x8f\x01\n\x0eGetItemRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65nv_id\x18\x02 \x01(\t\x12\x15\n\rcollection_id\x18\x03 \x01(\t\x12\x0f\n\x07item_id\x18\x05 \x01(\t\x12\x33\n\x07options\x18\x06 \x01(\x0b\x32\".content.items.GetPublishedOptions\"4\n\x0fGetItemResponse\x12!\n\x04item\x18\x01 \x01(\x0b\x32\x13.content.items.Item\"\xa8\x01\n\x10\x46indItemsRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65nv_id\x18\x02 \x01(\t\x12\x15\n\rcollection_id\x18\x03 \x01(\t\x12%\n\x06\x66ilter\x18\x05 \x01(\x0b\x32\x15.content.items.Filter\x12\x34\n\x07options\x18\x06 \x01(\x0b\x32#.content.items.FindPublishedOptions\"F\n\x11\x46indItemsResponse\x12\"\n\x05items\x18\x01 \x03(\x0b\x32\x13.content.items.Item\x12\r\n\x05total\x18\x02 \x01(\x05\"y\n\x10\x41ggregateOptions\x12\x36\n\x06\x66ields\x18\x01 \x03(\x0b\x32&.delivery.AggregateOptions.FieldsEntry\x1a-\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9f\x01\n\x10\x41ggregateRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65nv_id\x18\x02 \x01(\t\x12\x15\n\rcollection_id\x18\x03 \x01(\t\x12%\n\x06\x66ilter\x18\x04 \x01(\x0b\x32\x15.content.items.Filter\x12+\n\x07options\x18\n \x01(\x0b\x32\x1a.delivery.AggregateOptions\"<\n\x11\x41ggregateResponse\x12\'\n\x06result\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct2\x8c\x05\n\x08\x44\x65livery\x12L\n\x0bListLocales\x12\x1c.delivery.ListLocalesRequest\x1a\x1d.delivery.ListLocalesResponse\"\x00\x12U\n\x0eGetEnvironment\x12\x1f.delivery.GetEnvironmentRequest\x1a .delivery.GetEnvironmentResponse\"\x00\x12[\n\x10ListEnvironments\x12!.delivery.ListEnvironmentsRequest\x1a\".delivery.ListEnvironmentsResponse\"\x00\x12R\n\rGetCollection\x12\x1e.delivery.GetCollectionRequest\x1a\x1f.delivery.GetCollectionResponse\"\x00\x12X\n\x0fListCollections\x12 .delivery.ListCollectionsRequest\x1a!.delivery.ListCollectionsResponse\"\x00\x12@\n\x07GetItem\x12\x18.delivery.GetItemRequest\x1a\x19.delivery.GetItemResponse\"\x00\x12\x46\n\tFindItems\x12\x1a.delivery.FindItemsRequest\x1a\x1b.delivery.FindItemsResponse\"\x00\x12\x46\n\tAggregate\x12\x1a.delivery.AggregateRequest\x1a\x1b.delivery.AggregateResponse\"\x00\x42\x36Z4git.perx.ru/perxis/perxis-go/proto/delivery;deliveryb\x06proto3')
33
34_globals = globals()
35_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'delivery.delivery_pb2', _globals)
37if not _descriptor._USE_C_DESCRIPTORS:
38  _globals['DESCRIPTOR']._loaded_options = None
39  _globals['DESCRIPTOR']._serialized_options = b'Z4git.perx.ru/perxis/perxis-go/proto/delivery;delivery'
40  _globals['_AGGREGATEOPTIONS_FIELDSENTRY']._loaded_options = None
41  _globals['_AGGREGATEOPTIONS_FIELDSENTRY']._serialized_options = b'8\001'
42  _globals['_LISTLOCALESREQUEST']._serialized_start=173
43  _globals['_LISTLOCALESREQUEST']._serialized_end=211
44  _globals['_LISTLOCALESRESPONSE']._serialized_start=213
45  _globals['_LISTLOCALESRESPONSE']._serialized_end=276
46  _globals['_GETENVIRONMENTREQUEST']._serialized_start=278
47  _globals['_GETENVIRONMENTREQUEST']._serialized_end=335
48  _globals['_GETENVIRONMENTRESPONSE']._serialized_start=337
49  _globals['_GETENVIRONMENTRESPONSE']._serialized_end=409
50  _globals['_LISTENVIRONMENTSREQUEST']._serialized_start=411
51  _globals['_LISTENVIRONMENTSREQUEST']._serialized_end=454
52  _globals['_LISTENVIRONMENTSRESPONSE']._serialized_start=456
53  _globals['_LISTENVIRONMENTSRESPONSE']._serialized_end=531
54  _globals['_GETCOLLECTIONREQUEST']._serialized_start=533
55  _globals['_GETCOLLECTIONREQUEST']._serialized_end=612
56  _globals['_GETCOLLECTIONRESPONSE']._serialized_start=614
57  _globals['_GETCOLLECTIONRESPONSE']._serialized_end=690
58  _globals['_LISTCOLLECTIONSREQUEST']._serialized_start=692
59  _globals['_LISTCOLLECTIONSREQUEST']._serialized_end=750
60  _globals['_LISTCOLLECTIONSRESPONSE']._serialized_start=752
61  _globals['_LISTCOLLECTIONSRESPONSE']._serialized_end=831
62  _globals['_GETITEMREQUEST']._serialized_start=834
63  _globals['_GETITEMREQUEST']._serialized_end=977
64  _globals['_GETITEMRESPONSE']._serialized_start=979
65  _globals['_GETITEMRESPONSE']._serialized_end=1031
66  _globals['_FINDITEMSREQUEST']._serialized_start=1034
67  _globals['_FINDITEMSREQUEST']._serialized_end=1202
68  _globals['_FINDITEMSRESPONSE']._serialized_start=1204
69  _globals['_FINDITEMSRESPONSE']._serialized_end=1274
70  _globals['_AGGREGATEOPTIONS']._serialized_start=1276
71  _globals['_AGGREGATEOPTIONS']._serialized_end=1397
72  _globals['_AGGREGATEOPTIONS_FIELDSENTRY']._serialized_start=1352
73  _globals['_AGGREGATEOPTIONS_FIELDSENTRY']._serialized_end=1397
74  _globals['_AGGREGATEREQUEST']._serialized_start=1400
75  _globals['_AGGREGATEREQUEST']._serialized_end=1559
76  _globals['_AGGREGATERESPONSE']._serialized_start=1561
77  _globals['_AGGREGATERESPONSE']._serialized_end=1621
78  _globals['_DELIVERY']._serialized_start=1624
79  _globals['_DELIVERY']._serialized_end=2276
80# @@protoc_insertion_point(module_scope)
DESCRIPTOR = <google.protobuf.descriptor.FileDescriptor object>