perxis.users.users_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: users/users.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    'users/users.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 google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
27from perxis.common import common_pb2 as common_dot_common__pb2
28
29
30DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x11users/users.proto\x12\raccount.users\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x13\x63ommon/common.proto\"\xcd\x01\n\x04User\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x12\n\nidentities\x18\x03 \x03(\t\x12\x14\n\x0c\x64isplay_name\x18\x04 \x01(\t\x12\r\n\x05\x65mail\x18\x05 \x01(\t\x12\x32\n\x0e\x65mail_verified\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x12\n\navatar_url\x18\x07 \x01(\t\x12*\n\x06system\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xbb\x01\n\x06\x46ilter\x12\n\n\x02id\x18\x01 \x03(\t\x12\x0c\n\x04name\x18\x02 \x03(\t\x12\x12\n\nidentities\x18\x03 \x03(\t\x12\x14\n\x0c\x64isplay_name\x18\x04 \x03(\t\x12\r\n\x05\x65mail\x18\x05 \x03(\t\x12\x32\n\x0e\x65mail_verified\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06system\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"/\n\x0cLoginRequest\x12\r\n\x05\x65mail\x18\x01 \x01(\t\x12\x10\n\x08identity\x18\x02 \x01(\t\"2\n\rLoginResponse\x12!\n\x04user\x18\x01 \x01(\x0b\x32\x13.account.users.User\"4\n\rCreateRequest\x12#\n\x06\x63reate\x18\x01 \x01(\x0b\x32\x13.account.users.User\"3\n\x0e\x43reateResponse\x12!\n\x04user\x18\x01 \x01(\x0b\x32\x13.account.users.User\"\x1d\n\nGetRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\"0\n\x0bGetResponse\x12!\n\x04user\x18\x01 \x01(\x0b\x32\x13.account.users.User\"Z\n\x0b\x46indRequest\x12%\n\x06\x66ilter\x18\x01 \x01(\x0b\x32\x15.account.users.Filter\x12$\n\x07options\x18\n \x01(\x0b\x32\x13.common.FindOptions\"A\n\x0c\x46indResponse\x12\"\n\x05users\x18\x01 \x03(\x0b\x32\x13.account.users.User\x12\r\n\x05total\x18\x02 \x01(\x03\"4\n\rUpdateRequest\x12#\n\x06update\x18\x02 \x01(\x0b\x32\x13.account.users.User\" \n\rDeleteRequest\x12\x0f\n\x07user_id\x18\x01 \x01(\t\"(\n\x14GetByIdentityRequest\x12\x10\n\x08identity\x18\x01 \x01(\t\":\n\x15GetByIdentityResponse\x12!\n\x04user\x18\x01 \x01(\x0b\x32\x13.account.users.User2\xfb\x03\n\x05Users\x12\x44\n\x05Login\x12\x1b.account.users.LoginRequest\x1a\x1c.account.users.LoginResponse\"\x00\x12G\n\x06\x43reate\x12\x1c.account.users.CreateRequest\x1a\x1d.account.users.CreateResponse\"\x00\x12>\n\x03Get\x12\x19.account.users.GetRequest\x1a\x1a.account.users.GetResponse\"\x00\x12\x41\n\x04\x46ind\x12\x1a.account.users.FindRequest\x1a\x1b.account.users.FindResponse\"\x00\x12@\n\x06Update\x12\x1c.account.users.UpdateRequest\x1a\x16.google.protobuf.Empty\"\x00\x12@\n\x06\x44\x65lete\x12\x1c.account.users.DeleteRequest\x1a\x16.google.protobuf.Empty\"\x00\x12\\\n\rGetByIdentity\x12#.account.users.GetByIdentityRequest\x1a$.account.users.GetByIdentityResponse\"\x00\x42\x30Z.git.perx.ru/perxis/perxis-go/proto/users;usersb\x06proto3')
31
32_globals = globals()
33_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'users.users_pb2', _globals)
35if not _descriptor._USE_C_DESCRIPTORS:
36  _globals['DESCRIPTOR']._loaded_options = None
37  _globals['DESCRIPTOR']._serialized_options = b'Z.git.perx.ru/perxis/perxis-go/proto/users;users'
38  _globals['_USER']._serialized_start=119
39  _globals['_USER']._serialized_end=324
40  _globals['_FILTER']._serialized_start=327
41  _globals['_FILTER']._serialized_end=514
42  _globals['_LOGINREQUEST']._serialized_start=516
43  _globals['_LOGINREQUEST']._serialized_end=563
44  _globals['_LOGINRESPONSE']._serialized_start=565
45  _globals['_LOGINRESPONSE']._serialized_end=615
46  _globals['_CREATEREQUEST']._serialized_start=617
47  _globals['_CREATEREQUEST']._serialized_end=669
48  _globals['_CREATERESPONSE']._serialized_start=671
49  _globals['_CREATERESPONSE']._serialized_end=722
50  _globals['_GETREQUEST']._serialized_start=724
51  _globals['_GETREQUEST']._serialized_end=753
52  _globals['_GETRESPONSE']._serialized_start=755
53  _globals['_GETRESPONSE']._serialized_end=803
54  _globals['_FINDREQUEST']._serialized_start=805
55  _globals['_FINDREQUEST']._serialized_end=895
56  _globals['_FINDRESPONSE']._serialized_start=897
57  _globals['_FINDRESPONSE']._serialized_end=962
58  _globals['_UPDATEREQUEST']._serialized_start=964
59  _globals['_UPDATEREQUEST']._serialized_end=1016
60  _globals['_DELETEREQUEST']._serialized_start=1018
61  _globals['_DELETEREQUEST']._serialized_end=1050
62  _globals['_GETBYIDENTITYREQUEST']._serialized_start=1052
63  _globals['_GETBYIDENTITYREQUEST']._serialized_end=1092
64  _globals['_GETBYIDENTITYRESPONSE']._serialized_start=1094
65  _globals['_GETBYIDENTITYRESPONSE']._serialized_end=1152
66  _globals['_USERS']._serialized_start=1155
67  _globals['_USERS']._serialized_end=1662
68# @@protoc_insertion_point(module_scope)
DESCRIPTOR = <google.protobuf.descriptor.FileDescriptor object>