yandexcloud 0.331.0__py3-none-any.whl → 0.333.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.
- yandex/cloud/ai/assistants/v1/threads/message_pb2.py +29 -19
- yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +104 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +66 -66
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +5 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +50 -38
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +199 -3
- yandex/cloud/backup/v1/backup_service_pb2.py +17 -3
- yandex/cloud/backup/v1/backup_service_pb2.pyi +52 -0
- yandex/cloud/backup/v1/backup_service_pb2_grpc.py +44 -0
- yandex/cloud/backup/v1/backup_service_pb2_grpc.pyi +20 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +5 -5
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +4 -0
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.py +9 -7
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +19 -0
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.py +8 -8
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +7 -3
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.py +6 -6
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +11 -4
- yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +33 -3
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +21 -8
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +41 -5
- yandex/cloud/datatransfer/v1/transfer_pb2.py +48 -46
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +22 -2
- yandex/cloud/datatransfer/v1/transfer_service_pb2.py +32 -32
- yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +53 -7
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +20 -7
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +55 -7
- yandex/cloud/k8s/v1/cluster_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_pb2.pyi +6 -2
- yandex/cloud/k8s/v1/cluster_service_pb2.py +74 -63
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +39 -0
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.py +44 -0
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/k8s/v1/maintenance_pb2.py +14 -11
- yandex/cloud/k8s/v1/maintenance_pb2.pyi +36 -0
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +72 -68
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +33 -2
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +36 -34
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +34 -4
- yandex/cloud/mdb/clickhouse/v1/user_service_pb2.py +30 -29
- yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +9 -2
- yandex/cloud/mdb/mysql/v1/user_pb2.py +16 -14
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +32 -4
- yandex/cloud/mdb/mysql/v1/user_service_pb2.py +30 -29
- yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +9 -2
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2.py +47 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2.pyi +82 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2.py +70 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2.pyi +159 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2_grpc.py +189 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2_grpc.pyi +90 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +110 -105
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +41 -1
- yandex/cloud/mdb/postgresql/v1/user_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +32 -4
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +18 -18
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +8 -2
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +128 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +22 -3
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +10 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +8 -2
- yandex/cloud/quotamanager/__init__.py +0 -0
- yandex/cloud/quotamanager/v1/__init__.py +0 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2.py +79 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2.pyi +193 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.py +189 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.pyi +90 -0
- yandex/cloud/quotamanager/v1/resource_pb2.py +42 -0
- yandex/cloud/quotamanager/v1/resource_pb2.pyi +31 -0
- yandex/cloud/quotamanager/v1/resource_pb2_grpc.py +24 -0
- yandex/cloud/quotamanager/v1/resource_pb2_grpc.pyi +17 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +20 -18
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +1 -1
- yandex/cloud/video/v1/episode_service_pb2.py +35 -21
- yandex/cloud/video/v1/episode_service_pb2.pyi +42 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +44 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/RECORD +86 -68
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/top_level.txt +0 -0
|
@@ -54,6 +54,7 @@ class User(google.protobuf.message.Message):
|
|
|
54
54
|
GRANTS_FIELD_NUMBER: builtins.int
|
|
55
55
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
56
56
|
USER_PASSWORD_ENCRYPTION_FIELD_NUMBER: builtins.int
|
|
57
|
+
CONNECTION_MANAGER_FIELD_NUMBER: builtins.int
|
|
57
58
|
name: builtins.str
|
|
58
59
|
"""Name of the PostgreSQL user."""
|
|
59
60
|
cluster_id: builtins.str
|
|
@@ -99,6 +100,10 @@ class User(google.protobuf.message.Message):
|
|
|
99
100
|
The default value is `unspecified`. In this case, the user configuration inherits the cluster's deletion protection settings.
|
|
100
101
|
"""
|
|
101
102
|
|
|
103
|
+
@property
|
|
104
|
+
def connection_manager(self) -> global___ConnectionManager:
|
|
105
|
+
"""Connection Manager Connection and settings associated with user. Read only field."""
|
|
106
|
+
|
|
102
107
|
def __init__(
|
|
103
108
|
self,
|
|
104
109
|
*,
|
|
@@ -111,9 +116,10 @@ class User(google.protobuf.message.Message):
|
|
|
111
116
|
grants: collections.abc.Iterable[builtins.str] | None = ...,
|
|
112
117
|
deletion_protection: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
113
118
|
user_password_encryption: global___UserPasswordEncryption.ValueType = ...,
|
|
119
|
+
connection_manager: global___ConnectionManager | None = ...,
|
|
114
120
|
) -> None: ...
|
|
115
|
-
def HasField(self, field_name: typing.Literal["deletion_protection", b"deletion_protection", "login", b"login", "settings", b"settings"]) -> builtins.bool: ...
|
|
116
|
-
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "conn_limit", b"conn_limit", "deletion_protection", b"deletion_protection", "grants", b"grants", "login", b"login", "name", b"name", "permissions", b"permissions", "settings", b"settings", "user_password_encryption", b"user_password_encryption"]) -> None: ...
|
|
121
|
+
def HasField(self, field_name: typing.Literal["connection_manager", b"connection_manager", "deletion_protection", b"deletion_protection", "login", b"login", "settings", b"settings"]) -> builtins.bool: ...
|
|
122
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "conn_limit", b"conn_limit", "connection_manager", b"connection_manager", "deletion_protection", b"deletion_protection", "grants", b"grants", "login", b"login", "name", b"name", "permissions", b"permissions", "settings", b"settings", "user_password_encryption", b"user_password_encryption"]) -> None: ...
|
|
117
123
|
|
|
118
124
|
global___User = User
|
|
119
125
|
|
|
@@ -133,6 +139,22 @@ class Permission(google.protobuf.message.Message):
|
|
|
133
139
|
|
|
134
140
|
global___Permission = Permission
|
|
135
141
|
|
|
142
|
+
@typing.final
|
|
143
|
+
class ConnectionManager(google.protobuf.message.Message):
|
|
144
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
145
|
+
|
|
146
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
147
|
+
connection_id: builtins.str
|
|
148
|
+
"""ID of Connection Manager Connection"""
|
|
149
|
+
def __init__(
|
|
150
|
+
self,
|
|
151
|
+
*,
|
|
152
|
+
connection_id: builtins.str = ...,
|
|
153
|
+
) -> None: ...
|
|
154
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id"]) -> None: ...
|
|
155
|
+
|
|
156
|
+
global___ConnectionManager = ConnectionManager
|
|
157
|
+
|
|
136
158
|
@typing.final
|
|
137
159
|
class UserSpec(google.protobuf.message.Message):
|
|
138
160
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -146,6 +168,7 @@ class UserSpec(google.protobuf.message.Message):
|
|
|
146
168
|
GRANTS_FIELD_NUMBER: builtins.int
|
|
147
169
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
148
170
|
USER_PASSWORD_ENCRYPTION_FIELD_NUMBER: builtins.int
|
|
171
|
+
GENERATE_PASSWORD_FIELD_NUMBER: builtins.int
|
|
149
172
|
name: builtins.str
|
|
150
173
|
"""Name of the PostgreSQL user."""
|
|
151
174
|
password: builtins.str
|
|
@@ -195,6 +218,10 @@ class UserSpec(google.protobuf.message.Message):
|
|
|
195
218
|
Default value: `unspecified` (inherits cluster's deletion_protection)
|
|
196
219
|
"""
|
|
197
220
|
|
|
221
|
+
@property
|
|
222
|
+
def generate_password(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
223
|
+
"""Generate password using Connection Manager."""
|
|
224
|
+
|
|
198
225
|
def __init__(
|
|
199
226
|
self,
|
|
200
227
|
*,
|
|
@@ -207,9 +234,10 @@ class UserSpec(google.protobuf.message.Message):
|
|
|
207
234
|
grants: collections.abc.Iterable[builtins.str] | None = ...,
|
|
208
235
|
deletion_protection: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
209
236
|
user_password_encryption: global___UserPasswordEncryption.ValueType = ...,
|
|
237
|
+
generate_password: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
210
238
|
) -> None: ...
|
|
211
|
-
def HasField(self, field_name: typing.Literal["conn_limit", b"conn_limit", "deletion_protection", b"deletion_protection", "login", b"login", "settings", b"settings"]) -> builtins.bool: ...
|
|
212
|
-
def ClearField(self, field_name: typing.Literal["conn_limit", b"conn_limit", "deletion_protection", b"deletion_protection", "grants", b"grants", "login", b"login", "name", b"name", "password", b"password", "permissions", b"permissions", "settings", b"settings", "user_password_encryption", b"user_password_encryption"]) -> None: ...
|
|
239
|
+
def HasField(self, field_name: typing.Literal["conn_limit", b"conn_limit", "deletion_protection", b"deletion_protection", "generate_password", b"generate_password", "login", b"login", "settings", b"settings"]) -> builtins.bool: ...
|
|
240
|
+
def ClearField(self, field_name: typing.Literal["conn_limit", b"conn_limit", "deletion_protection", b"deletion_protection", "generate_password", b"generate_password", "grants", b"grants", "login", b"login", "name", b"name", "password", b"password", "permissions", b"permissions", "settings", b"settings", "user_password_encryption", b"user_password_encryption"]) -> None: ...
|
|
213
241
|
|
|
214
242
|
global___UserSpec = UserSpec
|
|
215
243
|
|
|
@@ -31,7 +31,7 @@ from yandex.cloud.mdb.postgresql.v1 import user_pb2 as yandex_dot_cloud_dot_mdb_
|
|
|
31
31
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1yandex/cloud/mdb/postgresql/v1/user_service.proto\x12\x1eyandex.cloud.mdb.postgresql.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a)yandex/cloud/mdb/postgresql/v1/user.proto\x1a yandex/cloud/api/operation.proto\"e\n\x0eGetUserRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\tuser_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\"r\n\x10ListUsersRequest\x12 \n\ncluster_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"a\n\x11ListUsersResponse\x12\x33\n\x05users\x18\x01 \x03(\x0b\x32$.yandex.cloud.mdb.postgresql.v1.User\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"x\n\x11\x43reateUserRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x41\n\tuser_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.mdb.postgresql.v1.UserSpecB\x04\xe8\xc7\x31\x01\";\n\x12\x43reateUserMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tuser_name\x18\x02 \x01(\t\"\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1yandex/cloud/mdb/postgresql/v1/user_service.proto\x12\x1eyandex.cloud.mdb.postgresql.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a)yandex/cloud/mdb/postgresql/v1/user.proto\x1a yandex/cloud/api/operation.proto\"e\n\x0eGetUserRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\tuser_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\"r\n\x10ListUsersRequest\x12 \n\ncluster_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"a\n\x11ListUsersResponse\x12\x33\n\x05users\x18\x01 \x03(\x0b\x32$.yandex.cloud.mdb.postgresql.v1.User\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"x\n\x11\x43reateUserRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x41\n\tuser_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.mdb.postgresql.v1.UserSpecB\x04\xe8\xc7\x31\x01\";\n\x12\x43reateUserMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tuser_name\x18\x02 \x01(\t\"\xf5\x04\n\x11UpdateUserRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\tuser_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12/\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x1b\n\x08password\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05\x38-128\x12?\n\x0bpermissions\x18\x05 \x03(\x0b\x32*.yandex.cloud.mdb.postgresql.v1.Permission\x12\x1c\n\nconn_limit\x18\x06 \x01(\x03\x42\x08\xfa\xc7\x31\x04>=10\x12>\n\x08settings\x18\x07 \x01(\x0b\x32,.yandex.cloud.mdb.postgresql.v1.UserSettings\x12)\n\x05login\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12)\n\x06grants\x18\t \x03(\tB\x19\xf2\xc7\x31\r[a-zA-Z0-9_]*\x8a\xc8\x31\x04<=63\x12\x37\n\x13\x64\x65letion_protection\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12X\n\x18user_password_encryption\x18\x0b \x01(\x0e\x32\x36.yandex.cloud.mdb.postgresql.v1.UserPasswordEncryption\x12\x35\n\x11generate_password\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\";\n\x12UpdateUserMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tuser_name\x18\x02 \x01(\t\"h\n\x11\x44\x65leteUserRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\tuser_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\";\n\x12\x44\x65leteUserMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tuser_name\x18\x02 \x01(\t\"\xb7\x01\n\x1aGrantUserPermissionRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\tuser_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x44\n\npermission\x18\x03 \x01(\x0b\x32*.yandex.cloud.mdb.postgresql.v1.PermissionB\x04\xe8\xc7\x31\x01\"D\n\x1bGrantUserPermissionMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tuser_name\x18\x02 \x01(\t\"\xa9\x01\n\x1bRevokeUserPermissionRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\tuser_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x35\n\rdatabase_name\x18\x03 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\"E\n\x1cRevokeUserPermissionMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tuser_name\x18\x02 \x01(\t2\xad\x0b\n\x0bUserService\x12\xa3\x01\n\x03Get\x12..yandex.cloud.mdb.postgresql.v1.GetUserRequest\x1a$.yandex.cloud.mdb.postgresql.v1.User\"F\x82\xd3\xe4\x93\x02@\x12>/managed-postgresql/v1/clusters/{cluster_id}/users/{user_name}\x12\xa7\x01\n\x04List\x12\x30.yandex.cloud.mdb.postgresql.v1.ListUsersRequest\x1a\x31.yandex.cloud.mdb.postgresql.v1.ListUsersResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/managed-postgresql/v1/clusters/{cluster_id}/users\x12\xbb\x01\n\x06\x43reate\x12\x31.yandex.cloud.mdb.postgresql.v1.CreateUserRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*\x1a\n\x12\x43reateUserMetadata\x12\x04User\x82\xd3\xe4\x93\x02\x37\"2/managed-postgresql/v1/clusters/{cluster_id}/users:\x01*\x12\xc7\x01\n\x06Update\x12\x31.yandex.cloud.mdb.postgresql.v1.UpdateUserRequest\x1a!.yandex.cloud.operation.Operation\"g\xb2\xd2*\x1a\n\x12UpdateUserMetadata\x12\x04User\x82\xd3\xe4\x93\x02\x43\x32>/managed-postgresql/v1/clusters/{cluster_id}/users/{user_name}:\x01*\x12\xd5\x01\n\x06\x44\x65lete\x12\x31.yandex.cloud.mdb.postgresql.v1.DeleteUserRequest\x1a!.yandex.cloud.operation.Operation\"u\xb2\xd2*+\n\x12\x44\x65leteUserMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02@*>/managed-postgresql/v1/clusters/{cluster_id}/users/{user_name}\x12\xf3\x01\n\x0fGrantPermission\x12:.yandex.cloud.mdb.postgresql.v1.GrantUserPermissionRequest\x1a!.yandex.cloud.operation.Operation\"\x80\x01\xb2\xd2*#\n\x1bGrantUserPermissionMetadata\x12\x04User\x82\xd3\xe4\x93\x02S\"N/managed-postgresql/v1/clusters/{cluster_id}/users/{user_name}:grantPermission:\x01*\x12\xf7\x01\n\x10RevokePermission\x12;.yandex.cloud.mdb.postgresql.v1.RevokeUserPermissionRequest\x1a!.yandex.cloud.operation.Operation\"\x82\x01\xb2\xd2*$\n\x1cRevokeUserPermissionMetadata\x12\x04User\x82\xd3\xe4\x93\x02T\"O/managed-postgresql/v1/clusters/{cluster_id}/users/{user_name}:revokePermission:\x01*Bs\n\"yandex.cloud.api.mdb.postgresql.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/postgresql/v1;postgresqlb\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -104,21 +104,21 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
104
104
|
_globals['_CREATEUSERMETADATA']._serialized_start=769
|
|
105
105
|
_globals['_CREATEUSERMETADATA']._serialized_end=828
|
|
106
106
|
_globals['_UPDATEUSERREQUEST']._serialized_start=831
|
|
107
|
-
_globals['_UPDATEUSERREQUEST']._serialized_end=
|
|
108
|
-
_globals['_UPDATEUSERMETADATA']._serialized_start=
|
|
109
|
-
_globals['_UPDATEUSERMETADATA']._serialized_end=
|
|
110
|
-
_globals['_DELETEUSERREQUEST']._serialized_start=
|
|
111
|
-
_globals['_DELETEUSERREQUEST']._serialized_end=
|
|
112
|
-
_globals['_DELETEUSERMETADATA']._serialized_start=
|
|
113
|
-
_globals['_DELETEUSERMETADATA']._serialized_end=
|
|
114
|
-
_globals['_GRANTUSERPERMISSIONREQUEST']._serialized_start=
|
|
115
|
-
_globals['_GRANTUSERPERMISSIONREQUEST']._serialized_end=
|
|
116
|
-
_globals['_GRANTUSERPERMISSIONMETADATA']._serialized_start=
|
|
117
|
-
_globals['_GRANTUSERPERMISSIONMETADATA']._serialized_end=
|
|
118
|
-
_globals['_REVOKEUSERPERMISSIONREQUEST']._serialized_start=
|
|
119
|
-
_globals['_REVOKEUSERPERMISSIONREQUEST']._serialized_end=
|
|
120
|
-
_globals['_REVOKEUSERPERMISSIONMETADATA']._serialized_start=
|
|
121
|
-
_globals['_REVOKEUSERPERMISSIONMETADATA']._serialized_end=
|
|
122
|
-
_globals['_USERSERVICE']._serialized_start=
|
|
123
|
-
_globals['_USERSERVICE']._serialized_end=
|
|
107
|
+
_globals['_UPDATEUSERREQUEST']._serialized_end=1460
|
|
108
|
+
_globals['_UPDATEUSERMETADATA']._serialized_start=1462
|
|
109
|
+
_globals['_UPDATEUSERMETADATA']._serialized_end=1521
|
|
110
|
+
_globals['_DELETEUSERREQUEST']._serialized_start=1523
|
|
111
|
+
_globals['_DELETEUSERREQUEST']._serialized_end=1627
|
|
112
|
+
_globals['_DELETEUSERMETADATA']._serialized_start=1629
|
|
113
|
+
_globals['_DELETEUSERMETADATA']._serialized_end=1688
|
|
114
|
+
_globals['_GRANTUSERPERMISSIONREQUEST']._serialized_start=1691
|
|
115
|
+
_globals['_GRANTUSERPERMISSIONREQUEST']._serialized_end=1874
|
|
116
|
+
_globals['_GRANTUSERPERMISSIONMETADATA']._serialized_start=1876
|
|
117
|
+
_globals['_GRANTUSERPERMISSIONMETADATA']._serialized_end=1944
|
|
118
|
+
_globals['_REVOKEUSERPERMISSIONREQUEST']._serialized_start=1947
|
|
119
|
+
_globals['_REVOKEUSERPERMISSIONREQUEST']._serialized_end=2116
|
|
120
|
+
_globals['_REVOKEUSERPERMISSIONMETADATA']._serialized_start=2118
|
|
121
|
+
_globals['_REVOKEUSERPERMISSIONMETADATA']._serialized_end=2187
|
|
122
|
+
_globals['_USERSERVICE']._serialized_start=2190
|
|
123
|
+
_globals['_USERSERVICE']._serialized_end=3643
|
|
124
124
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -156,6 +156,7 @@ class UpdateUserRequest(google.protobuf.message.Message):
|
|
|
156
156
|
GRANTS_FIELD_NUMBER: builtins.int
|
|
157
157
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
158
158
|
USER_PASSWORD_ENCRYPTION_FIELD_NUMBER: builtins.int
|
|
159
|
+
GENERATE_PASSWORD_FIELD_NUMBER: builtins.int
|
|
159
160
|
cluster_id: builtins.str
|
|
160
161
|
"""ID of the PostgreSQL cluster the user belongs to.
|
|
161
162
|
To get the cluster ID use a [ClusterService.List] request.
|
|
@@ -210,6 +211,10 @@ class UpdateUserRequest(google.protobuf.message.Message):
|
|
|
210
211
|
Default value: `unspecified` (inherits cluster's deletion_protection)
|
|
211
212
|
"""
|
|
212
213
|
|
|
214
|
+
@property
|
|
215
|
+
def generate_password(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
216
|
+
"""Generate password using Connection Manager."""
|
|
217
|
+
|
|
213
218
|
def __init__(
|
|
214
219
|
self,
|
|
215
220
|
*,
|
|
@@ -224,9 +229,10 @@ class UpdateUserRequest(google.protobuf.message.Message):
|
|
|
224
229
|
grants: collections.abc.Iterable[builtins.str] | None = ...,
|
|
225
230
|
deletion_protection: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
226
231
|
user_password_encryption: yandex.cloud.mdb.postgresql.v1.user_pb2.UserPasswordEncryption.ValueType = ...,
|
|
232
|
+
generate_password: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
227
233
|
) -> None: ...
|
|
228
|
-
def HasField(self, field_name: typing.Literal["deletion_protection", b"deletion_protection", "login", b"login", "settings", b"settings", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
229
|
-
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "conn_limit", b"conn_limit", "deletion_protection", b"deletion_protection", "grants", b"grants", "login", b"login", "password", b"password", "permissions", b"permissions", "settings", b"settings", "update_mask", b"update_mask", "user_name", b"user_name", "user_password_encryption", b"user_password_encryption"]) -> None: ...
|
|
234
|
+
def HasField(self, field_name: typing.Literal["deletion_protection", b"deletion_protection", "generate_password", b"generate_password", "login", b"login", "settings", b"settings", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
235
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "conn_limit", b"conn_limit", "deletion_protection", b"deletion_protection", "generate_password", b"generate_password", "grants", b"grants", "login", b"login", "password", b"password", "permissions", b"permissions", "settings", b"settings", "update_mask", b"update_mask", "user_name", b"user_name", "user_password_encryption", b"user_password_encryption"]) -> None: ...
|
|
230
236
|
|
|
231
237
|
global___UpdateUserRequest = UpdateUserRequest
|
|
232
238
|
|
|
@@ -36,11 +36,12 @@ from yandex.cloud.mdb.redis.v1.config import redis6_0_pb2 as yandex_dot_cloud_do
|
|
|
36
36
|
from yandex.cloud.mdb.redis.v1.config import redis6_2_pb2 as yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_config_dot_redis6__2__pb2
|
|
37
37
|
from yandex.cloud.mdb.redis.v1.config import redis7_0_pb2 as yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_config_dot_redis7__0__pb2
|
|
38
38
|
from yandex.cloud.mdb.redis.v1 import maintenance_pb2 as yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_maintenance__pb2
|
|
39
|
+
from yandex.cloud.mdb.redis.v1 import user_pb2 as yandex_dot_cloud_dot_mdb_dot_redis_dot_v1_dot_user__pb2
|
|
39
40
|
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
40
41
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
41
42
|
|
|
42
43
|
|
|
43
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/mdb/redis/v1/cluster_service.proto\x12\x19yandex.cloud.mdb.redis.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1bgoogle/type/timeofday.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/mdb/redis/v1/backup.proto\x1a\'yandex/cloud/mdb/redis/v1/cluster.proto\x1a,yandex/cloud/mdb/redis/v1/config/redis.proto\x1a/yandex/cloud/mdb/redis/v1/config/redis5_0.proto\x1a/yandex/cloud/mdb/redis/v1/config/redis6_0.proto\x1a/yandex/cloud/mdb/redis/v1/config/redis6_2.proto\x1a/yandex/cloud/mdb/redis/v1/config/redis7_0.proto\x1a+yandex/cloud/mdb/redis/v1/maintenance.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"3\n\x1d\x45nableShardingClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"@\n\x1c\x45nableShardingClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"5\n\x11GetClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x90\x01\n\x13ListClustersRequest\x12\x1f\n\tfolder_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"e\n\x14ListClustersResponse\x12\x34\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\".yandex.cloud.mdb.redis.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe4\x06\n\x14\x43reateClusterRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x88\x01\n\x06labels\x18\x04 \x03(\x0b\x32;.yandex.cloud.mdb.redis.v1.CreateClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12I\n\x0b\x65nvironment\x18\x05 \x01(\x0e\x32..yandex.cloud.mdb.redis.v1.Cluster.EnvironmentB\x04\xe8\xc7\x31\x01\x12@\n\x0b\x63onfig_spec\x18\x06 \x01(\x0b\x32%.yandex.cloud.mdb.redis.v1.ConfigSpecB\x04\xe8\xc7\x31\x01\x12?\n\nhost_specs\x18\x07 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.HostSpecB\x06\x82\xc8\x31\x02>0\x12 \n\nnetwork_id\x18\n \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x0f\n\x07sharded\x18\x0b \x01(\x08\x12\x1a\n\x12security_group_ids\x18\x0c \x03(\t\x12/\n\x0btls_enabled\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x1b\n\x13\x64\x65letion_protection\x18\x0e \x01(\x08\x12L\n\x10persistence_mode\x18\x0f \x01(\x0e\x32\x32.yandex.cloud.mdb.redis.v1.Cluster.PersistenceMode\x12\x1a\n\x12\x61nnounce_hostnames\x18\x10 \x01(\x08\x12H\n\x12maintenance_window\x18\x11 \x01(\x0b\x32,.yandex.cloud.mdb.redis.v1.MaintenanceWindow\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x08\x10\n\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xb4\x05\n\x14UpdateClusterRequest\x12 \n\ncluster_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\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x88\x01\n\x06labels\x18\x04 \x03(\x0b\x32;.yandex.cloud.mdb.redis.v1.UpdateClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12:\n\x0b\x63onfig_spec\x18\x05 \x01(\x0b\x32%.yandex.cloud.mdb.redis.v1.ConfigSpec\x12(\n\x04name\x18\x06 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12H\n\x12maintenance_window\x18\x07 \x01(\x0b\x32,.yandex.cloud.mdb.redis.v1.MaintenanceWindow\x12\x1a\n\x12security_group_ids\x18\x08 \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\t \x01(\x08\x12L\n\x10persistence_mode\x18\n \x01(\x0e\x32\x32.yandex.cloud.mdb.redis.v1.Cluster.PersistenceMode\x12\x1c\n\nnetwork_id\x18\x0b \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1a\n\x12\x61nnounce_hostnames\x18\x0c \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"8\n\x14\x44\x65leteClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"7\n\x13StartClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"6\n\x12StopClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"c\n\x12MoveClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"b\n\x13MoveClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x18\n\x10source_folder_id\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x65stination_folder_id\x18\x03 \x01(\t\"\x8b\x01\n\x19UpdateClusterHostsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12L\n\x11update_host_specs\x18\x02 \x03(\x0b\x32).yandex.cloud.mdb.redis.v1.UpdateHostSpecB\x06\x82\xc8\x31\x02>0\"D\n\x1aUpdateClusterHostsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nhost_names\x18\x02 \x03(\t\"8\n\x14\x42\x61\x63kupClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x42\x61\x63kupClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xe4\x06\n\x15RestoreClusterRequest\x12\x17\n\tbackup_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12,\n\x04name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x89\x01\n\x06labels\x18\x04 \x03(\x0b\x32<.yandex.cloud.mdb.redis.v1.RestoreClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12I\n\x0b\x65nvironment\x18\x05 \x01(\x0e\x32..yandex.cloud.mdb.redis.v1.Cluster.EnvironmentB\x04\xe8\xc7\x31\x01\x12@\n\x0b\x63onfig_spec\x18\x06 \x01(\x0b\x32%.yandex.cloud.mdb.redis.v1.ConfigSpecB\x04\xe8\xc7\x31\x01\x12?\n\nhost_specs\x18\x07 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.HostSpecB\x06\x82\xc8\x31\x02>0\x12 \n\nnetwork_id\x18\x08 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1b\n\tfolder_id\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1a\n\x12security_group_ids\x18\n \x03(\t\x12/\n\x0btls_enabled\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12L\n\x10persistence_mode\x18\x0c \x01(\x0e\x32\x32.yandex.cloud.mdb.redis.v1.Cluster.PersistenceMode\x12\x1b\n\x13\x64\x65letion_protection\x18\r \x01(\x08\x12\x1a\n\x12\x61nnounce_hostnames\x18\x0e \x01(\x08\x12H\n\x12maintenance_window\x18\x0f \x01(\x0b\x32,.yandex.cloud.mdb.redis.v1.MaintenanceWindow\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"?\n\x16RestoreClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tbackup_id\x18\x02 \x01(\t\"^\n\x1bStartClusterFailoverRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\nhost_names\x18\x02 \x03(\tB\t\x8a\xc8\x31\x05<=253\"F\n\x1cStartClusterFailoverMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nhost_names\x18\x02 \x03(\t\"\xca\x02\n\x1cRescheduleMaintenanceRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x65\n\x0freschedule_type\x18\x02 \x01(\x0e\x32\x46.yandex.cloud.mdb.redis.v1.RescheduleMaintenanceRequest.RescheduleTypeB\x04\xe8\xc7\x31\x01\x12\x31\n\rdelayed_until\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"n\n\x0eRescheduleType\x12\x1f\n\x1bRESCHEDULE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tIMMEDIATE\x10\x01\x12\x19\n\x15NEXT_AVAILABLE_WINDOW\x10\x02\x12\x11\n\rSPECIFIC_TIME\x10\x03\"l\n\x1dRescheduleMaintenanceMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x31\n\rdelayed_until\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampJ\x04\x08\x02\x10\x04\"\xae\x01\n\tLogRecord\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x42\n\x07message\x18\x02 \x03(\x0b\x32\x31.yandex.cloud.mdb.redis.v1.LogRecord.MessageEntry\x1a.\n\x0cMessageEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xf8\x02\n\x16ListClusterLogsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\rcolumn_filter\x18\x02 \x03(\t\x12S\n\x0cservice_type\x18\x03 \x01(\x0e\x32=.yandex.cloud.mdb.redis.v1.ListClusterLogsRequest.ServiceType\x12-\n\tfrom_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07to_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1d\n\tpage_size\x18\x06 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x07 \x01(\tB\t\x8a\xc8\x31\x05<=100\"6\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05REDIS\x10\x01\"f\n\x17ListClusterLogsResponse\x12\x32\n\x04logs\x18\x01 \x03(\x0b\x32$.yandex.cloud.mdb.redis.v1.LogRecord\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"b\n\x0fStreamLogRecord\x12\x34\n\x06record\x18\x01 \x01(\x0b\x32$.yandex.cloud.mdb.redis.v1.LogRecord\x12\x19\n\x11next_record_token\x18\x02 \x01(\t\"\xfb\x02\n\x18StreamClusterLogsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\rcolumn_filter\x18\x02 \x03(\t\x12U\n\x0cservice_type\x18\x03 \x01(\x0e\x32?.yandex.cloud.mdb.redis.v1.StreamClusterLogsRequest.ServiceType\x12-\n\tfrom_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07to_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1f\n\x0crecord_token\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x07 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"6\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05REDIS\x10\x01\"~\n\x1cListClusterOperationsRequest\x12 \n\ncluster_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"o\n\x1dListClusterOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"{\n\x19ListClusterBackupsRequest\x12 \n\ncluster_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"i\n\x1aListClusterBackupsResponse\x12\x32\n\x07\x62\x61\x63kups\x18\x01 \x03(\x0b\x32!.yandex.cloud.mdb.redis.v1.Backup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"y\n\x17ListClusterHostsRequest\x12 \n\ncluster_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"c\n\x18ListClusterHostsResponse\x12.\n\x05hosts\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.mdb.redis.v1.Host\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"{\n\x16\x41\x64\x64\x43lusterHostsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\nhost_specs\x18\x02 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.HostSpecB\x06\x82\xc8\x31\x02>0\"A\n\x17\x41\x64\x64\x43lusterHostsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nhost_names\x18\x02 \x03(\t\"b\n\x19\x44\x65leteClusterHostsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12#\n\nhost_names\x18\x02 \x03(\tB\x0f\x82\xc8\x31\x02>0\x8a\xc8\x31\x05<=253\"D\n\x1a\x44\x65leteClusterHostsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nhost_names\x18\x02 \x03(\t\"n\n\x16GetClusterShardRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\nshard_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\"z\n\x18ListClusterShardsRequest\x12 \n\ncluster_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"f\n\x19ListClusterShardsResponse\x12\x30\n\x06shards\x18\x01 \x03(\x0b\x32 .yandex.cloud.mdb.redis.v1.Shard\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb5\x01\n\x16\x41\x64\x64\x43lusterShardRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\nshard_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12?\n\nhost_specs\x18\x04 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.HostSpecB\x06\x82\xc8\x31\x02>0J\x04\x08\x03\x10\x04\"A\n\x17\x41\x64\x64\x43lusterShardMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nshard_name\x18\x02 \x01(\t\"q\n\x19\x44\x65leteClusterShardRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\nshard_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\"D\n\x1a\x44\x65leteClusterShardMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nshard_name\x18\x02 \x01(\t\";\n\x17RebalanceClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\".\n\x18RebalanceClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xab\x01\n\x0eUpdateHostSpec\x12\x17\n\thost_name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x35\n\x10replica_priority\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x18\n\x10\x61ssign_public_ip\x18\x03 \x01(\x08\x12/\n\x0bupdate_mask\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"\xaf\x01\n\x08HostSpec\x12\x0f\n\x07zone_id\x18\x01 \x01(\t\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\x12.\n\nshard_name\x18\x03 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x35\n\x10replica_priority\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x18\n\x10\x61ssign_public_ip\x18\x05 \x01(\x08\"\x9b\x06\n\nConfigSpec\x12\x0f\n\x07version\x18\x01 \x01(\t\x12]\n\x10redis_config_5_0\x18\x02 \x01(\x0b\x32\x30.yandex.cloud.mdb.redis.v1.config.RedisConfig5_0H\x00R\x0fredisConfig_5_0\x12]\n\x10redis_config_6_0\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.mdb.redis.v1.config.RedisConfig6_0H\x00R\x0fredisConfig_6_0\x12]\n\x10redis_config_6_2\x18\x07 \x01(\x0b\x32\x30.yandex.cloud.mdb.redis.v1.config.RedisConfig6_2H\x00R\x0fredisConfig_6_2\x12]\n\x10redis_config_7_0\x18\x08 \x01(\x0b\x32\x30.yandex.cloud.mdb.redis.v1.config.RedisConfig7_0H\x00R\x0fredisConfig_7_0\x12\x37\n\tresources\x18\x03 \x01(\x0b\x32$.yandex.cloud.mdb.redis.v1.Resources\x12\x33\n\x13\x62\x61\x63kup_window_start\x18\x04 \x01(\x0b\x32\x16.google.type.TimeOfDay\x12\x31\n\x06\x61\x63\x63\x65ss\x18\x05 \x01(\x0b\x32!.yandex.cloud.mdb.redis.v1.Access\x12<\n\x05redis\x18\x0b \x01(\x0b\x32-.yandex.cloud.mdb.redis.v1.config.RedisConfig\x12M\n\x15\x64isk_size_autoscaling\x18\x0c \x01(\x0b\x32..yandex.cloud.mdb.redis.v1.DiskSizeAutoscaling\x12>\n\x19\x62\x61\x63kup_retain_period_days\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\n\nredis_specJ\x04\x08\t\x10\x0b\x32\xed&\n\x0e\x43lusterService\x12\x88\x01\n\x03Get\x12,.yandex.cloud.mdb.redis.v1.GetClusterRequest\x1a\".yandex.cloud.mdb.redis.v1.Cluster\"/\x82\xd3\xe4\x93\x02)\x12\'/managed-redis/v1/clusters/{cluster_id}\x12\x8b\x01\n\x04List\x12..yandex.cloud.mdb.redis.v1.ListClustersRequest\x1a/.yandex.cloud.mdb.redis.v1.ListClustersResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/managed-redis/v1/clusters\x12\xa7\x01\n\x06\x43reate\x12/.yandex.cloud.mdb.redis.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"I\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x1f\"\x1a/managed-redis/v1/clusters:\x01*\x12\xb4\x01\n\x06Update\x12/.yandex.cloud.mdb.redis.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02,2\'/managed-redis/v1/clusters/{cluster_id}:\x01*\x12\xbf\x01\n\x06\x44\x65lete\x12/.yandex.cloud.mdb.redis.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"a\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02)*\'/managed-redis/v1/clusters/{cluster_id}\x12\xb4\x01\n\x05Start\x12..yandex.cloud.mdb.redis.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"X\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02/\"-/managed-redis/v1/clusters/{cluster_id}:start\x12\xb0\x01\n\x04Stop\x12-.yandex.cloud.mdb.redis.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02.\",/managed-redis/v1/clusters/{cluster_id}:stop\x12\xb3\x01\n\x04Move\x12-.yandex.cloud.mdb.redis.v1.MoveClusterRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*\x1e\n\x13MoveClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x31\",/managed-redis/v1/clusters/{cluster_id}:move:\x01*\x12\xb8\x01\n\x06\x42\x61\x63kup\x12/.yandex.cloud.mdb.redis.v1.BackupClusterRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2* \n\x15\x42\x61\x63kupClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x30\"./managed-redis/v1/clusters/{cluster_id}:backup\x12\xb2\x01\n\x07Restore\x12\x30.yandex.cloud.mdb.redis.v1.RestoreClusterRequest\x1a!.yandex.cloud.operation.Operation\"R\xb2\xd2*!\n\x16RestoreClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\'\"\"/managed-redis/v1/clusters:restore:\x01*\x12\xe9\x01\n\x15RescheduleMaintenance\x12\x37.yandex.cloud.mdb.redis.v1.RescheduleMaintenanceRequest\x1a!.yandex.cloud.operation.Operation\"t\xb2\xd2*(\n\x1dRescheduleMaintenanceMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x42\"=/managed-redis/v1/clusters/{cluster_id}:rescheduleMaintenance:\x01*\x12\xd7\x01\n\rStartFailover\x12\x36.yandex.cloud.mdb.redis.v1.StartClusterFailoverRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2*\'\n\x1cStartClusterFailoverMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02:\"5/managed-redis/v1/clusters/{cluster_id}:startFailover:\x01*\x12\xa7\x01\n\x08ListLogs\x12\x31.yandex.cloud.mdb.redis.v1.ListClusterLogsRequest\x1a\x32.yandex.cloud.mdb.redis.v1.ListClusterLogsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/managed-redis/v1/clusters/{cluster_id}:logs\x12\xac\x01\n\nStreamLogs\x12\x33.yandex.cloud.mdb.redis.v1.StreamClusterLogsRequest\x1a*.yandex.cloud.mdb.redis.v1.StreamLogRecord\";\x82\xd3\xe4\x93\x02\x35\x12\x33/managed-redis/v1/clusters/{cluster_id}:stream_logs0\x01\x12\xbf\x01\n\x0eListOperations\x12\x37.yandex.cloud.mdb.redis.v1.ListClusterOperationsRequest\x1a\x38.yandex.cloud.mdb.redis.v1.ListClusterOperationsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/managed-redis/v1/clusters/{cluster_id}/operations\x12\xb3\x01\n\x0bListBackups\x12\x34.yandex.cloud.mdb.redis.v1.ListClusterBackupsRequest\x1a\x35.yandex.cloud.mdb.redis.v1.ListClusterBackupsResponse\"7\x82\xd3\xe4\x93\x02\x31\x12//managed-redis/v1/clusters/{cluster_id}/backups\x12\xab\x01\n\tListHosts\x12\x32.yandex.cloud.mdb.redis.v1.ListClusterHostsRequest\x1a\x33.yandex.cloud.mdb.redis.v1.ListClusterHostsResponse\"5\x82\xd3\xe4\x93\x02/\x12-/managed-redis/v1/clusters/{cluster_id}/hosts\x12\xda\x01\n\x08\x41\x64\x64Hosts\x12\x31.yandex.cloud.mdb.redis.v1.AddClusterHostsRequest\x1a!.yandex.cloud.operation.Operation\"x\xb2\xd2*0\n\x17\x41\x64\x64\x43lusterHostsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/managed-redis/v1/clusters/{cluster_id}/hosts:batchCreate:\x01*\x12\xe3\x01\n\x0b\x44\x65leteHosts\x12\x34.yandex.cloud.mdb.redis.v1.DeleteClusterHostsRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*3\n\x1a\x44\x65leteClusterHostsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/managed-redis/v1/clusters/{cluster_id}/hosts:batchDelete:\x01*\x12\xe3\x01\n\x0bUpdateHosts\x12\x34.yandex.cloud.mdb.redis.v1.UpdateClusterHostsRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*3\n\x1aUpdateClusterHostsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/managed-redis/v1/clusters/{cluster_id}/hosts:batchUpdate:\x01*\x12\xa4\x01\n\x08GetShard\x12\x31.yandex.cloud.mdb.redis.v1.GetClusterShardRequest\x1a .yandex.cloud.mdb.redis.v1.Shard\"C\x82\xd3\xe4\x93\x02=\x12;/managed-redis/v1/clusters/{cluster_id}/shards/{shard_name}\x12\xaf\x01\n\nListShards\x12\x33.yandex.cloud.mdb.redis.v1.ListClusterShardsRequest\x1a\x34.yandex.cloud.mdb.redis.v1.ListClusterShardsResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./managed-redis/v1/clusters/{cluster_id}/shards\x12\xbf\x01\n\x08\x41\x64\x64Shard\x12\x31.yandex.cloud.mdb.redis.v1.AddClusterShardRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2* \n\x17\x41\x64\x64\x43lusterShardMetadata\x12\x05Shard\x82\xd3\xe4\x93\x02\x33\"./managed-redis/v1/clusters/{cluster_id}/shards:\x01*\x12\xe2\x01\n\x0b\x44\x65leteShard\x12\x34.yandex.cloud.mdb.redis.v1.DeleteClusterShardRequest\x1a!.yandex.cloud.operation.Operation\"z\xb2\xd2*3\n\x1a\x44\x65leteClusterShardMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02=*;/managed-redis/v1/clusters/{cluster_id}/shards/{shard_name}\x12\xc4\x01\n\tRebalance\x12\x32.yandex.cloud.mdb.redis.v1.RebalanceClusterRequest\x1a!.yandex.cloud.operation.Operation\"`\xb2\xd2*#\n\x18RebalanceClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x33\"1/managed-redis/v1/clusters/{cluster_id}:rebalance\x12\xd9\x01\n\x0e\x45nableSharding\x12\x37.yandex.cloud.mdb.redis.v1.EnableShardingClusterRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2*(\n\x1d\x45nableShardingClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x39\"7/managed-redis/v1/clusters/{cluster_id}:enable_shardingBd\n\x1dyandex.cloud.api.mdb.redis.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/redis/v1;redisb\x06proto3')
|
|
44
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/mdb/redis/v1/cluster_service.proto\x12\x19yandex.cloud.mdb.redis.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1bgoogle/type/timeofday.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/mdb/redis/v1/backup.proto\x1a\'yandex/cloud/mdb/redis/v1/cluster.proto\x1a,yandex/cloud/mdb/redis/v1/config/redis.proto\x1a/yandex/cloud/mdb/redis/v1/config/redis5_0.proto\x1a/yandex/cloud/mdb/redis/v1/config/redis6_0.proto\x1a/yandex/cloud/mdb/redis/v1/config/redis6_2.proto\x1a/yandex/cloud/mdb/redis/v1/config/redis7_0.proto\x1a+yandex/cloud/mdb/redis/v1/maintenance.proto\x1a$yandex/cloud/mdb/redis/v1/user.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"3\n\x1d\x45nableShardingClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"@\n\x1c\x45nableShardingClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"5\n\x11GetClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x90\x01\n\x13ListClustersRequest\x12\x1f\n\tfolder_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"e\n\x14ListClustersResponse\x12\x34\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\".yandex.cloud.mdb.redis.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xbd\x07\n\x14\x43reateClusterRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x88\x01\n\x06labels\x18\x04 \x03(\x0b\x32;.yandex.cloud.mdb.redis.v1.CreateClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12I\n\x0b\x65nvironment\x18\x05 \x01(\x0e\x32..yandex.cloud.mdb.redis.v1.Cluster.EnvironmentB\x04\xe8\xc7\x31\x01\x12@\n\x0b\x63onfig_spec\x18\x06 \x01(\x0b\x32%.yandex.cloud.mdb.redis.v1.ConfigSpecB\x04\xe8\xc7\x31\x01\x12?\n\nhost_specs\x18\x07 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.HostSpecB\x06\x82\xc8\x31\x02>0\x12 \n\nnetwork_id\x18\n \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x0f\n\x07sharded\x18\x0b \x01(\x08\x12\x1a\n\x12security_group_ids\x18\x0c \x03(\t\x12/\n\x0btls_enabled\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x1b\n\x13\x64\x65letion_protection\x18\x0e \x01(\x08\x12L\n\x10persistence_mode\x18\x0f \x01(\x0e\x32\x32.yandex.cloud.mdb.redis.v1.Cluster.PersistenceMode\x12\x1a\n\x12\x61nnounce_hostnames\x18\x10 \x01(\x08\x12H\n\x12maintenance_window\x18\x11 \x01(\x0b\x32,.yandex.cloud.mdb.redis.v1.MaintenanceWindow\x12@\n\nuser_specs\x18\x12 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.UserSpecB\x07\x82\xc8\x31\x03>=0\x12\x15\n\rauth_sentinel\x18\x13 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x08\x10\n\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xcb\x05\n\x14UpdateClusterRequest\x12 \n\ncluster_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\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x88\x01\n\x06labels\x18\x04 \x03(\x0b\x32;.yandex.cloud.mdb.redis.v1.UpdateClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12:\n\x0b\x63onfig_spec\x18\x05 \x01(\x0b\x32%.yandex.cloud.mdb.redis.v1.ConfigSpec\x12(\n\x04name\x18\x06 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12H\n\x12maintenance_window\x18\x07 \x01(\x0b\x32,.yandex.cloud.mdb.redis.v1.MaintenanceWindow\x12\x1a\n\x12security_group_ids\x18\x08 \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\t \x01(\x08\x12L\n\x10persistence_mode\x18\n \x01(\x0e\x32\x32.yandex.cloud.mdb.redis.v1.Cluster.PersistenceMode\x12\x1c\n\nnetwork_id\x18\x0b \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1a\n\x12\x61nnounce_hostnames\x18\x0c \x01(\x08\x12\x15\n\rauth_sentinel\x18\r \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"8\n\x14\x44\x65leteClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"7\n\x13StartClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"6\n\x12StopClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"c\n\x12MoveClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"b\n\x13MoveClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x18\n\x10source_folder_id\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x65stination_folder_id\x18\x03 \x01(\t\"\x8b\x01\n\x19UpdateClusterHostsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12L\n\x11update_host_specs\x18\x02 \x03(\x0b\x32).yandex.cloud.mdb.redis.v1.UpdateHostSpecB\x06\x82\xc8\x31\x02>0\"D\n\x1aUpdateClusterHostsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nhost_names\x18\x02 \x03(\t\"8\n\x14\x42\x61\x63kupClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x42\x61\x63kupClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xfb\x06\n\x15RestoreClusterRequest\x12\x17\n\tbackup_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12,\n\x04name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x89\x01\n\x06labels\x18\x04 \x03(\x0b\x32<.yandex.cloud.mdb.redis.v1.RestoreClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12I\n\x0b\x65nvironment\x18\x05 \x01(\x0e\x32..yandex.cloud.mdb.redis.v1.Cluster.EnvironmentB\x04\xe8\xc7\x31\x01\x12@\n\x0b\x63onfig_spec\x18\x06 \x01(\x0b\x32%.yandex.cloud.mdb.redis.v1.ConfigSpecB\x04\xe8\xc7\x31\x01\x12?\n\nhost_specs\x18\x07 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.HostSpecB\x06\x82\xc8\x31\x02>0\x12 \n\nnetwork_id\x18\x08 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1b\n\tfolder_id\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1a\n\x12security_group_ids\x18\n \x03(\t\x12/\n\x0btls_enabled\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12L\n\x10persistence_mode\x18\x0c \x01(\x0e\x32\x32.yandex.cloud.mdb.redis.v1.Cluster.PersistenceMode\x12\x1b\n\x13\x64\x65letion_protection\x18\r \x01(\x08\x12\x1a\n\x12\x61nnounce_hostnames\x18\x0e \x01(\x08\x12H\n\x12maintenance_window\x18\x0f \x01(\x0b\x32,.yandex.cloud.mdb.redis.v1.MaintenanceWindow\x12\x15\n\rauth_sentinel\x18\x10 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"?\n\x16RestoreClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tbackup_id\x18\x02 \x01(\t\"^\n\x1bStartClusterFailoverRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\nhost_names\x18\x02 \x03(\tB\t\x8a\xc8\x31\x05<=253\"F\n\x1cStartClusterFailoverMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nhost_names\x18\x02 \x03(\t\"\xca\x02\n\x1cRescheduleMaintenanceRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x65\n\x0freschedule_type\x18\x02 \x01(\x0e\x32\x46.yandex.cloud.mdb.redis.v1.RescheduleMaintenanceRequest.RescheduleTypeB\x04\xe8\xc7\x31\x01\x12\x31\n\rdelayed_until\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"n\n\x0eRescheduleType\x12\x1f\n\x1bRESCHEDULE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tIMMEDIATE\x10\x01\x12\x19\n\x15NEXT_AVAILABLE_WINDOW\x10\x02\x12\x11\n\rSPECIFIC_TIME\x10\x03\"l\n\x1dRescheduleMaintenanceMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x31\n\rdelayed_until\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampJ\x04\x08\x02\x10\x04\"\xae\x01\n\tLogRecord\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x42\n\x07message\x18\x02 \x03(\x0b\x32\x31.yandex.cloud.mdb.redis.v1.LogRecord.MessageEntry\x1a.\n\x0cMessageEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xf8\x02\n\x16ListClusterLogsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\rcolumn_filter\x18\x02 \x03(\t\x12S\n\x0cservice_type\x18\x03 \x01(\x0e\x32=.yandex.cloud.mdb.redis.v1.ListClusterLogsRequest.ServiceType\x12-\n\tfrom_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07to_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1d\n\tpage_size\x18\x06 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x07 \x01(\tB\t\x8a\xc8\x31\x05<=100\"6\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05REDIS\x10\x01\"f\n\x17ListClusterLogsResponse\x12\x32\n\x04logs\x18\x01 \x03(\x0b\x32$.yandex.cloud.mdb.redis.v1.LogRecord\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"b\n\x0fStreamLogRecord\x12\x34\n\x06record\x18\x01 \x01(\x0b\x32$.yandex.cloud.mdb.redis.v1.LogRecord\x12\x19\n\x11next_record_token\x18\x02 \x01(\t\"\xfb\x02\n\x18StreamClusterLogsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\rcolumn_filter\x18\x02 \x03(\t\x12U\n\x0cservice_type\x18\x03 \x01(\x0e\x32?.yandex.cloud.mdb.redis.v1.StreamClusterLogsRequest.ServiceType\x12-\n\tfrom_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07to_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1f\n\x0crecord_token\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x07 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"6\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05REDIS\x10\x01\"~\n\x1cListClusterOperationsRequest\x12 \n\ncluster_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"o\n\x1dListClusterOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"{\n\x19ListClusterBackupsRequest\x12 \n\ncluster_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"i\n\x1aListClusterBackupsResponse\x12\x32\n\x07\x62\x61\x63kups\x18\x01 \x03(\x0b\x32!.yandex.cloud.mdb.redis.v1.Backup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"y\n\x17ListClusterHostsRequest\x12 \n\ncluster_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\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"c\n\x18ListClusterHostsResponse\x12.\n\x05hosts\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.mdb.redis.v1.Host\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"{\n\x16\x41\x64\x64\x43lusterHostsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\nhost_specs\x18\x02 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.HostSpecB\x06\x82\xc8\x31\x02>0\"A\n\x17\x41\x64\x64\x43lusterHostsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nhost_names\x18\x02 \x03(\t\"b\n\x19\x44\x65leteClusterHostsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12#\n\nhost_names\x18\x02 \x03(\tB\x0f\x82\xc8\x31\x02>0\x8a\xc8\x31\x05<=253\"D\n\x1a\x44\x65leteClusterHostsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nhost_names\x18\x02 \x03(\t\"n\n\x16GetClusterShardRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\nshard_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\"z\n\x18ListClusterShardsRequest\x12 \n\ncluster_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"f\n\x19ListClusterShardsResponse\x12\x30\n\x06shards\x18\x01 \x03(\x0b\x32 .yandex.cloud.mdb.redis.v1.Shard\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb5\x01\n\x16\x41\x64\x64\x43lusterShardRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\nshard_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12?\n\nhost_specs\x18\x04 \x03(\x0b\x32#.yandex.cloud.mdb.redis.v1.HostSpecB\x06\x82\xc8\x31\x02>0J\x04\x08\x03\x10\x04\"A\n\x17\x41\x64\x64\x43lusterShardMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nshard_name\x18\x02 \x01(\t\"q\n\x19\x44\x65leteClusterShardRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\nshard_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\"D\n\x1a\x44\x65leteClusterShardMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x12\n\nshard_name\x18\x02 \x01(\t\";\n\x17RebalanceClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\".\n\x18RebalanceClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xab\x01\n\x0eUpdateHostSpec\x12\x17\n\thost_name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x35\n\x10replica_priority\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x18\n\x10\x61ssign_public_ip\x18\x03 \x01(\x08\x12/\n\x0bupdate_mask\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"\xaf\x01\n\x08HostSpec\x12\x0f\n\x07zone_id\x18\x01 \x01(\t\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\x12.\n\nshard_name\x18\x03 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x35\n\x10replica_priority\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x18\n\x10\x61ssign_public_ip\x18\x05 \x01(\x08\"\x9b\x06\n\nConfigSpec\x12\x0f\n\x07version\x18\x01 \x01(\t\x12]\n\x10redis_config_5_0\x18\x02 \x01(\x0b\x32\x30.yandex.cloud.mdb.redis.v1.config.RedisConfig5_0H\x00R\x0fredisConfig_5_0\x12]\n\x10redis_config_6_0\x18\x06 \x01(\x0b\x32\x30.yandex.cloud.mdb.redis.v1.config.RedisConfig6_0H\x00R\x0fredisConfig_6_0\x12]\n\x10redis_config_6_2\x18\x07 \x01(\x0b\x32\x30.yandex.cloud.mdb.redis.v1.config.RedisConfig6_2H\x00R\x0fredisConfig_6_2\x12]\n\x10redis_config_7_0\x18\x08 \x01(\x0b\x32\x30.yandex.cloud.mdb.redis.v1.config.RedisConfig7_0H\x00R\x0fredisConfig_7_0\x12\x37\n\tresources\x18\x03 \x01(\x0b\x32$.yandex.cloud.mdb.redis.v1.Resources\x12\x33\n\x13\x62\x61\x63kup_window_start\x18\x04 \x01(\x0b\x32\x16.google.type.TimeOfDay\x12\x31\n\x06\x61\x63\x63\x65ss\x18\x05 \x01(\x0b\x32!.yandex.cloud.mdb.redis.v1.Access\x12<\n\x05redis\x18\x0b \x01(\x0b\x32-.yandex.cloud.mdb.redis.v1.config.RedisConfig\x12M\n\x15\x64isk_size_autoscaling\x18\x0c \x01(\x0b\x32..yandex.cloud.mdb.redis.v1.DiskSizeAutoscaling\x12>\n\x19\x62\x61\x63kup_retain_period_days\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\n\nredis_specJ\x04\x08\t\x10\x0b\x32\xed&\n\x0e\x43lusterService\x12\x88\x01\n\x03Get\x12,.yandex.cloud.mdb.redis.v1.GetClusterRequest\x1a\".yandex.cloud.mdb.redis.v1.Cluster\"/\x82\xd3\xe4\x93\x02)\x12\'/managed-redis/v1/clusters/{cluster_id}\x12\x8b\x01\n\x04List\x12..yandex.cloud.mdb.redis.v1.ListClustersRequest\x1a/.yandex.cloud.mdb.redis.v1.ListClustersResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/managed-redis/v1/clusters\x12\xa7\x01\n\x06\x43reate\x12/.yandex.cloud.mdb.redis.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"I\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x1f\"\x1a/managed-redis/v1/clusters:\x01*\x12\xb4\x01\n\x06Update\x12/.yandex.cloud.mdb.redis.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02,2\'/managed-redis/v1/clusters/{cluster_id}:\x01*\x12\xbf\x01\n\x06\x44\x65lete\x12/.yandex.cloud.mdb.redis.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"a\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02)*\'/managed-redis/v1/clusters/{cluster_id}\x12\xb4\x01\n\x05Start\x12..yandex.cloud.mdb.redis.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"X\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02/\"-/managed-redis/v1/clusters/{cluster_id}:start\x12\xb0\x01\n\x04Stop\x12-.yandex.cloud.mdb.redis.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02.\",/managed-redis/v1/clusters/{cluster_id}:stop\x12\xb3\x01\n\x04Move\x12-.yandex.cloud.mdb.redis.v1.MoveClusterRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*\x1e\n\x13MoveClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x31\",/managed-redis/v1/clusters/{cluster_id}:move:\x01*\x12\xb8\x01\n\x06\x42\x61\x63kup\x12/.yandex.cloud.mdb.redis.v1.BackupClusterRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2* \n\x15\x42\x61\x63kupClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x30\"./managed-redis/v1/clusters/{cluster_id}:backup\x12\xb2\x01\n\x07Restore\x12\x30.yandex.cloud.mdb.redis.v1.RestoreClusterRequest\x1a!.yandex.cloud.operation.Operation\"R\xb2\xd2*!\n\x16RestoreClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\'\"\"/managed-redis/v1/clusters:restore:\x01*\x12\xe9\x01\n\x15RescheduleMaintenance\x12\x37.yandex.cloud.mdb.redis.v1.RescheduleMaintenanceRequest\x1a!.yandex.cloud.operation.Operation\"t\xb2\xd2*(\n\x1dRescheduleMaintenanceMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x42\"=/managed-redis/v1/clusters/{cluster_id}:rescheduleMaintenance:\x01*\x12\xd7\x01\n\rStartFailover\x12\x36.yandex.cloud.mdb.redis.v1.StartClusterFailoverRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2*\'\n\x1cStartClusterFailoverMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02:\"5/managed-redis/v1/clusters/{cluster_id}:startFailover:\x01*\x12\xa7\x01\n\x08ListLogs\x12\x31.yandex.cloud.mdb.redis.v1.ListClusterLogsRequest\x1a\x32.yandex.cloud.mdb.redis.v1.ListClusterLogsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/managed-redis/v1/clusters/{cluster_id}:logs\x12\xac\x01\n\nStreamLogs\x12\x33.yandex.cloud.mdb.redis.v1.StreamClusterLogsRequest\x1a*.yandex.cloud.mdb.redis.v1.StreamLogRecord\";\x82\xd3\xe4\x93\x02\x35\x12\x33/managed-redis/v1/clusters/{cluster_id}:stream_logs0\x01\x12\xbf\x01\n\x0eListOperations\x12\x37.yandex.cloud.mdb.redis.v1.ListClusterOperationsRequest\x1a\x38.yandex.cloud.mdb.redis.v1.ListClusterOperationsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/managed-redis/v1/clusters/{cluster_id}/operations\x12\xb3\x01\n\x0bListBackups\x12\x34.yandex.cloud.mdb.redis.v1.ListClusterBackupsRequest\x1a\x35.yandex.cloud.mdb.redis.v1.ListClusterBackupsResponse\"7\x82\xd3\xe4\x93\x02\x31\x12//managed-redis/v1/clusters/{cluster_id}/backups\x12\xab\x01\n\tListHosts\x12\x32.yandex.cloud.mdb.redis.v1.ListClusterHostsRequest\x1a\x33.yandex.cloud.mdb.redis.v1.ListClusterHostsResponse\"5\x82\xd3\xe4\x93\x02/\x12-/managed-redis/v1/clusters/{cluster_id}/hosts\x12\xda\x01\n\x08\x41\x64\x64Hosts\x12\x31.yandex.cloud.mdb.redis.v1.AddClusterHostsRequest\x1a!.yandex.cloud.operation.Operation\"x\xb2\xd2*0\n\x17\x41\x64\x64\x43lusterHostsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/managed-redis/v1/clusters/{cluster_id}/hosts:batchCreate:\x01*\x12\xe3\x01\n\x0b\x44\x65leteHosts\x12\x34.yandex.cloud.mdb.redis.v1.DeleteClusterHostsRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*3\n\x1a\x44\x65leteClusterHostsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/managed-redis/v1/clusters/{cluster_id}/hosts:batchDelete:\x01*\x12\xe3\x01\n\x0bUpdateHosts\x12\x34.yandex.cloud.mdb.redis.v1.UpdateClusterHostsRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*3\n\x1aUpdateClusterHostsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/managed-redis/v1/clusters/{cluster_id}/hosts:batchUpdate:\x01*\x12\xa4\x01\n\x08GetShard\x12\x31.yandex.cloud.mdb.redis.v1.GetClusterShardRequest\x1a .yandex.cloud.mdb.redis.v1.Shard\"C\x82\xd3\xe4\x93\x02=\x12;/managed-redis/v1/clusters/{cluster_id}/shards/{shard_name}\x12\xaf\x01\n\nListShards\x12\x33.yandex.cloud.mdb.redis.v1.ListClusterShardsRequest\x1a\x34.yandex.cloud.mdb.redis.v1.ListClusterShardsResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./managed-redis/v1/clusters/{cluster_id}/shards\x12\xbf\x01\n\x08\x41\x64\x64Shard\x12\x31.yandex.cloud.mdb.redis.v1.AddClusterShardRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2* \n\x17\x41\x64\x64\x43lusterShardMetadata\x12\x05Shard\x82\xd3\xe4\x93\x02\x33\"./managed-redis/v1/clusters/{cluster_id}/shards:\x01*\x12\xe2\x01\n\x0b\x44\x65leteShard\x12\x34.yandex.cloud.mdb.redis.v1.DeleteClusterShardRequest\x1a!.yandex.cloud.operation.Operation\"z\xb2\xd2*3\n\x1a\x44\x65leteClusterShardMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02=*;/managed-redis/v1/clusters/{cluster_id}/shards/{shard_name}\x12\xc4\x01\n\tRebalance\x12\x32.yandex.cloud.mdb.redis.v1.RebalanceClusterRequest\x1a!.yandex.cloud.operation.Operation\"`\xb2\xd2*#\n\x18RebalanceClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x33\"1/managed-redis/v1/clusters/{cluster_id}:rebalance\x12\xd9\x01\n\x0e\x45nableSharding\x12\x37.yandex.cloud.mdb.redis.v1.EnableShardingClusterRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2*(\n\x1d\x45nableShardingClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x39\"7/managed-redis/v1/clusters/{cluster_id}:enable_shardingBd\n\x1dyandex.cloud.api.mdb.redis.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/redis/v1;redisb\x06proto3')
|
|
44
45
|
|
|
45
46
|
_globals = globals()
|
|
46
47
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -78,6 +79,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
78
79
|
_globals['_CREATECLUSTERREQUEST'].fields_by_name['host_specs']._serialized_options = b'\202\3101\002>0'
|
|
79
80
|
_globals['_CREATECLUSTERREQUEST'].fields_by_name['network_id']._loaded_options = None
|
|
80
81
|
_globals['_CREATECLUSTERREQUEST'].fields_by_name['network_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
82
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['user_specs']._loaded_options = None
|
|
83
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['user_specs']._serialized_options = b'\202\3101\003>=0'
|
|
81
84
|
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._loaded_options = None
|
|
82
85
|
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
83
86
|
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
@@ -252,128 +255,128 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
252
255
|
_globals['_CLUSTERSERVICE'].methods_by_name['Rebalance']._serialized_options = b'\262\322*#\n\030RebalanceClusterMetadata\022\007Cluster\202\323\344\223\0023\"1/managed-redis/v1/clusters/{cluster_id}:rebalance'
|
|
253
256
|
_globals['_CLUSTERSERVICE'].methods_by_name['EnableSharding']._loaded_options = None
|
|
254
257
|
_globals['_CLUSTERSERVICE'].methods_by_name['EnableSharding']._serialized_options = b'\262\322*(\n\035EnableShardingClusterMetadata\022\007Cluster\202\323\344\223\0029\"7/managed-redis/v1/clusters/{cluster_id}:enable_sharding'
|
|
255
|
-
_globals['_ENABLESHARDINGCLUSTERMETADATA']._serialized_start=
|
|
256
|
-
_globals['_ENABLESHARDINGCLUSTERMETADATA']._serialized_end=
|
|
257
|
-
_globals['_ENABLESHARDINGCLUSTERREQUEST']._serialized_start=
|
|
258
|
-
_globals['_ENABLESHARDINGCLUSTERREQUEST']._serialized_end=
|
|
259
|
-
_globals['_GETCLUSTERREQUEST']._serialized_start=
|
|
260
|
-
_globals['_GETCLUSTERREQUEST']._serialized_end=
|
|
261
|
-
_globals['_LISTCLUSTERSREQUEST']._serialized_start=
|
|
262
|
-
_globals['_LISTCLUSTERSREQUEST']._serialized_end=
|
|
263
|
-
_globals['_LISTCLUSTERSRESPONSE']._serialized_start=
|
|
264
|
-
_globals['_LISTCLUSTERSRESPONSE']._serialized_end=
|
|
265
|
-
_globals['_CREATECLUSTERREQUEST']._serialized_start=
|
|
266
|
-
_globals['_CREATECLUSTERREQUEST']._serialized_end=
|
|
267
|
-
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
268
|
-
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
269
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_start=
|
|
270
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_end=
|
|
271
|
-
_globals['_UPDATECLUSTERREQUEST']._serialized_start=
|
|
272
|
-
_globals['_UPDATECLUSTERREQUEST']._serialized_end=
|
|
273
|
-
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
274
|
-
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
275
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_start=
|
|
276
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_end=
|
|
277
|
-
_globals['_DELETECLUSTERREQUEST']._serialized_start=
|
|
278
|
-
_globals['_DELETECLUSTERREQUEST']._serialized_end=
|
|
279
|
-
_globals['_DELETECLUSTERMETADATA']._serialized_start=
|
|
280
|
-
_globals['_DELETECLUSTERMETADATA']._serialized_end=
|
|
281
|
-
_globals['_STARTCLUSTERREQUEST']._serialized_start=
|
|
282
|
-
_globals['_STARTCLUSTERREQUEST']._serialized_end=
|
|
283
|
-
_globals['_STARTCLUSTERMETADATA']._serialized_start=
|
|
284
|
-
_globals['_STARTCLUSTERMETADATA']._serialized_end=
|
|
285
|
-
_globals['_STOPCLUSTERREQUEST']._serialized_start=
|
|
286
|
-
_globals['_STOPCLUSTERREQUEST']._serialized_end=
|
|
287
|
-
_globals['_STOPCLUSTERMETADATA']._serialized_start=
|
|
288
|
-
_globals['_STOPCLUSTERMETADATA']._serialized_end=
|
|
289
|
-
_globals['_MOVECLUSTERREQUEST']._serialized_start=
|
|
290
|
-
_globals['_MOVECLUSTERREQUEST']._serialized_end=
|
|
291
|
-
_globals['_MOVECLUSTERMETADATA']._serialized_start=
|
|
292
|
-
_globals['_MOVECLUSTERMETADATA']._serialized_end=
|
|
293
|
-
_globals['_UPDATECLUSTERHOSTSREQUEST']._serialized_start=
|
|
294
|
-
_globals['_UPDATECLUSTERHOSTSREQUEST']._serialized_end=
|
|
295
|
-
_globals['_UPDATECLUSTERHOSTSMETADATA']._serialized_start=
|
|
296
|
-
_globals['_UPDATECLUSTERHOSTSMETADATA']._serialized_end=
|
|
297
|
-
_globals['_BACKUPCLUSTERREQUEST']._serialized_start=
|
|
298
|
-
_globals['_BACKUPCLUSTERREQUEST']._serialized_end=
|
|
299
|
-
_globals['_BACKUPCLUSTERMETADATA']._serialized_start=
|
|
300
|
-
_globals['_BACKUPCLUSTERMETADATA']._serialized_end=
|
|
301
|
-
_globals['_RESTORECLUSTERREQUEST']._serialized_start=
|
|
302
|
-
_globals['_RESTORECLUSTERREQUEST']._serialized_end=
|
|
303
|
-
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
304
|
-
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
305
|
-
_globals['_RESTORECLUSTERMETADATA']._serialized_start=
|
|
306
|
-
_globals['_RESTORECLUSTERMETADATA']._serialized_end=
|
|
307
|
-
_globals['_STARTCLUSTERFAILOVERREQUEST']._serialized_start=
|
|
308
|
-
_globals['_STARTCLUSTERFAILOVERREQUEST']._serialized_end=
|
|
309
|
-
_globals['_STARTCLUSTERFAILOVERMETADATA']._serialized_start=
|
|
310
|
-
_globals['_STARTCLUSTERFAILOVERMETADATA']._serialized_end=
|
|
311
|
-
_globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_start=
|
|
312
|
-
_globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_end=
|
|
313
|
-
_globals['_RESCHEDULEMAINTENANCEREQUEST_RESCHEDULETYPE']._serialized_start=
|
|
314
|
-
_globals['_RESCHEDULEMAINTENANCEREQUEST_RESCHEDULETYPE']._serialized_end=
|
|
315
|
-
_globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_start=
|
|
316
|
-
_globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_end=
|
|
317
|
-
_globals['_LOGRECORD']._serialized_start=
|
|
318
|
-
_globals['_LOGRECORD']._serialized_end=
|
|
319
|
-
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_start=
|
|
320
|
-
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_end=
|
|
321
|
-
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_start=
|
|
322
|
-
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_end=
|
|
323
|
-
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=
|
|
324
|
-
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=
|
|
325
|
-
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_start=
|
|
326
|
-
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_end=
|
|
327
|
-
_globals['_STREAMLOGRECORD']._serialized_start=
|
|
328
|
-
_globals['_STREAMLOGRECORD']._serialized_end=
|
|
329
|
-
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_start=
|
|
330
|
-
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_end=
|
|
331
|
-
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=
|
|
332
|
-
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=
|
|
333
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=
|
|
334
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=
|
|
335
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=
|
|
336
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=
|
|
337
|
-
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_start=
|
|
338
|
-
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_end=
|
|
339
|
-
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_start=
|
|
340
|
-
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_end=
|
|
341
|
-
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_start=
|
|
342
|
-
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_end=
|
|
343
|
-
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_start=
|
|
344
|
-
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_end=
|
|
345
|
-
_globals['_ADDCLUSTERHOSTSREQUEST']._serialized_start=
|
|
346
|
-
_globals['_ADDCLUSTERHOSTSREQUEST']._serialized_end=
|
|
347
|
-
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_start=
|
|
348
|
-
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_end=
|
|
349
|
-
_globals['_DELETECLUSTERHOSTSREQUEST']._serialized_start=
|
|
350
|
-
_globals['_DELETECLUSTERHOSTSREQUEST']._serialized_end=
|
|
351
|
-
_globals['_DELETECLUSTERHOSTSMETADATA']._serialized_start=
|
|
352
|
-
_globals['_DELETECLUSTERHOSTSMETADATA']._serialized_end=
|
|
353
|
-
_globals['_GETCLUSTERSHARDREQUEST']._serialized_start=
|
|
354
|
-
_globals['_GETCLUSTERSHARDREQUEST']._serialized_end=
|
|
355
|
-
_globals['_LISTCLUSTERSHARDSREQUEST']._serialized_start=
|
|
356
|
-
_globals['_LISTCLUSTERSHARDSREQUEST']._serialized_end=
|
|
357
|
-
_globals['_LISTCLUSTERSHARDSRESPONSE']._serialized_start=
|
|
358
|
-
_globals['_LISTCLUSTERSHARDSRESPONSE']._serialized_end=
|
|
359
|
-
_globals['_ADDCLUSTERSHARDREQUEST']._serialized_start=
|
|
360
|
-
_globals['_ADDCLUSTERSHARDREQUEST']._serialized_end=
|
|
361
|
-
_globals['_ADDCLUSTERSHARDMETADATA']._serialized_start=
|
|
362
|
-
_globals['_ADDCLUSTERSHARDMETADATA']._serialized_end=
|
|
363
|
-
_globals['_DELETECLUSTERSHARDREQUEST']._serialized_start=
|
|
364
|
-
_globals['_DELETECLUSTERSHARDREQUEST']._serialized_end=
|
|
365
|
-
_globals['_DELETECLUSTERSHARDMETADATA']._serialized_start=
|
|
366
|
-
_globals['_DELETECLUSTERSHARDMETADATA']._serialized_end=
|
|
367
|
-
_globals['_REBALANCECLUSTERREQUEST']._serialized_start=
|
|
368
|
-
_globals['_REBALANCECLUSTERREQUEST']._serialized_end=
|
|
369
|
-
_globals['_REBALANCECLUSTERMETADATA']._serialized_start=
|
|
370
|
-
_globals['_REBALANCECLUSTERMETADATA']._serialized_end=
|
|
371
|
-
_globals['_UPDATEHOSTSPEC']._serialized_start=
|
|
372
|
-
_globals['_UPDATEHOSTSPEC']._serialized_end=
|
|
373
|
-
_globals['_HOSTSPEC']._serialized_start=
|
|
374
|
-
_globals['_HOSTSPEC']._serialized_end=
|
|
375
|
-
_globals['_CONFIGSPEC']._serialized_start=
|
|
376
|
-
_globals['_CONFIGSPEC']._serialized_end=
|
|
377
|
-
_globals['_CLUSTERSERVICE']._serialized_start=
|
|
378
|
-
_globals['_CLUSTERSERVICE']._serialized_end=
|
|
258
|
+
_globals['_ENABLESHARDINGCLUSTERMETADATA']._serialized_start=747
|
|
259
|
+
_globals['_ENABLESHARDINGCLUSTERMETADATA']._serialized_end=798
|
|
260
|
+
_globals['_ENABLESHARDINGCLUSTERREQUEST']._serialized_start=800
|
|
261
|
+
_globals['_ENABLESHARDINGCLUSTERREQUEST']._serialized_end=864
|
|
262
|
+
_globals['_GETCLUSTERREQUEST']._serialized_start=866
|
|
263
|
+
_globals['_GETCLUSTERREQUEST']._serialized_end=919
|
|
264
|
+
_globals['_LISTCLUSTERSREQUEST']._serialized_start=922
|
|
265
|
+
_globals['_LISTCLUSTERSREQUEST']._serialized_end=1066
|
|
266
|
+
_globals['_LISTCLUSTERSRESPONSE']._serialized_start=1068
|
|
267
|
+
_globals['_LISTCLUSTERSRESPONSE']._serialized_end=1169
|
|
268
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_start=1172
|
|
269
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_end=2129
|
|
270
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=2078
|
|
271
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=2123
|
|
272
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_start=2131
|
|
273
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_end=2174
|
|
274
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_start=2177
|
|
275
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_end=2892
|
|
276
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=2078
|
|
277
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=2123
|
|
278
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_start=2894
|
|
279
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_end=2937
|
|
280
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_start=2939
|
|
281
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_end=2995
|
|
282
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_start=2997
|
|
283
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_end=3040
|
|
284
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_start=3042
|
|
285
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_end=3097
|
|
286
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_start=3099
|
|
287
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_end=3141
|
|
288
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_start=3143
|
|
289
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_end=3197
|
|
290
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_start=3199
|
|
291
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_end=3240
|
|
292
|
+
_globals['_MOVECLUSTERREQUEST']._serialized_start=3242
|
|
293
|
+
_globals['_MOVECLUSTERREQUEST']._serialized_end=3341
|
|
294
|
+
_globals['_MOVECLUSTERMETADATA']._serialized_start=3343
|
|
295
|
+
_globals['_MOVECLUSTERMETADATA']._serialized_end=3441
|
|
296
|
+
_globals['_UPDATECLUSTERHOSTSREQUEST']._serialized_start=3444
|
|
297
|
+
_globals['_UPDATECLUSTERHOSTSREQUEST']._serialized_end=3583
|
|
298
|
+
_globals['_UPDATECLUSTERHOSTSMETADATA']._serialized_start=3585
|
|
299
|
+
_globals['_UPDATECLUSTERHOSTSMETADATA']._serialized_end=3653
|
|
300
|
+
_globals['_BACKUPCLUSTERREQUEST']._serialized_start=3655
|
|
301
|
+
_globals['_BACKUPCLUSTERREQUEST']._serialized_end=3711
|
|
302
|
+
_globals['_BACKUPCLUSTERMETADATA']._serialized_start=3713
|
|
303
|
+
_globals['_BACKUPCLUSTERMETADATA']._serialized_end=3756
|
|
304
|
+
_globals['_RESTORECLUSTERREQUEST']._serialized_start=3759
|
|
305
|
+
_globals['_RESTORECLUSTERREQUEST']._serialized_end=4650
|
|
306
|
+
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_start=2078
|
|
307
|
+
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_end=2123
|
|
308
|
+
_globals['_RESTORECLUSTERMETADATA']._serialized_start=4652
|
|
309
|
+
_globals['_RESTORECLUSTERMETADATA']._serialized_end=4715
|
|
310
|
+
_globals['_STARTCLUSTERFAILOVERREQUEST']._serialized_start=4717
|
|
311
|
+
_globals['_STARTCLUSTERFAILOVERREQUEST']._serialized_end=4811
|
|
312
|
+
_globals['_STARTCLUSTERFAILOVERMETADATA']._serialized_start=4813
|
|
313
|
+
_globals['_STARTCLUSTERFAILOVERMETADATA']._serialized_end=4883
|
|
314
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_start=4886
|
|
315
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_end=5216
|
|
316
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST_RESCHEDULETYPE']._serialized_start=5106
|
|
317
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST_RESCHEDULETYPE']._serialized_end=5216
|
|
318
|
+
_globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_start=5218
|
|
319
|
+
_globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_end=5326
|
|
320
|
+
_globals['_LOGRECORD']._serialized_start=5329
|
|
321
|
+
_globals['_LOGRECORD']._serialized_end=5503
|
|
322
|
+
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_start=5457
|
|
323
|
+
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_end=5503
|
|
324
|
+
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_start=5506
|
|
325
|
+
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_end=5882
|
|
326
|
+
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=5828
|
|
327
|
+
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=5882
|
|
328
|
+
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_start=5884
|
|
329
|
+
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_end=5986
|
|
330
|
+
_globals['_STREAMLOGRECORD']._serialized_start=5988
|
|
331
|
+
_globals['_STREAMLOGRECORD']._serialized_end=6086
|
|
332
|
+
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_start=6089
|
|
333
|
+
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_end=6468
|
|
334
|
+
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=5828
|
|
335
|
+
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=5882
|
|
336
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=6470
|
|
337
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=6596
|
|
338
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=6598
|
|
339
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=6709
|
|
340
|
+
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_start=6711
|
|
341
|
+
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_end=6834
|
|
342
|
+
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_start=6836
|
|
343
|
+
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_end=6941
|
|
344
|
+
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_start=6943
|
|
345
|
+
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_end=7064
|
|
346
|
+
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_start=7066
|
|
347
|
+
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_end=7165
|
|
348
|
+
_globals['_ADDCLUSTERHOSTSREQUEST']._serialized_start=7167
|
|
349
|
+
_globals['_ADDCLUSTERHOSTSREQUEST']._serialized_end=7290
|
|
350
|
+
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_start=7292
|
|
351
|
+
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_end=7357
|
|
352
|
+
_globals['_DELETECLUSTERHOSTSREQUEST']._serialized_start=7359
|
|
353
|
+
_globals['_DELETECLUSTERHOSTSREQUEST']._serialized_end=7457
|
|
354
|
+
_globals['_DELETECLUSTERHOSTSMETADATA']._serialized_start=7459
|
|
355
|
+
_globals['_DELETECLUSTERHOSTSMETADATA']._serialized_end=7527
|
|
356
|
+
_globals['_GETCLUSTERSHARDREQUEST']._serialized_start=7529
|
|
357
|
+
_globals['_GETCLUSTERSHARDREQUEST']._serialized_end=7639
|
|
358
|
+
_globals['_LISTCLUSTERSHARDSREQUEST']._serialized_start=7641
|
|
359
|
+
_globals['_LISTCLUSTERSHARDSREQUEST']._serialized_end=7763
|
|
360
|
+
_globals['_LISTCLUSTERSHARDSRESPONSE']._serialized_start=7765
|
|
361
|
+
_globals['_LISTCLUSTERSHARDSRESPONSE']._serialized_end=7867
|
|
362
|
+
_globals['_ADDCLUSTERSHARDREQUEST']._serialized_start=7870
|
|
363
|
+
_globals['_ADDCLUSTERSHARDREQUEST']._serialized_end=8051
|
|
364
|
+
_globals['_ADDCLUSTERSHARDMETADATA']._serialized_start=8053
|
|
365
|
+
_globals['_ADDCLUSTERSHARDMETADATA']._serialized_end=8118
|
|
366
|
+
_globals['_DELETECLUSTERSHARDREQUEST']._serialized_start=8120
|
|
367
|
+
_globals['_DELETECLUSTERSHARDREQUEST']._serialized_end=8233
|
|
368
|
+
_globals['_DELETECLUSTERSHARDMETADATA']._serialized_start=8235
|
|
369
|
+
_globals['_DELETECLUSTERSHARDMETADATA']._serialized_end=8303
|
|
370
|
+
_globals['_REBALANCECLUSTERREQUEST']._serialized_start=8305
|
|
371
|
+
_globals['_REBALANCECLUSTERREQUEST']._serialized_end=8364
|
|
372
|
+
_globals['_REBALANCECLUSTERMETADATA']._serialized_start=8366
|
|
373
|
+
_globals['_REBALANCECLUSTERMETADATA']._serialized_end=8412
|
|
374
|
+
_globals['_UPDATEHOSTSPEC']._serialized_start=8415
|
|
375
|
+
_globals['_UPDATEHOSTSPEC']._serialized_end=8586
|
|
376
|
+
_globals['_HOSTSPEC']._serialized_start=8589
|
|
377
|
+
_globals['_HOSTSPEC']._serialized_end=8764
|
|
378
|
+
_globals['_CONFIGSPEC']._serialized_start=8767
|
|
379
|
+
_globals['_CONFIGSPEC']._serialized_end=9562
|
|
380
|
+
_globals['_CLUSTERSERVICE']._serialized_start=9565
|
|
381
|
+
_globals['_CLUSTERSERVICE']._serialized_end=14538
|
|
379
382
|
# @@protoc_insertion_point(module_scope)
|