perxis.collaborators.collaborators_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: collaborators/collaborators.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    'collaborators/collaborators.proto'
19)
20# @@protoc_insertion_point(imports)
21
22_sym_db = _symbol_database.Default()
23
24
25from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
26from perxis.common import common_pb2 as common_dot_common__pb2
27
28
29DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!collaborators/collaborators.proto\x12\x15\x63ontent.collaborators\x1a\x1bgoogle/protobuf/empty.proto\x1a\x13\x63ommon/common.proto\"=\n\nSetRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0f\n\x07subject\x18\x02 \x01(\t\x12\x0c\n\x04role\x18\x03 \x01(\t\"/\n\nGetRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0f\n\x07subject\x18\x02 \x01(\t\"\x1b\n\x0bGetResponse\x12\x0c\n\x04role\x18\x03 \x01(\t\"2\n\rRemoveRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\x12\x0f\n\x07subject\x18\x02 \x01(\t\",\n\x18ListCollaboratorsRequest\x12\x10\n\x08space_id\x18\x01 \x01(\t\"H\n\x19ListCollaboratorsResponse\x12+\n\rcollaborators\x18\x01 \x03(\x0b\x32\x14.common.Collaborator\"$\n\x11ListSpacesRequest\x12\x0f\n\x07subject\x18\x01 \x01(\t\":\n\x12ListSpacesResponse\x12$\n\x06spaces\x18\x01 \x03(\x0b\x32\x14.common.Collaborator2\xcc\x03\n\rCollaborators\x12\x42\n\x03Set\x12!.content.collaborators.SetRequest\x1a\x16.google.protobuf.Empty\"\x00\x12N\n\x03Get\x12!.content.collaborators.GetRequest\x1a\".content.collaborators.GetResponse\"\x00\x12H\n\x06Remove\x12$.content.collaborators.RemoveRequest\x1a\x16.google.protobuf.Empty\"\x00\x12x\n\x11ListCollaborators\x12/.content.collaborators.ListCollaboratorsRequest\x1a\x30.content.collaborators.ListCollaboratorsResponse\"\x00\x12\x63\n\nListSpaces\x12(.content.collaborators.ListSpacesRequest\x1a).content.collaborators.ListSpacesResponse\"\x00\x42@Z>git.perx.ru/perxis/perxis-go/proto/collaborators;collaboratorsb\x06proto3')
30
31_globals = globals()
32_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'collaborators.collaborators_pb2', _globals)
34if not _descriptor._USE_C_DESCRIPTORS:
35  _globals['DESCRIPTOR']._loaded_options = None
36  _globals['DESCRIPTOR']._serialized_options = b'Z>git.perx.ru/perxis/perxis-go/proto/collaborators;collaborators'
37  _globals['_SETREQUEST']._serialized_start=110
38  _globals['_SETREQUEST']._serialized_end=171
39  _globals['_GETREQUEST']._serialized_start=173
40  _globals['_GETREQUEST']._serialized_end=220
41  _globals['_GETRESPONSE']._serialized_start=222
42  _globals['_GETRESPONSE']._serialized_end=249
43  _globals['_REMOVEREQUEST']._serialized_start=251
44  _globals['_REMOVEREQUEST']._serialized_end=301
45  _globals['_LISTCOLLABORATORSREQUEST']._serialized_start=303
46  _globals['_LISTCOLLABORATORSREQUEST']._serialized_end=347
47  _globals['_LISTCOLLABORATORSRESPONSE']._serialized_start=349
48  _globals['_LISTCOLLABORATORSRESPONSE']._serialized_end=421
49  _globals['_LISTSPACESREQUEST']._serialized_start=423
50  _globals['_LISTSPACESREQUEST']._serialized_end=459
51  _globals['_LISTSPACESRESPONSE']._serialized_start=461
52  _globals['_LISTSPACESRESPONSE']._serialized_end=519
53  _globals['_COLLABORATORS']._serialized_start=522
54  _globals['_COLLABORATORS']._serialized_end=982
55# @@protoc_insertion_point(module_scope)
DESCRIPTOR = <google.protobuf.descriptor.FileDescriptor object>