yandexcloud 0.357.0__py3-none-any.whl → 0.358.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +1 -1
- yandex/cloud/ai/stt/v3/stt_pb2.pyi +138 -126
- yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.py +13 -10
- yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.pyi +21 -12
- yandex/cloud/ai/tts/v3/tts_pb2.pyi +1 -1
- yandex/cloud/backup/v1/provider_service_pb2.py +11 -11
- yandex/cloud/backup/v1/provider_service_pb2.pyi +10 -2
- yandex/cloud/backup/v1/resource_service_pb2.py +42 -35
- yandex/cloud/backup/v1/resource_service_pb2.pyi +44 -0
- yandex/cloud/backup/v1/resource_service_pb2_grpc.py +44 -0
- yandex/cloud/backup/v1/resource_service_pb2_grpc.pyi +20 -0
- yandex/cloud/cdn/v1/origin_group_pb2.py +4 -2
- yandex/cloud/cdn/v1/origin_group_pb2.pyi +30 -2
- yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/origin_pb2.pyi +3 -3
- yandex/cloud/cdn/v1/origin_service_pb2.pyi +11 -3
- yandex/cloud/cdn/v1/provider_service_pb2_grpc.py +1 -1
- yandex/cloud/cdn/v1/provider_service_pb2_grpc.pyi +3 -3
- yandex/cloud/cdn/v1/resource_pb2.pyi +3 -3
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/resource_service_pb2_grpc.py +1 -2
- yandex/cloud/cdn/v1/resource_service_pb2_grpc.pyi +3 -9
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +10 -8
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +25 -4
- yandex/cloud/connectionmanager/v1/connection_pb2.py +12 -11
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +10 -3
- yandex/cloud/connectionmanager/v1/kafka_pb2.py +51 -0
- yandex/cloud/connectionmanager/v1/kafka_pb2.pyi +181 -0
- yandex/cloud/connectionmanager/v1/kafka_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/kafka_pb2_grpc.pyi +17 -0
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.py +8 -8
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +5 -1
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +2 -0
- yandex/cloud/organizationmanager/v1/group_service_pb2.py +47 -47
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.357.0.dist-info → yandexcloud-0.358.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.357.0.dist-info → yandexcloud-0.358.0.dist-info}/RECORD +41 -37
- {yandexcloud-0.357.0.dist-info → yandexcloud-0.358.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.357.0.dist-info → yandexcloud-0.358.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.357.0.dist-info → yandexcloud-0.358.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.357.0.dist-info → yandexcloud-0.358.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.empty_pb2
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
12
|
+
import google.protobuf.message
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
import yandex.cloud.connectionmanager.v1.common_pb2
|
|
16
|
+
|
|
17
|
+
if sys.version_info >= (3, 10):
|
|
18
|
+
import typing as typing_extensions
|
|
19
|
+
else:
|
|
20
|
+
import typing_extensions
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
23
|
+
|
|
24
|
+
@typing.final
|
|
25
|
+
class KafkaSaslSecurity(google.protobuf.message.Message):
|
|
26
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
27
|
+
|
|
28
|
+
class _Mechanism:
|
|
29
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
30
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
31
|
+
|
|
32
|
+
class _MechanismEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[KafkaSaslSecurity._Mechanism.ValueType], builtins.type):
|
|
33
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
34
|
+
MECHANISM_UNSPECIFIED: KafkaSaslSecurity._Mechanism.ValueType # 0
|
|
35
|
+
PLAIN: KafkaSaslSecurity._Mechanism.ValueType # 1
|
|
36
|
+
SCRAM_SHA256: KafkaSaslSecurity._Mechanism.ValueType # 2
|
|
37
|
+
SCRAM_SHA512: KafkaSaslSecurity._Mechanism.ValueType # 3
|
|
38
|
+
|
|
39
|
+
class Mechanism(_Mechanism, metaclass=_MechanismEnumTypeWrapper): ...
|
|
40
|
+
MECHANISM_UNSPECIFIED: KafkaSaslSecurity.Mechanism.ValueType # 0
|
|
41
|
+
PLAIN: KafkaSaslSecurity.Mechanism.ValueType # 1
|
|
42
|
+
SCRAM_SHA256: KafkaSaslSecurity.Mechanism.ValueType # 2
|
|
43
|
+
SCRAM_SHA512: KafkaSaslSecurity.Mechanism.ValueType # 3
|
|
44
|
+
|
|
45
|
+
USER_FIELD_NUMBER: builtins.int
|
|
46
|
+
PASSWORD_FIELD_NUMBER: builtins.int
|
|
47
|
+
SUPPORTED_MECHANISMS_FIELD_NUMBER: builtins.int
|
|
48
|
+
user: builtins.str
|
|
49
|
+
@property
|
|
50
|
+
def password(self) -> yandex.cloud.connectionmanager.v1.common_pb2.Password: ...
|
|
51
|
+
@property
|
|
52
|
+
def supported_mechanisms(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[global___KafkaSaslSecurity.Mechanism.ValueType]: ...
|
|
53
|
+
def __init__(
|
|
54
|
+
self,
|
|
55
|
+
*,
|
|
56
|
+
user: builtins.str = ...,
|
|
57
|
+
password: yandex.cloud.connectionmanager.v1.common_pb2.Password | None = ...,
|
|
58
|
+
supported_mechanisms: collections.abc.Iterable[global___KafkaSaslSecurity.Mechanism.ValueType] | None = ...,
|
|
59
|
+
) -> None: ...
|
|
60
|
+
def HasField(self, field_name: typing.Literal["password", b"password"]) -> builtins.bool: ...
|
|
61
|
+
def ClearField(self, field_name: typing.Literal["password", b"password", "supported_mechanisms", b"supported_mechanisms", "user", b"user"]) -> None: ...
|
|
62
|
+
|
|
63
|
+
global___KafkaSaslSecurity = KafkaSaslSecurity
|
|
64
|
+
|
|
65
|
+
@typing.final
|
|
66
|
+
class KafkaAuth(google.protobuf.message.Message):
|
|
67
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
68
|
+
|
|
69
|
+
SASL_FIELD_NUMBER: builtins.int
|
|
70
|
+
DISABLED_FIELD_NUMBER: builtins.int
|
|
71
|
+
@property
|
|
72
|
+
def sasl(self) -> global___KafkaSaslSecurity: ...
|
|
73
|
+
@property
|
|
74
|
+
def disabled(self) -> google.protobuf.empty_pb2.Empty: ...
|
|
75
|
+
def __init__(
|
|
76
|
+
self,
|
|
77
|
+
*,
|
|
78
|
+
sasl: global___KafkaSaslSecurity | None = ...,
|
|
79
|
+
disabled: google.protobuf.empty_pb2.Empty | None = ...,
|
|
80
|
+
) -> None: ...
|
|
81
|
+
def HasField(self, field_name: typing.Literal["disabled", b"disabled", "sasl", b"sasl", "security", b"security"]) -> builtins.bool: ...
|
|
82
|
+
def ClearField(self, field_name: typing.Literal["disabled", b"disabled", "sasl", b"sasl", "security", b"security"]) -> None: ...
|
|
83
|
+
def WhichOneof(self, oneof_group: typing.Literal["security", b"security"]) -> typing.Literal["sasl", "disabled"] | None: ...
|
|
84
|
+
|
|
85
|
+
global___KafkaAuth = KafkaAuth
|
|
86
|
+
|
|
87
|
+
@typing.final
|
|
88
|
+
class KafkaCluster(google.protobuf.message.Message):
|
|
89
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
90
|
+
|
|
91
|
+
@typing.final
|
|
92
|
+
class Host(google.protobuf.message.Message):
|
|
93
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
94
|
+
|
|
95
|
+
class _Health:
|
|
96
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
97
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
98
|
+
|
|
99
|
+
class _HealthEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[KafkaCluster.Host._Health.ValueType], builtins.type):
|
|
100
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
101
|
+
HEALTH_UNSPECIFIED: KafkaCluster.Host._Health.ValueType # 0
|
|
102
|
+
"""Host is in unknown state (we have no data)"""
|
|
103
|
+
ALIVE: KafkaCluster.Host._Health.ValueType # 1
|
|
104
|
+
"""Host is alive and well (all services are alive)"""
|
|
105
|
+
DEAD: KafkaCluster.Host._Health.ValueType # 2
|
|
106
|
+
"""Host is inoperable (it cannot perform any of its essential functions)"""
|
|
107
|
+
DEGRADED: KafkaCluster.Host._Health.ValueType # 3
|
|
108
|
+
"""Host is partially alive (it can perform some of its essential functions)"""
|
|
109
|
+
|
|
110
|
+
class Health(_Health, metaclass=_HealthEnumTypeWrapper): ...
|
|
111
|
+
HEALTH_UNSPECIFIED: KafkaCluster.Host.Health.ValueType # 0
|
|
112
|
+
"""Host is in unknown state (we have no data)"""
|
|
113
|
+
ALIVE: KafkaCluster.Host.Health.ValueType # 1
|
|
114
|
+
"""Host is alive and well (all services are alive)"""
|
|
115
|
+
DEAD: KafkaCluster.Host.Health.ValueType # 2
|
|
116
|
+
"""Host is inoperable (it cannot perform any of its essential functions)"""
|
|
117
|
+
DEGRADED: KafkaCluster.Host.Health.ValueType # 3
|
|
118
|
+
"""Host is partially alive (it can perform some of its essential functions)"""
|
|
119
|
+
|
|
120
|
+
HOST_FIELD_NUMBER: builtins.int
|
|
121
|
+
PORT_FIELD_NUMBER: builtins.int
|
|
122
|
+
HEALTH_FIELD_NUMBER: builtins.int
|
|
123
|
+
host: builtins.str
|
|
124
|
+
port: builtins.int
|
|
125
|
+
health: global___KafkaCluster.Host.Health.ValueType
|
|
126
|
+
def __init__(
|
|
127
|
+
self,
|
|
128
|
+
*,
|
|
129
|
+
host: builtins.str = ...,
|
|
130
|
+
port: builtins.int = ...,
|
|
131
|
+
health: global___KafkaCluster.Host.Health.ValueType = ...,
|
|
132
|
+
) -> None: ...
|
|
133
|
+
def ClearField(self, field_name: typing.Literal["health", b"health", "host", b"host", "port", b"port"]) -> None: ...
|
|
134
|
+
|
|
135
|
+
HOSTS_FIELD_NUMBER: builtins.int
|
|
136
|
+
TLS_PARAMS_FIELD_NUMBER: builtins.int
|
|
137
|
+
@property
|
|
138
|
+
def hosts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___KafkaCluster.Host]: ...
|
|
139
|
+
@property
|
|
140
|
+
def tls_params(self) -> yandex.cloud.connectionmanager.v1.common_pb2.TLSParams: ...
|
|
141
|
+
def __init__(
|
|
142
|
+
self,
|
|
143
|
+
*,
|
|
144
|
+
hosts: collections.abc.Iterable[global___KafkaCluster.Host] | None = ...,
|
|
145
|
+
tls_params: yandex.cloud.connectionmanager.v1.common_pb2.TLSParams | None = ...,
|
|
146
|
+
) -> None: ...
|
|
147
|
+
def HasField(self, field_name: typing.Literal["tls_params", b"tls_params"]) -> builtins.bool: ...
|
|
148
|
+
def ClearField(self, field_name: typing.Literal["hosts", b"hosts", "tls_params", b"tls_params"]) -> None: ...
|
|
149
|
+
|
|
150
|
+
global___KafkaCluster = KafkaCluster
|
|
151
|
+
|
|
152
|
+
@typing.final
|
|
153
|
+
class KafkaConnection(google.protobuf.message.Message):
|
|
154
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
155
|
+
|
|
156
|
+
CLUSTER_FIELD_NUMBER: builtins.int
|
|
157
|
+
MANAGED_CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
158
|
+
AUTH_FIELD_NUMBER: builtins.int
|
|
159
|
+
managed_cluster_id: builtins.str
|
|
160
|
+
"""When creating/updating Connection, the field "managed_cluster_id" is
|
|
161
|
+
mutually exclusive with "cluster".
|
|
162
|
+
"""
|
|
163
|
+
@property
|
|
164
|
+
def cluster(self) -> global___KafkaCluster:
|
|
165
|
+
"""When creating/updating Connection, the field "cluster" is mutually
|
|
166
|
+
exclusive with "managed_cluster_id".
|
|
167
|
+
"""
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
def auth(self) -> global___KafkaAuth: ...
|
|
171
|
+
def __init__(
|
|
172
|
+
self,
|
|
173
|
+
*,
|
|
174
|
+
cluster: global___KafkaCluster | None = ...,
|
|
175
|
+
managed_cluster_id: builtins.str = ...,
|
|
176
|
+
auth: global___KafkaAuth | None = ...,
|
|
177
|
+
) -> None: ...
|
|
178
|
+
def HasField(self, field_name: typing.Literal["auth", b"auth", "cluster", b"cluster"]) -> builtins.bool: ...
|
|
179
|
+
def ClearField(self, field_name: typing.Literal["auth", b"auth", "cluster", b"cluster", "managed_cluster_id", b"managed_cluster_id"]) -> None: ...
|
|
180
|
+
|
|
181
|
+
global___KafkaConnection = KafkaConnection
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/connectionmanager/v1/kafka_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -27,7 +27,7 @@ from yandex.cloud.loadbalancer.v1 import health_check_pb2 as yandex_dot_cloud_do
|
|
|
27
27
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/loadbalancer/v1/network_load_balancer.proto\x12\x1cyandex.cloud.loadbalancer.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/yandex/cloud/loadbalancer/v1/health_check.proto\x1a\x1dyandex/cloud/validation.proto\"\xb7\x08\n\x13NetworkLoadBalancer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12M\n\x06labels\x18\x06 \x03(\x0b\x32=.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.LabelsEntry\x12\x11\n\tregion_id\x18\x07 \x01(\t\x12H\n\x06status\x18\t \x01(\x0e\x32\x38.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.Status\x12\x44\n\x04type\x18\n \x01(\x0e\x32\x36.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.Type\x12[\n\x10session_affinity\x18\x0b \x01(\x0e\x32\x41.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.SessionAffinity\x12\x39\n\tlisteners\x18\x0c \x03(\x0b\x32&.yandex.cloud.loadbalancer.v1.Listener\x12Q\n\x16\x61ttached_target_groups\x18\r \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroup\x12\x1b\n\x13\x64\x65letion_protection\x18\x0e \x01(\x08\x12\x19\n\x11\x61llow_zonal_shift\x18\x0f \x01(\x08\x12N\n\x15\x64isable_zone_statuses\x18\x12 \x03(\x0b\x32/.yandex.cloud.loadbalancer.v1.DisableZoneStatus\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x7f\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08STARTING\x10\x02\x12\n\n\x06\x41\x43TIVE\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\x0b\n\x07STOPPED\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x06\x12\x0c\n\x08INACTIVE\x10\x07\"8\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x45XTERNAL\x10\x01\x12\x0c\n\x08INTERNAL\x10\x02\"M\n\x0fSessionAffinity\x12 \n\x1cSESSION_AFFINITY_UNSPECIFIED\x10\x00\x12\x18\n\x14\x43LIENT_IP_PORT_PROTO\x10\x01J\x04\x08\x08\x10\tJ\x04\x08\x10\x10\x11J\x04\x08\x11\x10\x12\"\x85\x01\n\x13\x41ttachedTargetGroup\x12%\n\x0ftarget_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12G\n\rhealth_checks\x18\x02 \x03(\x0b\x32).yandex.cloud.loadbalancer.v1.HealthCheckB\x05\x82\xc8\x31\x01\x31\"\x97\x02\n\x08Listener\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\x03\x12\x41\n\x08protocol\x18\x04 \x01(\x0e\x32/.yandex.cloud.loadbalancer.v1.Listener.Protocol\x12\x13\n\x0btarget_port\x18\x05 \x01(\x03\x12\x11\n\tsubnet_id\x18\x06 \x01(\t\x12;\n\nip_version\x18\x07 \x01(\x0e\x32\'.yandex.cloud.loadbalancer.v1.IpVersion\"6\n\x08Protocol\x12\x18\n\x14PROTOCOL_UNSPECIFIED\x10\x00\x12\x07\n\x03TCP\x10\x01\x12\x07\n\x03UDP\x10\x02\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/loadbalancer/v1/network_load_balancer.proto\x12\x1cyandex.cloud.loadbalancer.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a/yandex/cloud/loadbalancer/v1/health_check.proto\x1a\x1dyandex/cloud/validation.proto\"\xb7\x08\n\x13NetworkLoadBalancer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12M\n\x06labels\x18\x06 \x03(\x0b\x32=.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.LabelsEntry\x12\x11\n\tregion_id\x18\x07 \x01(\t\x12H\n\x06status\x18\t \x01(\x0e\x32\x38.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.Status\x12\x44\n\x04type\x18\n \x01(\x0e\x32\x36.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.Type\x12[\n\x10session_affinity\x18\x0b \x01(\x0e\x32\x41.yandex.cloud.loadbalancer.v1.NetworkLoadBalancer.SessionAffinity\x12\x39\n\tlisteners\x18\x0c \x03(\x0b\x32&.yandex.cloud.loadbalancer.v1.Listener\x12Q\n\x16\x61ttached_target_groups\x18\r \x03(\x0b\x32\x31.yandex.cloud.loadbalancer.v1.AttachedTargetGroup\x12\x1b\n\x13\x64\x65letion_protection\x18\x0e \x01(\x08\x12\x19\n\x11\x61llow_zonal_shift\x18\x0f \x01(\x08\x12N\n\x15\x64isable_zone_statuses\x18\x12 \x03(\x0b\x32/.yandex.cloud.loadbalancer.v1.DisableZoneStatus\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x7f\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08STARTING\x10\x02\x12\n\n\x06\x41\x43TIVE\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\x0b\n\x07STOPPED\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x06\x12\x0c\n\x08INACTIVE\x10\x07\"8\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x45XTERNAL\x10\x01\x12\x0c\n\x08INTERNAL\x10\x02\"M\n\x0fSessionAffinity\x12 \n\x1cSESSION_AFFINITY_UNSPECIFIED\x10\x00\x12\x18\n\x14\x43LIENT_IP_PORT_PROTO\x10\x01J\x04\x08\x08\x10\tJ\x04\x08\x10\x10\x11J\x04\x08\x11\x10\x12\"\x85\x01\n\x13\x41ttachedTargetGroup\x12%\n\x0ftarget_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12G\n\rhealth_checks\x18\x02 \x03(\x0b\x32).yandex.cloud.loadbalancer.v1.HealthCheckB\x05\x82\xc8\x31\x01\x31\"\x97\x02\n\x08Listener\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\x03\x12\x41\n\x08protocol\x18\x04 \x01(\x0e\x32/.yandex.cloud.loadbalancer.v1.Listener.Protocol\x12\x13\n\x0btarget_port\x18\x05 \x01(\x03\x12\x11\n\tsubnet_id\x18\x06 \x01(\t\x12;\n\nip_version\x18\x07 \x01(\x0e\x32\'.yandex.cloud.loadbalancer.v1.IpVersion\"6\n\x08Protocol\x12\x18\n\x14PROTOCOL_UNSPECIFIED\x10\x00\x12\x07\n\x03TCP\x10\x01\x12\x07\n\x03UDP\x10\x02\"\xf0\x01\n\x0bTargetState\x12\x11\n\tsubnet_id\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12@\n\x06status\x18\x03 \x01(\x0e\x32\x30.yandex.cloud.loadbalancer.v1.TargetState.Status\x12\x14\n\x0czone_shifted\x18\x04 \x01(\x08\"e\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07INITIAL\x10\x01\x12\x0b\n\x07HEALTHY\x10\x02\x12\r\n\tUNHEALTHY\x10\x03\x12\x0c\n\x08\x44RAINING\x10\x04\x12\x0c\n\x08INACTIVE\x10\x05\"^\n\x11\x44isableZoneStatus\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x32\n\x0e\x64isabled_until\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp*;\n\tIpVersion\x12\x1a\n\x16IP_VERSION_UNSPECIFIED\x10\x00\x12\x08\n\x04IPV4\x10\x01\x12\x08\n\x04IPV6\x10\x02\x42q\n yandex.cloud.api.loadbalancer.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/loadbalancer/v1;loadbalancerb\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -43,8 +43,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_ATTACHEDTARGETGROUP'].fields_by_name['health_checks']._serialized_options = b'\202\3101\0011'
|
|
44
44
|
_globals['_DISABLEZONESTATUS'].fields_by_name['zone_id']._loaded_options = None
|
|
45
45
|
_globals['_DISABLEZONESTATUS'].fields_by_name['zone_id']._serialized_options = b'\350\3071\001'
|
|
46
|
-
_globals['_IPVERSION']._serialized_start=
|
|
47
|
-
_globals['_IPVERSION']._serialized_end=
|
|
46
|
+
_globals['_IPVERSION']._serialized_start=2042
|
|
47
|
+
_globals['_IPVERSION']._serialized_end=2101
|
|
48
48
|
_globals['_NETWORKLOADBALANCER']._serialized_start=204
|
|
49
49
|
_globals['_NETWORKLOADBALANCER']._serialized_end=1283
|
|
50
50
|
_globals['_NETWORKLOADBALANCER_LABELSENTRY']._serialized_start=954
|
|
@@ -62,9 +62,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
62
62
|
_globals['_LISTENER_PROTOCOL']._serialized_start=1647
|
|
63
63
|
_globals['_LISTENER_PROTOCOL']._serialized_end=1701
|
|
64
64
|
_globals['_TARGETSTATE']._serialized_start=1704
|
|
65
|
-
_globals['_TARGETSTATE']._serialized_end=
|
|
66
|
-
_globals['_TARGETSTATE_STATUS']._serialized_start=
|
|
67
|
-
_globals['_TARGETSTATE_STATUS']._serialized_end=
|
|
68
|
-
_globals['_DISABLEZONESTATUS']._serialized_start=
|
|
69
|
-
_globals['_DISABLEZONESTATUS']._serialized_end=
|
|
65
|
+
_globals['_TARGETSTATE']._serialized_end=1944
|
|
66
|
+
_globals['_TARGETSTATE_STATUS']._serialized_start=1843
|
|
67
|
+
_globals['_TARGETSTATE_STATUS']._serialized_end=1944
|
|
68
|
+
_globals['_DISABLEZONESTATUS']._serialized_start=1946
|
|
69
|
+
_globals['_DISABLEZONESTATUS']._serialized_end=2040
|
|
70
70
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -356,20 +356,24 @@ class TargetState(google.protobuf.message.Message):
|
|
|
356
356
|
SUBNET_ID_FIELD_NUMBER: builtins.int
|
|
357
357
|
ADDRESS_FIELD_NUMBER: builtins.int
|
|
358
358
|
STATUS_FIELD_NUMBER: builtins.int
|
|
359
|
+
ZONE_SHIFTED_FIELD_NUMBER: builtins.int
|
|
359
360
|
subnet_id: builtins.str
|
|
360
361
|
"""ID of the subnet that the target is connected to."""
|
|
361
362
|
address: builtins.str
|
|
362
363
|
"""IP address of the target."""
|
|
363
364
|
status: global___TargetState.Status.ValueType
|
|
364
365
|
"""Status of the target."""
|
|
366
|
+
zone_shifted: builtins.bool
|
|
367
|
+
"""Zone shifted status."""
|
|
365
368
|
def __init__(
|
|
366
369
|
self,
|
|
367
370
|
*,
|
|
368
371
|
subnet_id: builtins.str = ...,
|
|
369
372
|
address: builtins.str = ...,
|
|
370
373
|
status: global___TargetState.Status.ValueType = ...,
|
|
374
|
+
zone_shifted: builtins.bool = ...,
|
|
371
375
|
) -> None: ...
|
|
372
|
-
def ClearField(self, field_name: typing.Literal["address", b"address", "status", b"status", "subnet_id", b"subnet_id"]) -> None: ...
|
|
376
|
+
def ClearField(self, field_name: typing.Literal["address", b"address", "status", b"status", "subnet_id", b"subnet_id", "zone_shifted", b"zone_shifted"]) -> None: ...
|
|
373
377
|
|
|
374
378
|
global___TargetState = TargetState
|
|
375
379
|
|
|
@@ -2446,6 +2446,8 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
2446
2446
|
def geobase_enabled(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
2447
2447
|
"""Enables or disables geobase.
|
|
2448
2448
|
|
|
2449
|
+
Default value: **false** for versions 25.8 and higher, **true** for versions 25.7 and lower.
|
|
2450
|
+
|
|
2449
2451
|
Change of the setting is applied with restart.
|
|
2450
2452
|
"""
|
|
2451
2453
|
|
|
@@ -31,7 +31,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
31
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7yandex/cloud/organizationmanager/v1/group_service.proto\x12#yandex.cloud.organizationmanager.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a/yandex/cloud/organizationmanager/v1/group.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"1\n\x0fGetGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n\x1bResolveExternalGroupRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"\x95\x01\n\x11ListGroupsRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"i\n\x12ListGroupsResponse\x12:\n\x06groups\x18\x01 \x03(\x0b\x32*.yandex.cloud.organizationmanager.v1.Group\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa2\x01\n\x19ListExternalGroupsRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"q\n\x1aListExternalGroupsResponse\x12:\n\x06groups\x18\x01 \x03(\x0b\x32*.yandex.cloud.organizationmanager.v1.Group\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x01\n\x12\x43reateGroupRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x04name\x18\x02 \x01(\tB\'\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\"\'\n\x13\x43reateGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\xf6\x01\n\x1a\x43reateExternalGroupRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x04name\x18\x02 \x01(\tB\'\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12*\n\x14subject_container_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0bmake_editor\x18\x06 \x01(\x08\"\xa4\x01\n\x1b\x43reateExternalGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x12\n\ngroup_name\x18\x03 \x01(\t\x12\x1c\n\x14subject_container_id\x18\x04 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x05 \x01(\t\x12\x13\n\x0bmake_editor\x18\x06 \x01(\x08\"\xb9\x01\n\x12UpdateGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\"\'\n\x13UpdateGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\x9b\x01\n\x1d\x43onvertToExternalGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12*\n\x14subject_container_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0bmake_editor\x18\x04 \x01(\x08\"z\n\x1e\x43onvertToExternalGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x1c\n\x14subject_container_id\x18\x02 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x03 \x01(\t\x12\x13\n\x0bmake_editor\x18\x04 \x01(\x08\"L\n\x1e\x43onvertAllToBasicGroupsRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"?\n\x1f\x43onvertAllToBasicGroupsMetadata\x12\x1c\n\x14subject_container_id\x18\x01 \x01(\t\"4\n\x12\x44\x65leteGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\'\n\x13\x44\x65leteGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"{\n\x1aListGroupOperationsRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"m\n\x1bListGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"x\n\x17ListGroupMembersRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"v\n\x18ListGroupMembersResponse\x12\x41\n\x07members\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.GroupMember\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"7\n\x0bGroupMember\x12\x12\n\nsubject_id\x18\x01 \x01(\t\x12\x14\n\x0csubject_type\x18\x02 \x01(\t\"\x90\x01\n\x19UpdateGroupMembersRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12S\n\rmember_deltas\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.MemberDeltaB\n\x82\xc8\x31\x06\x31-1000\".\n\x1aUpdateGroupMembersMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\xc8\x01\n\x0bMemberDelta\x12S\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32=.yandex.cloud.organizationmanager.v1.MemberDelta.MemberActionB\x04\xe8\xc7\x31\x01\x12 \n\nsubject_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"B\n\x0cMemberAction\x12\x1d\n\x19MEMBER_ACTION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41\x44\x44\x10\x01\x12\n\n\x06REMOVE\x10\x02\x32\xd2\x1a\n\x0cGroupService\x12\x9b\x01\n\x03Get\x12\x34.yandex.cloud.organizationmanager.v1.GetGroupRequest\x1a*.yandex.cloud.organizationmanager.v1.Group\"2\x82\xd3\xe4\x93\x02,\x12*/organization-manager/v1/groups/{group_id}\x12\xd6\x01\n\x0fResolveExternal\x12@.yandex.cloud.organizationmanager.v1.ResolveExternalGroupRequest\x1a*.yandex.cloud.organizationmanager.v1.Group\"U\x82\xd3\xe4\x93\x02O\x12M/organization-manager/v1/external_groups/{subject_container_id}/{external_id}\x12\xa0\x01\n\x04List\x12\x36.yandex.cloud.organizationmanager.v1.ListGroupsRequest\x1a\x37.yandex.cloud.organizationmanager.v1.ListGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/organization-manager/v1/groups\x12\xc1\x01\n\x0cListExternal\x12>.yandex.cloud.organizationmanager.v1.ListExternalGroupsRequest\x1a?.yandex.cloud.organizationmanager.v1.ListExternalGroupsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/organization-manager/v1/external_groups\x12\xb0\x01\n\x06\x43reate\x12\x37.yandex.cloud.organizationmanager.v1.CreateGroupRequest\x1a!.yandex.cloud.operation.Operation\"J\xb2\xd2*\x1c\n\x13\x43reateGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02$\"\x1f/organization-manager/v1/groups:\x01*\x12\xd1\x01\n\x0e\x43reateExternal\x12?.yandex.cloud.organizationmanager.v1.CreateExternalGroupRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*$\n\x1b\x43reateExternalGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02-\"(/organization-manager/v1/external_groups:\x01*\x12\xbb\x01\n\x06Update\x12\x37.yandex.cloud.organizationmanager.v1.UpdateGroupRequest\x1a!.yandex.cloud.operation.Operation\"U\xb2\xd2*\x1c\n\x13UpdateGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02/2*/organization-manager/v1/groups/{group_id}:\x01*\x12\xee\x01\n\x11\x43onvertToExternal\x12\x42.yandex.cloud.organizationmanager.v1.ConvertToExternalGroupRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2*\'\n\x1e\x43onvertToExternalGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02\x41\"</organization-manager/v1/groups/{group_id}:convertToExternal:\x01*\x12\xff\x01\n\x11\x43onvertAllToBasic\x12\x43.yandex.cloud.organizationmanager.v1.ConvertAllToBasicGroupsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*8\n\x1f\x43onvertAllToBasicGroupsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?\":/organization-manager/v1/external_groups:convertAllToBasic:\x01*\x12\xc8\x01\n\x06\x44\x65lete\x12\x37.yandex.cloud.organizationmanager.v1.DeleteGroupRequest\x1a!.yandex.cloud.operation.Operation\"b\xb2\xd2*,\n\x13\x44\x65leteGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02,**/organization-manager/v1/groups/{group_id}\x12\xd2\x01\n\x0eListOperations\x12?.yandex.cloud.organizationmanager.v1.ListGroupOperationsRequest\x1a@.yandex.cloud.organizationmanager.v1.ListGroupOperationsResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/organization-manager/v1/groups/{group_id}/operations\x12\xca\x01\n\x0bListMembers\x12<.yandex.cloud.organizationmanager.v1.ListGroupMembersRequest\x1a=.yandex.cloud.organizationmanager.v1.ListGroupMembersResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/organization-manager/v1/groups/{group_id}:listMembers\x12\xee\x01\n\rUpdateMembers\x12>.yandex.cloud.organizationmanager.v1.UpdateGroupMembersRequest\x1a!.yandex.cloud.operation.Operation\"z\xb2\xd2*3\n\x1aUpdateGroupMembersMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02=\"8/organization-manager/v1/groups/{group_id}:updateMembers:\x01*\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/organization-manager/v1/groups/{resource_id}:listAccessBindings\x12\xfe\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x96\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x44\"?/organization-manager/v1/groups/{resource_id}:setAccessBindings:\x01*\x12\x8a\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02G\"B/organization-manager/v1/groups/{resource_id}:updateAccessBindings:\x01*B\x86\x01\n\'yandex.cloud.api.organizationmanager.v1Z[github.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1;organizationmanagerb\x06proto3')
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7yandex/cloud/organizationmanager/v1/group_service.proto\x12#yandex.cloud.organizationmanager.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a/yandex/cloud/organizationmanager/v1/group.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"1\n\x0fGetGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n\x1bResolveExternalGroupRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"\x95\x01\n\x11ListGroupsRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"i\n\x12ListGroupsResponse\x12:\n\x06groups\x18\x01 \x03(\x0b\x32*.yandex.cloud.organizationmanager.v1.Group\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa2\x01\n\x19ListExternalGroupsRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"q\n\x1aListExternalGroupsResponse\x12:\n\x06groups\x18\x01 \x03(\x0b\x32*.yandex.cloud.organizationmanager.v1.Group\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x9e\x01\n\x12\x43reateGroupRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x41\n\x04name\x18\x02 \x01(\tB3\xe8\xc7\x31\x01\xf2\xc7\x31+[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\"\'\n\x13\x43reateGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\x82\x02\n\x1a\x43reateExternalGroupRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x41\n\x04name\x18\x02 \x01(\tB3\xe8\xc7\x31\x01\xf2\xc7\x31+[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12*\n\x14subject_container_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0bmake_editor\x18\x06 \x01(\x08\"\xa4\x01\n\x1b\x43reateExternalGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x12\n\ngroup_name\x18\x03 \x01(\t\x12\x1c\n\x14subject_container_id\x18\x04 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x05 \x01(\t\x12\x13\n\x0bmake_editor\x18\x06 \x01(\x08\"\xc5\x01\n\x12UpdateGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12>\n\x04name\x18\x03 \x01(\tB0\xf2\xc7\x31,|[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\"\'\n\x13UpdateGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\x9b\x01\n\x1d\x43onvertToExternalGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12*\n\x14subject_container_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0bmake_editor\x18\x04 \x01(\x08\"z\n\x1e\x43onvertToExternalGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x1c\n\x14subject_container_id\x18\x02 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x03 \x01(\t\x12\x13\n\x0bmake_editor\x18\x04 \x01(\x08\"L\n\x1e\x43onvertAllToBasicGroupsRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"?\n\x1f\x43onvertAllToBasicGroupsMetadata\x12\x1c\n\x14subject_container_id\x18\x01 \x01(\t\"4\n\x12\x44\x65leteGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\'\n\x13\x44\x65leteGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"{\n\x1aListGroupOperationsRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"m\n\x1bListGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"x\n\x17ListGroupMembersRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"v\n\x18ListGroupMembersResponse\x12\x41\n\x07members\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.GroupMember\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"7\n\x0bGroupMember\x12\x12\n\nsubject_id\x18\x01 \x01(\t\x12\x14\n\x0csubject_type\x18\x02 \x01(\t\"\x90\x01\n\x19UpdateGroupMembersRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12S\n\rmember_deltas\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.MemberDeltaB\n\x82\xc8\x31\x06\x31-1000\".\n\x1aUpdateGroupMembersMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\xc8\x01\n\x0bMemberDelta\x12S\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32=.yandex.cloud.organizationmanager.v1.MemberDelta.MemberActionB\x04\xe8\xc7\x31\x01\x12 \n\nsubject_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"B\n\x0cMemberAction\x12\x1d\n\x19MEMBER_ACTION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41\x44\x44\x10\x01\x12\n\n\x06REMOVE\x10\x02\x32\xd2\x1a\n\x0cGroupService\x12\x9b\x01\n\x03Get\x12\x34.yandex.cloud.organizationmanager.v1.GetGroupRequest\x1a*.yandex.cloud.organizationmanager.v1.Group\"2\x82\xd3\xe4\x93\x02,\x12*/organization-manager/v1/groups/{group_id}\x12\xd6\x01\n\x0fResolveExternal\x12@.yandex.cloud.organizationmanager.v1.ResolveExternalGroupRequest\x1a*.yandex.cloud.organizationmanager.v1.Group\"U\x82\xd3\xe4\x93\x02O\x12M/organization-manager/v1/external_groups/{subject_container_id}/{external_id}\x12\xa0\x01\n\x04List\x12\x36.yandex.cloud.organizationmanager.v1.ListGroupsRequest\x1a\x37.yandex.cloud.organizationmanager.v1.ListGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/organization-manager/v1/groups\x12\xc1\x01\n\x0cListExternal\x12>.yandex.cloud.organizationmanager.v1.ListExternalGroupsRequest\x1a?.yandex.cloud.organizationmanager.v1.ListExternalGroupsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/organization-manager/v1/external_groups\x12\xb0\x01\n\x06\x43reate\x12\x37.yandex.cloud.organizationmanager.v1.CreateGroupRequest\x1a!.yandex.cloud.operation.Operation\"J\xb2\xd2*\x1c\n\x13\x43reateGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02$\"\x1f/organization-manager/v1/groups:\x01*\x12\xd1\x01\n\x0e\x43reateExternal\x12?.yandex.cloud.organizationmanager.v1.CreateExternalGroupRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*$\n\x1b\x43reateExternalGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02-\"(/organization-manager/v1/external_groups:\x01*\x12\xbb\x01\n\x06Update\x12\x37.yandex.cloud.organizationmanager.v1.UpdateGroupRequest\x1a!.yandex.cloud.operation.Operation\"U\xb2\xd2*\x1c\n\x13UpdateGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02/2*/organization-manager/v1/groups/{group_id}:\x01*\x12\xee\x01\n\x11\x43onvertToExternal\x12\x42.yandex.cloud.organizationmanager.v1.ConvertToExternalGroupRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2*\'\n\x1e\x43onvertToExternalGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02\x41\"</organization-manager/v1/groups/{group_id}:convertToExternal:\x01*\x12\xff\x01\n\x11\x43onvertAllToBasic\x12\x43.yandex.cloud.organizationmanager.v1.ConvertAllToBasicGroupsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*8\n\x1f\x43onvertAllToBasicGroupsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?\":/organization-manager/v1/external_groups:convertAllToBasic:\x01*\x12\xc8\x01\n\x06\x44\x65lete\x12\x37.yandex.cloud.organizationmanager.v1.DeleteGroupRequest\x1a!.yandex.cloud.operation.Operation\"b\xb2\xd2*,\n\x13\x44\x65leteGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02,**/organization-manager/v1/groups/{group_id}\x12\xd2\x01\n\x0eListOperations\x12?.yandex.cloud.organizationmanager.v1.ListGroupOperationsRequest\x1a@.yandex.cloud.organizationmanager.v1.ListGroupOperationsResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/organization-manager/v1/groups/{group_id}/operations\x12\xca\x01\n\x0bListMembers\x12<.yandex.cloud.organizationmanager.v1.ListGroupMembersRequest\x1a=.yandex.cloud.organizationmanager.v1.ListGroupMembersResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/organization-manager/v1/groups/{group_id}:listMembers\x12\xee\x01\n\rUpdateMembers\x12>.yandex.cloud.organizationmanager.v1.UpdateGroupMembersRequest\x1a!.yandex.cloud.operation.Operation\"z\xb2\xd2*3\n\x1aUpdateGroupMembersMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02=\"8/organization-manager/v1/groups/{group_id}:updateMembers:\x01*\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/organization-manager/v1/groups/{resource_id}:listAccessBindings\x12\xfe\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x96\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x44\"?/organization-manager/v1/groups/{resource_id}:setAccessBindings:\x01*\x12\x8a\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02G\"B/organization-manager/v1/groups/{resource_id}:updateAccessBindings:\x01*B\x86\x01\n\'yandex.cloud.api.organizationmanager.v1Z[github.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1;organizationmanagerb\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -64,13 +64,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
64
64
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
65
65
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
66
66
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
67
|
-
_globals['_CREATEGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071
|
|
67
|
+
_globals['_CREATEGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071+[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?'
|
|
68
68
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['description']._loaded_options = None
|
|
69
69
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
70
70
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
71
71
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
72
72
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
73
|
-
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071
|
|
73
|
+
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071+[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?'
|
|
74
74
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['description']._loaded_options = None
|
|
75
75
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
76
76
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['subject_container_id']._loaded_options = None
|
|
@@ -80,7 +80,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
80
80
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['group_id']._loaded_options = None
|
|
81
81
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['group_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
82
82
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
83
|
-
_globals['_UPDATEGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
83
|
+
_globals['_UPDATEGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071,|[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?'
|
|
84
84
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['description']._loaded_options = None
|
|
85
85
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
86
86
|
_globals['_CONVERTTOEXTERNALGROUPREQUEST'].fields_by_name['group_id']._loaded_options = None
|
|
@@ -158,47 +158,47 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
158
158
|
_globals['_LISTEXTERNALGROUPSRESPONSE']._serialized_start=925
|
|
159
159
|
_globals['_LISTEXTERNALGROUPSRESPONSE']._serialized_end=1038
|
|
160
160
|
_globals['_CREATEGROUPREQUEST']._serialized_start=1041
|
|
161
|
-
_globals['_CREATEGROUPREQUEST']._serialized_end=
|
|
162
|
-
_globals['_CREATEGROUPMETADATA']._serialized_start=
|
|
163
|
-
_globals['_CREATEGROUPMETADATA']._serialized_end=
|
|
164
|
-
_globals['_CREATEEXTERNALGROUPREQUEST']._serialized_start=
|
|
165
|
-
_globals['_CREATEEXTERNALGROUPREQUEST']._serialized_end=
|
|
166
|
-
_globals['_CREATEEXTERNALGROUPMETADATA']._serialized_start=
|
|
167
|
-
_globals['_CREATEEXTERNALGROUPMETADATA']._serialized_end=
|
|
168
|
-
_globals['_UPDATEGROUPREQUEST']._serialized_start=
|
|
169
|
-
_globals['_UPDATEGROUPREQUEST']._serialized_end=
|
|
170
|
-
_globals['_UPDATEGROUPMETADATA']._serialized_start=
|
|
171
|
-
_globals['_UPDATEGROUPMETADATA']._serialized_end=
|
|
172
|
-
_globals['_CONVERTTOEXTERNALGROUPREQUEST']._serialized_start=
|
|
173
|
-
_globals['_CONVERTTOEXTERNALGROUPREQUEST']._serialized_end=
|
|
174
|
-
_globals['_CONVERTTOEXTERNALGROUPMETADATA']._serialized_start=
|
|
175
|
-
_globals['_CONVERTTOEXTERNALGROUPMETADATA']._serialized_end=
|
|
176
|
-
_globals['_CONVERTALLTOBASICGROUPSREQUEST']._serialized_start=
|
|
177
|
-
_globals['_CONVERTALLTOBASICGROUPSREQUEST']._serialized_end=
|
|
178
|
-
_globals['_CONVERTALLTOBASICGROUPSMETADATA']._serialized_start=
|
|
179
|
-
_globals['_CONVERTALLTOBASICGROUPSMETADATA']._serialized_end=
|
|
180
|
-
_globals['_DELETEGROUPREQUEST']._serialized_start=
|
|
181
|
-
_globals['_DELETEGROUPREQUEST']._serialized_end=
|
|
182
|
-
_globals['_DELETEGROUPMETADATA']._serialized_start=
|
|
183
|
-
_globals['_DELETEGROUPMETADATA']._serialized_end=
|
|
184
|
-
_globals['_LISTGROUPOPERATIONSREQUEST']._serialized_start=
|
|
185
|
-
_globals['_LISTGROUPOPERATIONSREQUEST']._serialized_end=
|
|
186
|
-
_globals['_LISTGROUPOPERATIONSRESPONSE']._serialized_start=
|
|
187
|
-
_globals['_LISTGROUPOPERATIONSRESPONSE']._serialized_end=
|
|
188
|
-
_globals['_LISTGROUPMEMBERSREQUEST']._serialized_start=
|
|
189
|
-
_globals['_LISTGROUPMEMBERSREQUEST']._serialized_end=
|
|
190
|
-
_globals['_LISTGROUPMEMBERSRESPONSE']._serialized_start=
|
|
191
|
-
_globals['_LISTGROUPMEMBERSRESPONSE']._serialized_end=
|
|
192
|
-
_globals['_GROUPMEMBER']._serialized_start=
|
|
193
|
-
_globals['_GROUPMEMBER']._serialized_end=
|
|
194
|
-
_globals['_UPDATEGROUPMEMBERSREQUEST']._serialized_start=
|
|
195
|
-
_globals['_UPDATEGROUPMEMBERSREQUEST']._serialized_end=
|
|
196
|
-
_globals['_UPDATEGROUPMEMBERSMETADATA']._serialized_start=
|
|
197
|
-
_globals['_UPDATEGROUPMEMBERSMETADATA']._serialized_end=
|
|
198
|
-
_globals['_MEMBERDELTA']._serialized_start=
|
|
199
|
-
_globals['_MEMBERDELTA']._serialized_end=
|
|
200
|
-
_globals['_MEMBERDELTA_MEMBERACTION']._serialized_start=
|
|
201
|
-
_globals['_MEMBERDELTA_MEMBERACTION']._serialized_end=
|
|
202
|
-
_globals['_GROUPSERVICE']._serialized_start=
|
|
203
|
-
_globals['_GROUPSERVICE']._serialized_end=
|
|
161
|
+
_globals['_CREATEGROUPREQUEST']._serialized_end=1199
|
|
162
|
+
_globals['_CREATEGROUPMETADATA']._serialized_start=1201
|
|
163
|
+
_globals['_CREATEGROUPMETADATA']._serialized_end=1240
|
|
164
|
+
_globals['_CREATEEXTERNALGROUPREQUEST']._serialized_start=1243
|
|
165
|
+
_globals['_CREATEEXTERNALGROUPREQUEST']._serialized_end=1501
|
|
166
|
+
_globals['_CREATEEXTERNALGROUPMETADATA']._serialized_start=1504
|
|
167
|
+
_globals['_CREATEEXTERNALGROUPMETADATA']._serialized_end=1668
|
|
168
|
+
_globals['_UPDATEGROUPREQUEST']._serialized_start=1671
|
|
169
|
+
_globals['_UPDATEGROUPREQUEST']._serialized_end=1868
|
|
170
|
+
_globals['_UPDATEGROUPMETADATA']._serialized_start=1870
|
|
171
|
+
_globals['_UPDATEGROUPMETADATA']._serialized_end=1909
|
|
172
|
+
_globals['_CONVERTTOEXTERNALGROUPREQUEST']._serialized_start=1912
|
|
173
|
+
_globals['_CONVERTTOEXTERNALGROUPREQUEST']._serialized_end=2067
|
|
174
|
+
_globals['_CONVERTTOEXTERNALGROUPMETADATA']._serialized_start=2069
|
|
175
|
+
_globals['_CONVERTTOEXTERNALGROUPMETADATA']._serialized_end=2191
|
|
176
|
+
_globals['_CONVERTALLTOBASICGROUPSREQUEST']._serialized_start=2193
|
|
177
|
+
_globals['_CONVERTALLTOBASICGROUPSREQUEST']._serialized_end=2269
|
|
178
|
+
_globals['_CONVERTALLTOBASICGROUPSMETADATA']._serialized_start=2271
|
|
179
|
+
_globals['_CONVERTALLTOBASICGROUPSMETADATA']._serialized_end=2334
|
|
180
|
+
_globals['_DELETEGROUPREQUEST']._serialized_start=2336
|
|
181
|
+
_globals['_DELETEGROUPREQUEST']._serialized_end=2388
|
|
182
|
+
_globals['_DELETEGROUPMETADATA']._serialized_start=2390
|
|
183
|
+
_globals['_DELETEGROUPMETADATA']._serialized_end=2429
|
|
184
|
+
_globals['_LISTGROUPOPERATIONSREQUEST']._serialized_start=2431
|
|
185
|
+
_globals['_LISTGROUPOPERATIONSREQUEST']._serialized_end=2554
|
|
186
|
+
_globals['_LISTGROUPOPERATIONSRESPONSE']._serialized_start=2556
|
|
187
|
+
_globals['_LISTGROUPOPERATIONSRESPONSE']._serialized_end=2665
|
|
188
|
+
_globals['_LISTGROUPMEMBERSREQUEST']._serialized_start=2667
|
|
189
|
+
_globals['_LISTGROUPMEMBERSREQUEST']._serialized_end=2787
|
|
190
|
+
_globals['_LISTGROUPMEMBERSRESPONSE']._serialized_start=2789
|
|
191
|
+
_globals['_LISTGROUPMEMBERSRESPONSE']._serialized_end=2907
|
|
192
|
+
_globals['_GROUPMEMBER']._serialized_start=2909
|
|
193
|
+
_globals['_GROUPMEMBER']._serialized_end=2964
|
|
194
|
+
_globals['_UPDATEGROUPMEMBERSREQUEST']._serialized_start=2967
|
|
195
|
+
_globals['_UPDATEGROUPMEMBERSREQUEST']._serialized_end=3111
|
|
196
|
+
_globals['_UPDATEGROUPMEMBERSMETADATA']._serialized_start=3113
|
|
197
|
+
_globals['_UPDATEGROUPMEMBERSMETADATA']._serialized_end=3159
|
|
198
|
+
_globals['_MEMBERDELTA']._serialized_start=3162
|
|
199
|
+
_globals['_MEMBERDELTA']._serialized_end=3362
|
|
200
|
+
_globals['_MEMBERDELTA_MEMBERACTION']._serialized_start=3296
|
|
201
|
+
_globals['_MEMBERDELTA_MEMBERACTION']._serialized_end=3362
|
|
202
|
+
_globals['_GROUPSERVICE']._serialized_start=3365
|
|
203
|
+
_globals['_GROUPSERVICE']._serialized_end=6775
|
|
204
204
|
# @@protoc_insertion_point(module_scope)
|
yandexcloud/__init__.py
CHANGED