yandexcloud 0.321.0__py3-none-any.whl → 0.323.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/assistants/v1/assistant_pb2.pyi +38 -8
- yandex/cloud/ai/assistants/v1/assistant_service_pb2.pyi +89 -15
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.py +18 -9
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.pyi +30 -6
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +37 -6
- yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +55 -9
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +74 -11
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +18 -8
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +35 -5
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +15 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +8 -1
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +15 -1
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +10 -5
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +14 -2
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +45 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +52 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/assistants/v1/threads/message_pb2.py +18 -16
- yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +84 -10
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2.pyi +21 -3
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.py +13 -6
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.pyi +24 -3
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +22 -5
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +47 -7
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/assistants/v1/users/user_pb2.pyi +21 -5
- yandex/cloud/ai/assistants/v1/users/user_service_pb2.pyi +43 -6
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/dataset/__init__.py +0 -0
- yandex/cloud/ai/dataset/v1/__init__.py +0 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +35 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +161 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2_grpc.py +4 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +117 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +520 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +378 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +237 -0
- yandex/cloud/ai/files/v1/file_pb2.pyi +22 -5
- yandex/cloud/ai/files/v1/file_service_pb2.pyi +53 -6
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.py +18 -9
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.pyi +30 -6
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +30 -13
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +197 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +14 -14
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +9 -1
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +52 -51
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +11 -1
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2.py +35 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2.pyi +62 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2_grpc.py +4 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2_grpc.pyi +17 -0
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +44 -43
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +25 -6
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.py +30 -29
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +17 -4
- yandex/cloud/compute/v1/disk_pb2.py +12 -11
- yandex/cloud/compute/v1/disk_pb2.pyi +9 -2
- yandex/cloud/compute/v1/disk_service_pb2.py +36 -34
- yandex/cloud/compute/v1/disk_service_pb2.pyi +5 -1
- yandex/cloud/compute/v1/image_pb2.py +12 -11
- yandex/cloud/compute/v1/image_pb2.pyi +9 -2
- yandex/cloud/compute/v1/instance_service_pb2.py +39 -37
- yandex/cloud/compute/v1/instance_service_pb2.pyi +11 -7
- yandex/cloud/compute/v1/kek_pb2.py +26 -0
- yandex/cloud/compute/v1/kek_pb2.pyi +31 -0
- yandex/cloud/compute/v1/kek_pb2_grpc.py +4 -0
- yandex/cloud/compute/v1/kek_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/snapshot_pb2.py +8 -7
- yandex/cloud/compute/v1/snapshot_pb2.pyi +9 -2
- yandex/cloud/datasphere/v1/project_pb2.py +6 -8
- yandex/cloud/datasphere/v1/project_pb2.pyi +1 -35
- yandex/cloud/datasphere/v1/project_service_pb2.py +39 -70
- yandex/cloud/datasphere/v1/project_service_pb2.pyi +0 -171
- yandex/cloud/datasphere/v1/project_service_pb2_grpc.py +0 -102
- yandex/cloud/datasphere/v1/project_service_pb2_grpc.pyi +0 -60
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +21 -19
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +50 -1
- yandex/cloud/datasphere/v2/project_pb2.py +11 -15
- yandex/cloud/datasphere/v2/project_pb2.pyi +1 -55
- yandex/cloud/datasphere/v2/project_service_pb2.py +73 -84
- yandex/cloud/datasphere/v2/project_service_pb2.pyi +102 -119
- yandex/cloud/datasphere/v2/project_service_pb2_grpc.py +34 -70
- yandex/cloud/datasphere/v2/project_service_pb2_grpc.pyi +20 -52
- yandex/cloud/datasphere/v2/resource_types_pb2.py +2 -2
- yandex/cloud/datasphere/v2/resource_types_pb2.pyi +0 -4
- yandex/cloud/k8s/v1/cluster_service_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +26 -24
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +32 -5
- yandex/cloud/mdb/kafka/v1/connector_service_pb2.py +37 -37
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +1 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +16 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +56 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +19 -19
- yandex/cloud/serverless/functions/v1/function_service_pb2.py +37 -37
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/RECORD +105 -87
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/top_level.txt +0 -0
|
@@ -183,11 +183,15 @@ class Cluster(google.protobuf.message.Message):
|
|
|
183
183
|
|
|
184
184
|
@property
|
|
185
185
|
def monitoring(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Monitoring]:
|
|
186
|
-
"""Description of monitoring systems relevant to the Apache Kafka® cluster.
|
|
186
|
+
"""Description of monitoring systems relevant to the Apache Kafka® cluster.
|
|
187
|
+
* The field is ignored for response of List method.
|
|
188
|
+
"""
|
|
187
189
|
|
|
188
190
|
@property
|
|
189
191
|
def config(self) -> global___ConfigSpec:
|
|
190
|
-
"""Configuration of the Apache Kafka® cluster.
|
|
192
|
+
"""Configuration of the Apache Kafka® cluster.
|
|
193
|
+
* The field is ignored for response of List method.
|
|
194
|
+
"""
|
|
191
195
|
|
|
192
196
|
@property
|
|
193
197
|
def security_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
@@ -304,6 +308,23 @@ class ConfigSpec(google.protobuf.message.Message):
|
|
|
304
308
|
def HasField(self, field_name: typing.Literal["resources", b"resources"]) -> builtins.bool: ...
|
|
305
309
|
def ClearField(self, field_name: typing.Literal["resources", b"resources"]) -> None: ...
|
|
306
310
|
|
|
311
|
+
@typing.final
|
|
312
|
+
class KRaft(google.protobuf.message.Message):
|
|
313
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
314
|
+
|
|
315
|
+
RESOURCES_FIELD_NUMBER: builtins.int
|
|
316
|
+
@property
|
|
317
|
+
def resources(self) -> global___Resources:
|
|
318
|
+
"""Resources allocated to KRaft controller hosts."""
|
|
319
|
+
|
|
320
|
+
def __init__(
|
|
321
|
+
self,
|
|
322
|
+
*,
|
|
323
|
+
resources: global___Resources | None = ...,
|
|
324
|
+
) -> None: ...
|
|
325
|
+
def HasField(self, field_name: typing.Literal["resources", b"resources"]) -> builtins.bool: ...
|
|
326
|
+
def ClearField(self, field_name: typing.Literal["resources", b"resources"]) -> None: ...
|
|
327
|
+
|
|
307
328
|
@typing.final
|
|
308
329
|
class RestAPIConfig(google.protobuf.message.Message):
|
|
309
330
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -329,8 +350,9 @@ class ConfigSpec(google.protobuf.message.Message):
|
|
|
329
350
|
ACCESS_FIELD_NUMBER: builtins.int
|
|
330
351
|
REST_API_CONFIG_FIELD_NUMBER: builtins.int
|
|
331
352
|
DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
|
|
353
|
+
KRAFT_FIELD_NUMBER: builtins.int
|
|
332
354
|
version: builtins.str
|
|
333
|
-
"""Version of Apache Kafka® used in the cluster. Possible values: `2.1`, `2.6`."""
|
|
355
|
+
"""Version of Apache Kafka® used in the cluster. Possible values: `2.8`, `3.0`, `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`."""
|
|
334
356
|
assign_public_ip: builtins.bool
|
|
335
357
|
"""The flag that defines whether a public IP address is assigned to the cluster.
|
|
336
358
|
If the value is `true`, then Apache Kafka® cluster is available on the Internet via it's public IP address.
|
|
@@ -369,6 +391,10 @@ class ConfigSpec(google.protobuf.message.Message):
|
|
|
369
391
|
def disk_size_autoscaling(self) -> global___DiskSizeAutoscaling:
|
|
370
392
|
"""DiskSizeAutoscaling settings"""
|
|
371
393
|
|
|
394
|
+
@property
|
|
395
|
+
def kraft(self) -> global___ConfigSpec.KRaft:
|
|
396
|
+
"""Configuration and resource allocation for KRaft-controller hosts."""
|
|
397
|
+
|
|
372
398
|
def __init__(
|
|
373
399
|
self,
|
|
374
400
|
*,
|
|
@@ -383,9 +409,10 @@ class ConfigSpec(google.protobuf.message.Message):
|
|
|
383
409
|
access: global___Access | None = ...,
|
|
384
410
|
rest_api_config: global___ConfigSpec.RestAPIConfig | None = ...,
|
|
385
411
|
disk_size_autoscaling: global___DiskSizeAutoscaling | None = ...,
|
|
412
|
+
kraft: global___ConfigSpec.KRaft | None = ...,
|
|
386
413
|
) -> None: ...
|
|
387
|
-
def HasField(self, field_name: typing.Literal["access", b"access", "brokers_count", b"brokers_count", "disk_size_autoscaling", b"disk_size_autoscaling", "kafka", b"kafka", "rest_api_config", b"rest_api_config", "zookeeper", b"zookeeper"]) -> builtins.bool: ...
|
|
388
|
-
def ClearField(self, field_name: typing.Literal["access", b"access", "assign_public_ip", b"assign_public_ip", "brokers_count", b"brokers_count", "disk_size_autoscaling", b"disk_size_autoscaling", "kafka", b"kafka", "rest_api_config", b"rest_api_config", "schema_registry", b"schema_registry", "unmanaged_topics", b"unmanaged_topics", "version", b"version", "zone_id", b"zone_id", "zookeeper", b"zookeeper"]) -> None: ...
|
|
414
|
+
def HasField(self, field_name: typing.Literal["access", b"access", "brokers_count", b"brokers_count", "disk_size_autoscaling", b"disk_size_autoscaling", "kafka", b"kafka", "kraft", b"kraft", "rest_api_config", b"rest_api_config", "zookeeper", b"zookeeper"]) -> builtins.bool: ...
|
|
415
|
+
def ClearField(self, field_name: typing.Literal["access", b"access", "assign_public_ip", b"assign_public_ip", "brokers_count", b"brokers_count", "disk_size_autoscaling", b"disk_size_autoscaling", "kafka", b"kafka", "kraft", b"kraft", "rest_api_config", b"rest_api_config", "schema_registry", b"schema_registry", "unmanaged_topics", b"unmanaged_topics", "version", b"version", "zone_id", b"zone_id", "zookeeper", b"zookeeper"]) -> None: ...
|
|
389
416
|
|
|
390
417
|
global___ConfigSpec = ConfigSpec
|
|
391
418
|
|
|
@@ -19,7 +19,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
19
19
|
from yandex.cloud.mdb.kafka.v1 import connector_pb2 as yandex_dot_cloud_dot_mdb_dot_kafka_dot_v1_dot_connector__pb2
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1yandex/cloud/mdb/kafka/v1/connector_service.proto\x12\x19yandex.cloud.mdb.kafka.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a)yandex/cloud/mdb/kafka/v1/connector.proto\"
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1yandex/cloud/mdb/kafka/v1/connector_service.proto\x12\x19yandex.cloud.mdb.kafka.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a)yandex/cloud/mdb/kafka/v1/connector.proto\"q\n\x13GetConnectorRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=256\"w\n\x15ListConnectorsRequest\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\"k\n\x16ListConnectorsResponse\x12\x38\n\nconnectors\x18\x01 \x03(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Connector\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x82\x01\n\x16\x43reateConnectorRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x46\n\x0e\x63onnector_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.mdb.kafka.v1.ConnectorSpecB\x04\xe8\xc7\x31\x01\"g\n\x17\x43reateConnectorMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=256\"\xf3\x01\n\x16UpdateConnectorRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=256\x12/\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12L\n\x0e\x63onnector_spec\x18\x04 \x01(\x0b\x32..yandex.cloud.mdb.kafka.v1.UpdateConnectorSpecB\x04\xe8\xc7\x31\x01\"u\n\x17UpdateConnectorMetadata\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=256\"t\n\x16\x44\x65leteConnectorRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=256\"E\n\x17\x44\x65leteConnectorMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x16\n\x0e\x63onnector_name\x18\x02 \x01(\t\"t\n\x16ResumeConnectorRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=256\"g\n\x17ResumeConnectorMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=256\"s\n\x15PauseConnectorRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=256\"f\n\x16PauseConnectorMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x38\n\x0e\x63onnector_name\x18\x02 \x01(\tB \xe8\xc7\x31\x01\xf2\xc7\x31\x0f[-_.a-zA-Z0-9]*\x8a\xc8\x31\x05<=2562\xa6\x0b\n\x10\x43onnectorService\x12\xa8\x01\n\x03Get\x12..yandex.cloud.mdb.kafka.v1.GetConnectorRequest\x1a$.yandex.cloud.mdb.kafka.v1.Connector\"K\x82\xd3\xe4\x93\x02\x45\x12\x43/managed-kafka/v1/clusters/{cluster_id}/connectors/{connector_name}\x12\xa7\x01\n\x04List\x12\x30.yandex.cloud.mdb.kafka.v1.ListConnectorsRequest\x1a\x31.yandex.cloud.mdb.kafka.v1.ListConnectorsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/managed-kafka/v1/clusters/{cluster_id}/connectors\x12\xc5\x01\n\x06\x43reate\x12\x31.yandex.cloud.mdb.kafka.v1.CreateConnectorRequest\x1a!.yandex.cloud.operation.Operation\"e\xb2\xd2*$\n\x17\x43reateConnectorMetadata\x12\tConnector\x82\xd3\xe4\x93\x02\x37\"2/managed-kafka/v1/clusters/{cluster_id}/connectors:\x01*\x12\xd6\x01\n\x06Update\x12\x31.yandex.cloud.mdb.kafka.v1.UpdateConnectorRequest\x1a!.yandex.cloud.operation.Operation\"v\xb2\xd2*$\n\x17UpdateConnectorMetadata\x12\tConnector\x82\xd3\xe4\x93\x02H2C/managed-kafka/v1/clusters/{cluster_id}/connectors/{connector_name}:\x01*\x12\xdf\x01\n\x06\x44\x65lete\x12\x31.yandex.cloud.mdb.kafka.v1.DeleteConnectorRequest\x1a!.yandex.cloud.operation.Operation\"\x7f\xb2\xd2*0\n\x17\x44\x65leteConnectorMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x45*C/managed-kafka/v1/clusters/{cluster_id}/connectors/{connector_name}\x12\xdd\x01\n\x06Resume\x12\x31.yandex.cloud.mdb.kafka.v1.ResumeConnectorRequest\x1a!.yandex.cloud.operation.Operation\"}\xb2\xd2*$\n\x17ResumeConnectorMetadata\x12\tConnector\x82\xd3\xe4\x93\x02O\"J/managed-kafka/v1/clusters/{cluster_id}/connectors/resume/{connector_name}:\x01*\x12\xd9\x01\n\x05Pause\x12\x30.yandex.cloud.mdb.kafka.v1.PauseConnectorRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*#\n\x16PauseConnectorMetadata\x12\tConnector\x82\xd3\xe4\x93\x02N\"I/managed-kafka/v1/clusters/{cluster_id}/connectors/pause/{connector_name}:\x01*Bd\n\x1dyandex.cloud.api.mdb.kafka.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/kafka/v1;kafkab\x06proto3')
|
|
23
23
|
|
|
24
24
|
_globals = globals()
|
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -30,7 +30,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
30
30
|
_GETCONNECTORREQUEST.fields_by_name['cluster_id']._options = None
|
|
31
31
|
_GETCONNECTORREQUEST.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
32
32
|
_GETCONNECTORREQUEST.fields_by_name['connector_name']._options = None
|
|
33
|
-
_GETCONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
33
|
+
_GETCONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
34
34
|
_LISTCONNECTORSREQUEST.fields_by_name['cluster_id']._options = None
|
|
35
35
|
_LISTCONNECTORSREQUEST.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
36
36
|
_LISTCONNECTORSREQUEST.fields_by_name['page_size']._options = None
|
|
@@ -42,33 +42,33 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
42
42
|
_CREATECONNECTORREQUEST.fields_by_name['connector_spec']._options = None
|
|
43
43
|
_CREATECONNECTORREQUEST.fields_by_name['connector_spec']._serialized_options = b'\350\3071\001'
|
|
44
44
|
_CREATECONNECTORMETADATA.fields_by_name['connector_name']._options = None
|
|
45
|
-
_CREATECONNECTORMETADATA.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
45
|
+
_CREATECONNECTORMETADATA.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
46
46
|
_UPDATECONNECTORREQUEST.fields_by_name['cluster_id']._options = None
|
|
47
47
|
_UPDATECONNECTORREQUEST.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
48
48
|
_UPDATECONNECTORREQUEST.fields_by_name['connector_name']._options = None
|
|
49
|
-
_UPDATECONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
49
|
+
_UPDATECONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
50
50
|
_UPDATECONNECTORREQUEST.fields_by_name['connector_spec']._options = None
|
|
51
51
|
_UPDATECONNECTORREQUEST.fields_by_name['connector_spec']._serialized_options = b'\350\3071\001'
|
|
52
52
|
_UPDATECONNECTORMETADATA.fields_by_name['cluster_id']._options = None
|
|
53
53
|
_UPDATECONNECTORMETADATA.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
54
54
|
_UPDATECONNECTORMETADATA.fields_by_name['connector_name']._options = None
|
|
55
|
-
_UPDATECONNECTORMETADATA.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
55
|
+
_UPDATECONNECTORMETADATA.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
56
56
|
_DELETECONNECTORREQUEST.fields_by_name['cluster_id']._options = None
|
|
57
57
|
_DELETECONNECTORREQUEST.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
58
58
|
_DELETECONNECTORREQUEST.fields_by_name['connector_name']._options = None
|
|
59
|
-
_DELETECONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
59
|
+
_DELETECONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
60
60
|
_RESUMECONNECTORREQUEST.fields_by_name['cluster_id']._options = None
|
|
61
61
|
_RESUMECONNECTORREQUEST.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
62
62
|
_RESUMECONNECTORREQUEST.fields_by_name['connector_name']._options = None
|
|
63
|
-
_RESUMECONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
63
|
+
_RESUMECONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
64
64
|
_RESUMECONNECTORMETADATA.fields_by_name['connector_name']._options = None
|
|
65
|
-
_RESUMECONNECTORMETADATA.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
65
|
+
_RESUMECONNECTORMETADATA.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
66
66
|
_PAUSECONNECTORREQUEST.fields_by_name['cluster_id']._options = None
|
|
67
67
|
_PAUSECONNECTORREQUEST.fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
68
68
|
_PAUSECONNECTORREQUEST.fields_by_name['connector_name']._options = None
|
|
69
|
-
_PAUSECONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
69
|
+
_PAUSECONNECTORREQUEST.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
70
70
|
_PAUSECONNECTORMETADATA.fields_by_name['connector_name']._options = None
|
|
71
|
-
_PAUSECONNECTORMETADATA.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\
|
|
71
|
+
_PAUSECONNECTORMETADATA.fields_by_name['connector_name']._serialized_options = b'\350\3071\001\362\3071\017[-_.a-zA-Z0-9]*\212\3101\005<=256'
|
|
72
72
|
_CONNECTORSERVICE.methods_by_name['Get']._options = None
|
|
73
73
|
_CONNECTORSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002E\022C/managed-kafka/v1/clusters/{cluster_id}/connectors/{connector_name}'
|
|
74
74
|
_CONNECTORSERVICE.methods_by_name['List']._options = None
|
|
@@ -84,31 +84,31 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
84
84
|
_CONNECTORSERVICE.methods_by_name['Pause']._options = None
|
|
85
85
|
_CONNECTORSERVICE.methods_by_name['Pause']._serialized_options = b'\262\322*#\n\026PauseConnectorMetadata\022\tConnector\202\323\344\223\002N\"I/managed-kafka/v1/clusters/{cluster_id}/connectors/pause/{connector_name}:\001*'
|
|
86
86
|
_globals['_GETCONNECTORREQUEST']._serialized_start=292
|
|
87
|
-
_globals['_GETCONNECTORREQUEST']._serialized_end=
|
|
88
|
-
_globals['_LISTCONNECTORSREQUEST']._serialized_start=
|
|
89
|
-
_globals['_LISTCONNECTORSREQUEST']._serialized_end=
|
|
90
|
-
_globals['_LISTCONNECTORSRESPONSE']._serialized_start=
|
|
91
|
-
_globals['_LISTCONNECTORSRESPONSE']._serialized_end=
|
|
92
|
-
_globals['_CREATECONNECTORREQUEST']._serialized_start=
|
|
93
|
-
_globals['_CREATECONNECTORREQUEST']._serialized_end=
|
|
94
|
-
_globals['_CREATECONNECTORMETADATA']._serialized_start=
|
|
95
|
-
_globals['_CREATECONNECTORMETADATA']._serialized_end=
|
|
96
|
-
_globals['_UPDATECONNECTORREQUEST']._serialized_start=
|
|
97
|
-
_globals['_UPDATECONNECTORREQUEST']._serialized_end=
|
|
98
|
-
_globals['_UPDATECONNECTORMETADATA']._serialized_start=
|
|
99
|
-
_globals['_UPDATECONNECTORMETADATA']._serialized_end=
|
|
100
|
-
_globals['_DELETECONNECTORREQUEST']._serialized_start=
|
|
101
|
-
_globals['_DELETECONNECTORREQUEST']._serialized_end=
|
|
102
|
-
_globals['_DELETECONNECTORMETADATA']._serialized_start=
|
|
103
|
-
_globals['_DELETECONNECTORMETADATA']._serialized_end=
|
|
104
|
-
_globals['_RESUMECONNECTORREQUEST']._serialized_start=
|
|
105
|
-
_globals['_RESUMECONNECTORREQUEST']._serialized_end=
|
|
106
|
-
_globals['_RESUMECONNECTORMETADATA']._serialized_start=
|
|
107
|
-
_globals['_RESUMECONNECTORMETADATA']._serialized_end=
|
|
108
|
-
_globals['_PAUSECONNECTORREQUEST']._serialized_start=
|
|
109
|
-
_globals['_PAUSECONNECTORREQUEST']._serialized_end=
|
|
110
|
-
_globals['_PAUSECONNECTORMETADATA']._serialized_start=
|
|
111
|
-
_globals['_PAUSECONNECTORMETADATA']._serialized_end=
|
|
112
|
-
_globals['_CONNECTORSERVICE']._serialized_start=
|
|
113
|
-
_globals['_CONNECTORSERVICE']._serialized_end=
|
|
87
|
+
_globals['_GETCONNECTORREQUEST']._serialized_end=405
|
|
88
|
+
_globals['_LISTCONNECTORSREQUEST']._serialized_start=407
|
|
89
|
+
_globals['_LISTCONNECTORSREQUEST']._serialized_end=526
|
|
90
|
+
_globals['_LISTCONNECTORSRESPONSE']._serialized_start=528
|
|
91
|
+
_globals['_LISTCONNECTORSRESPONSE']._serialized_end=635
|
|
92
|
+
_globals['_CREATECONNECTORREQUEST']._serialized_start=638
|
|
93
|
+
_globals['_CREATECONNECTORREQUEST']._serialized_end=768
|
|
94
|
+
_globals['_CREATECONNECTORMETADATA']._serialized_start=770
|
|
95
|
+
_globals['_CREATECONNECTORMETADATA']._serialized_end=873
|
|
96
|
+
_globals['_UPDATECONNECTORREQUEST']._serialized_start=876
|
|
97
|
+
_globals['_UPDATECONNECTORREQUEST']._serialized_end=1119
|
|
98
|
+
_globals['_UPDATECONNECTORMETADATA']._serialized_start=1121
|
|
99
|
+
_globals['_UPDATECONNECTORMETADATA']._serialized_end=1238
|
|
100
|
+
_globals['_DELETECONNECTORREQUEST']._serialized_start=1240
|
|
101
|
+
_globals['_DELETECONNECTORREQUEST']._serialized_end=1356
|
|
102
|
+
_globals['_DELETECONNECTORMETADATA']._serialized_start=1358
|
|
103
|
+
_globals['_DELETECONNECTORMETADATA']._serialized_end=1427
|
|
104
|
+
_globals['_RESUMECONNECTORREQUEST']._serialized_start=1429
|
|
105
|
+
_globals['_RESUMECONNECTORREQUEST']._serialized_end=1545
|
|
106
|
+
_globals['_RESUMECONNECTORMETADATA']._serialized_start=1547
|
|
107
|
+
_globals['_RESUMECONNECTORMETADATA']._serialized_end=1650
|
|
108
|
+
_globals['_PAUSECONNECTORREQUEST']._serialized_start=1652
|
|
109
|
+
_globals['_PAUSECONNECTORREQUEST']._serialized_end=1767
|
|
110
|
+
_globals['_PAUSECONNECTORMETADATA']._serialized_start=1769
|
|
111
|
+
_globals['_PAUSECONNECTORMETADATA']._serialized_end=1871
|
|
112
|
+
_globals['_CONNECTORSERVICE']._serialized_start=1874
|
|
113
|
+
_globals['_CONNECTORSERVICE']._serialized_end=3320
|
|
114
114
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -118,6 +118,7 @@ class Permission(google.protobuf.message.Message):
|
|
|
118
118
|
@property
|
|
119
119
|
def allow_hosts(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
120
120
|
"""Lists hosts allowed for this permission.
|
|
121
|
+
Only ip-addresses allowed as value of single host.
|
|
121
122
|
When not defined, access from any host is allowed.
|
|
122
123
|
|
|
123
124
|
Bare in mind that the same host might appear in multiple permissions at the same time,
|
|
@@ -15,7 +15,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
|
15
15
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/mdb/redis/v1/config/redis.proto\x12 yandex.cloud.mdb.redis.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/mdb/redis/v1/config/redis.proto\x12 yandex.cloud.mdb.redis.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xce\r\n\x0bRedisConfig\x12W\n\x10maxmemory_policy\x18\x01 \x01(\x0e\x32=.yandex.cloud.mdb.redis.v1.config.RedisConfig.MaxmemoryPolicy\x12,\n\x07timeout\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x08password\x18\x03 \x01(\tB&\xf2\xc7\x31\"[a-zA-Z0-9@=+?*.,!&#$^<>_-]{8,128}\x12\x36\n\tdatabases\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x45\n\x17slowlog_log_slower_than\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12=\n\x0fslowlog_max_len\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x39\n\x16notify_keyspace_events\x18\x07 \x01(\tB\x19\xf2\xc7\x31\x15[KEg$lshzxeAtm]{0,13}\x12p\n!client_output_buffer_limit_pubsub\x18\x08 \x01(\x0b\x32\x45.yandex.cloud.mdb.redis.v1.config.RedisConfig.ClientOutputBufferLimit\x12p\n!client_output_buffer_limit_normal\x18\t \x01(\x0b\x32\x45.yandex.cloud.mdb.redis.v1.config.RedisConfig.ClientOutputBufferLimit\x12@\n\x11maxmemory_percent\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-75\x12<\n\x0elua_time_limit\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x19repl_backlog_size_percent\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x41\n\x1d\x63luster_require_full_coverage\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x41\n\x1d\x63luster_allow_reads_when_down\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12G\n#cluster_allow_pubsubshard_when_down\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12<\n\x0elfu_decay_time\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12<\n\x0elfu_log_factor\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12:\n\x16turn_before_switchover\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x61llow_data_loss\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xd5\x01\n\x17\x43lientOutputBufferLimit\x12\x38\n\nhard_limit\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x38\n\nsoft_limit\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12:\n\x0csoft_seconds\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0J\x04\x08\x04\x10\x05J\x04\x08\x02\x10\x03\"\xc4\x01\n\x0fMaxmemoryPolicy\x12 \n\x1cMAXMEMORY_POLICY_UNSPECIFIED\x10\x00\x12\x10\n\x0cVOLATILE_LRU\x10\x01\x12\x0f\n\x0b\x41LLKEYS_LRU\x10\x02\x12\x10\n\x0cVOLATILE_LFU\x10\x03\x12\x0f\n\x0b\x41LLKEYS_LFU\x10\x04\x12\x13\n\x0fVOLATILE_RANDOM\x10\x05\x12\x12\n\x0e\x41LLKEYS_RANDOM\x10\x06\x12\x10\n\x0cVOLATILE_TTL\x10\x07\x12\x0e\n\nNOEVICTION\x10\x08\"\xe4\x01\n\x0eRedisConfigSet\x12G\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32-.yandex.cloud.mdb.redis.v1.config.RedisConfig\x12\x42\n\x0buser_config\x18\x02 \x01(\x0b\x32-.yandex.cloud.mdb.redis.v1.config.RedisConfig\x12\x45\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32-.yandex.cloud.mdb.redis.v1.config.RedisConfigBr\n$yandex.cloud.api.mdb.redis.v1.configZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/redis/v1/config;redisb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -41,12 +41,20 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
41
41
|
_REDISCONFIG.fields_by_name['notify_keyspace_events']._serialized_options = b'\362\3071\025[KEg$lshzxeAtm]{0,13}'
|
|
42
42
|
_REDISCONFIG.fields_by_name['maxmemory_percent']._options = None
|
|
43
43
|
_REDISCONFIG.fields_by_name['maxmemory_percent']._serialized_options = b'\372\3071\0041-75'
|
|
44
|
+
_REDISCONFIG.fields_by_name['lua_time_limit']._options = None
|
|
45
|
+
_REDISCONFIG.fields_by_name['lua_time_limit']._serialized_options = b'\372\3071\003>=0'
|
|
46
|
+
_REDISCONFIG.fields_by_name['repl_backlog_size_percent']._options = None
|
|
47
|
+
_REDISCONFIG.fields_by_name['repl_backlog_size_percent']._serialized_options = b'\372\3071\002>0'
|
|
48
|
+
_REDISCONFIG.fields_by_name['lfu_decay_time']._options = None
|
|
49
|
+
_REDISCONFIG.fields_by_name['lfu_decay_time']._serialized_options = b'\372\3071\003>=0'
|
|
50
|
+
_REDISCONFIG.fields_by_name['lfu_log_factor']._options = None
|
|
51
|
+
_REDISCONFIG.fields_by_name['lfu_log_factor']._serialized_options = b'\372\3071\003>=0'
|
|
44
52
|
_globals['_REDISCONFIG']._serialized_start=146
|
|
45
|
-
_globals['_REDISCONFIG']._serialized_end=
|
|
46
|
-
_globals['_REDISCONFIG_CLIENTOUTPUTBUFFERLIMIT']._serialized_start=
|
|
47
|
-
_globals['_REDISCONFIG_CLIENTOUTPUTBUFFERLIMIT']._serialized_end=
|
|
48
|
-
_globals['_REDISCONFIG_MAXMEMORYPOLICY']._serialized_start=
|
|
49
|
-
_globals['_REDISCONFIG_MAXMEMORYPOLICY']._serialized_end=
|
|
50
|
-
_globals['_REDISCONFIGSET']._serialized_start=
|
|
51
|
-
_globals['_REDISCONFIGSET']._serialized_end=
|
|
53
|
+
_globals['_REDISCONFIG']._serialized_end=1888
|
|
54
|
+
_globals['_REDISCONFIG_CLIENTOUTPUTBUFFERLIMIT']._serialized_start=1476
|
|
55
|
+
_globals['_REDISCONFIG_CLIENTOUTPUTBUFFERLIMIT']._serialized_end=1689
|
|
56
|
+
_globals['_REDISCONFIG_MAXMEMORYPOLICY']._serialized_start=1692
|
|
57
|
+
_globals['_REDISCONFIG_MAXMEMORYPOLICY']._serialized_end=1888
|
|
58
|
+
_globals['_REDISCONFIGSET']._serialized_start=1891
|
|
59
|
+
_globals['_REDISCONFIGSET']._serialized_end=2119
|
|
52
60
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -116,6 +116,15 @@ class RedisConfig(google.protobuf.message.Message):
|
|
|
116
116
|
CLIENT_OUTPUT_BUFFER_LIMIT_PUBSUB_FIELD_NUMBER: builtins.int
|
|
117
117
|
CLIENT_OUTPUT_BUFFER_LIMIT_NORMAL_FIELD_NUMBER: builtins.int
|
|
118
118
|
MAXMEMORY_PERCENT_FIELD_NUMBER: builtins.int
|
|
119
|
+
LUA_TIME_LIMIT_FIELD_NUMBER: builtins.int
|
|
120
|
+
REPL_BACKLOG_SIZE_PERCENT_FIELD_NUMBER: builtins.int
|
|
121
|
+
CLUSTER_REQUIRE_FULL_COVERAGE_FIELD_NUMBER: builtins.int
|
|
122
|
+
CLUSTER_ALLOW_READS_WHEN_DOWN_FIELD_NUMBER: builtins.int
|
|
123
|
+
CLUSTER_ALLOW_PUBSUBSHARD_WHEN_DOWN_FIELD_NUMBER: builtins.int
|
|
124
|
+
LFU_DECAY_TIME_FIELD_NUMBER: builtins.int
|
|
125
|
+
LFU_LOG_FACTOR_FIELD_NUMBER: builtins.int
|
|
126
|
+
TURN_BEFORE_SWITCHOVER_FIELD_NUMBER: builtins.int
|
|
127
|
+
ALLOW_DATA_LOSS_FIELD_NUMBER: builtins.int
|
|
119
128
|
maxmemory_policy: global___RedisConfig.MaxmemoryPolicy.ValueType
|
|
120
129
|
"""Redis key eviction policy for a dataset that reaches maximum memory,
|
|
121
130
|
available to the host. Redis maxmemory setting depends on Managed
|
|
@@ -157,6 +166,42 @@ class RedisConfig(google.protobuf.message.Message):
|
|
|
157
166
|
def maxmemory_percent(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
158
167
|
"""Redis maxmemory percent"""
|
|
159
168
|
|
|
169
|
+
@property
|
|
170
|
+
def lua_time_limit(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
171
|
+
"""Maximum time in milliseconds for Lua scripts, 0 - disabled mechanism"""
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
def repl_backlog_size_percent(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
175
|
+
"""Replication backlog size as a percentage of flavor maxmemory"""
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
def cluster_require_full_coverage(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
179
|
+
"""Controls whether all hash slots must be covered by nodes"""
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
def cluster_allow_reads_when_down(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
183
|
+
"""Allows read operations when cluster is down"""
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
def cluster_allow_pubsubshard_when_down(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
187
|
+
"""Permits Pub/Sub shard operations when cluster is down"""
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
def lfu_decay_time(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
191
|
+
"""The time, in minutes, that must elapse in order for the key counter to be divided by two (or decremented if it has a value less <= 10)"""
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
def lfu_log_factor(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
195
|
+
"""Determines how the frequency counter represents key hits."""
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
def turn_before_switchover(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
199
|
+
"""Allows to turn before switchover in RDSync"""
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
def allow_data_loss(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
203
|
+
"""Allows some data to be lost in favor of faster switchover/restart"""
|
|
204
|
+
|
|
160
205
|
def __init__(
|
|
161
206
|
self,
|
|
162
207
|
*,
|
|
@@ -170,9 +215,18 @@ class RedisConfig(google.protobuf.message.Message):
|
|
|
170
215
|
client_output_buffer_limit_pubsub: global___RedisConfig.ClientOutputBufferLimit | None = ...,
|
|
171
216
|
client_output_buffer_limit_normal: global___RedisConfig.ClientOutputBufferLimit | None = ...,
|
|
172
217
|
maxmemory_percent: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
218
|
+
lua_time_limit: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
219
|
+
repl_backlog_size_percent: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
220
|
+
cluster_require_full_coverage: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
221
|
+
cluster_allow_reads_when_down: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
222
|
+
cluster_allow_pubsubshard_when_down: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
223
|
+
lfu_decay_time: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
224
|
+
lfu_log_factor: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
225
|
+
turn_before_switchover: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
226
|
+
allow_data_loss: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
173
227
|
) -> None: ...
|
|
174
|
-
def HasField(self, field_name: typing.Literal["client_output_buffer_limit_normal", b"client_output_buffer_limit_normal", "client_output_buffer_limit_pubsub", b"client_output_buffer_limit_pubsub", "databases", b"databases", "maxmemory_percent", b"maxmemory_percent", "slowlog_log_slower_than", b"slowlog_log_slower_than", "slowlog_max_len", b"slowlog_max_len", "timeout", b"timeout"]) -> builtins.bool: ...
|
|
175
|
-
def ClearField(self, field_name: typing.Literal["client_output_buffer_limit_normal", b"client_output_buffer_limit_normal", "client_output_buffer_limit_pubsub", b"client_output_buffer_limit_pubsub", "databases", b"databases", "maxmemory_percent", b"maxmemory_percent", "maxmemory_policy", b"maxmemory_policy", "notify_keyspace_events", b"notify_keyspace_events", "password", b"password", "slowlog_log_slower_than", b"slowlog_log_slower_than", "slowlog_max_len", b"slowlog_max_len", "timeout", b"timeout"]) -> None: ...
|
|
228
|
+
def HasField(self, field_name: typing.Literal["allow_data_loss", b"allow_data_loss", "client_output_buffer_limit_normal", b"client_output_buffer_limit_normal", "client_output_buffer_limit_pubsub", b"client_output_buffer_limit_pubsub", "cluster_allow_pubsubshard_when_down", b"cluster_allow_pubsubshard_when_down", "cluster_allow_reads_when_down", b"cluster_allow_reads_when_down", "cluster_require_full_coverage", b"cluster_require_full_coverage", "databases", b"databases", "lfu_decay_time", b"lfu_decay_time", "lfu_log_factor", b"lfu_log_factor", "lua_time_limit", b"lua_time_limit", "maxmemory_percent", b"maxmemory_percent", "repl_backlog_size_percent", b"repl_backlog_size_percent", "slowlog_log_slower_than", b"slowlog_log_slower_than", "slowlog_max_len", b"slowlog_max_len", "timeout", b"timeout", "turn_before_switchover", b"turn_before_switchover"]) -> builtins.bool: ...
|
|
229
|
+
def ClearField(self, field_name: typing.Literal["allow_data_loss", b"allow_data_loss", "client_output_buffer_limit_normal", b"client_output_buffer_limit_normal", "client_output_buffer_limit_pubsub", b"client_output_buffer_limit_pubsub", "cluster_allow_pubsubshard_when_down", b"cluster_allow_pubsubshard_when_down", "cluster_allow_reads_when_down", b"cluster_allow_reads_when_down", "cluster_require_full_coverage", b"cluster_require_full_coverage", "databases", b"databases", "lfu_decay_time", b"lfu_decay_time", "lfu_log_factor", b"lfu_log_factor", "lua_time_limit", b"lua_time_limit", "maxmemory_percent", b"maxmemory_percent", "maxmemory_policy", b"maxmemory_policy", "notify_keyspace_events", b"notify_keyspace_events", "password", b"password", "repl_backlog_size_percent", b"repl_backlog_size_percent", "slowlog_log_slower_than", b"slowlog_log_slower_than", "slowlog_max_len", b"slowlog_max_len", "timeout", b"timeout", "turn_before_switchover", b"turn_before_switchover"]) -> None: ...
|
|
176
230
|
|
|
177
231
|
global___RedisConfig = RedisConfig
|
|
178
232
|
|
|
@@ -21,7 +21,7 @@ from yandex.cloud.serverless.containers.v1 import container_pb2 as yandex_dot_cl
|
|
|
21
21
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=yandex/cloud/serverless/containers/v1/container_service.proto\x12%yandex.cloud.serverless.containers.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x35yandex/cloud/serverless/containers/v1/container.proto\x1a\x1dyandex/cloud/validation.proto\"1\n\x13GetContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"g\n\x15ListContainersRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"w\n\x16ListContainersResponse\x12\x44\n\ncontainers\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.Container\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd2\x02\n\x16\x43reateContainerRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9e\x01\n\x06labels\x18\x04 \x03(\x0b\x32I.yandex.cloud.serverless.containers.v1.CreateContainerRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n\x17\x43reateContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"\x86\x03\n\x16UpdateContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12/\n\x04name\x18\x03 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9e\x01\n\x06labels\x18\x05 \x03(\x0b\x32I.yandex.cloud.serverless.containers.v1.UpdateContainerRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n\x17UpdateContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"4\n\x16\x44\x65leteContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"/\n\x17\x44\x65leteContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"B\n\x1bGetContainerRevisionRequest\x12#\n\x15\x63ontainer_revision_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xb3\x01\n\x1eListContainersRevisionsRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x16\n\x0c\x63ontainer_id\x18\x02 \x01(\tH\x00\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000B\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"~\n\x1fListContainersRevisionsResponse\x12\x42\n\trevisions\x18\x01 \x03(\x0b\x32/.yandex.cloud.serverless.containers.v1.Revision\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n=yandex/cloud/serverless/containers/v1/container_service.proto\x12%yandex.cloud.serverless.containers.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x35yandex/cloud/serverless/containers/v1/container.proto\x1a\x1dyandex/cloud/validation.proto\"1\n\x13GetContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"g\n\x15ListContainersRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"w\n\x16ListContainersResponse\x12\x44\n\ncontainers\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.Container\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd2\x02\n\x16\x43reateContainerRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9e\x01\n\x06labels\x18\x04 \x03(\x0b\x32I.yandex.cloud.serverless.containers.v1.CreateContainerRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n\x17\x43reateContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"\x86\x03\n\x16UpdateContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12/\n\x04name\x18\x03 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9e\x01\n\x06labels\x18\x05 \x03(\x0b\x32I.yandex.cloud.serverless.containers.v1.UpdateContainerRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n\x17UpdateContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"4\n\x16\x44\x65leteContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"/\n\x17\x44\x65leteContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\"B\n\x1bGetContainerRevisionRequest\x12#\n\x15\x63ontainer_revision_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xb3\x01\n\x1eListContainersRevisionsRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x16\n\x0c\x63ontainer_id\x18\x02 \x01(\tH\x00\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1000B\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"~\n\x1fListContainersRevisionsResponse\x12\x42\n\trevisions\x18\x01 \x03(\x0b\x32/.yandex.cloud.serverless.containers.v1.Revision\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe7\x06\n\x1e\x44\x65ployContainerRevisionRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12I\n\tresources\x18\x05 \x01(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.ResourcesB\x04\xe8\xc7\x31\x01\x12\x42\n\x11\x65xecution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0c\xfa\xc7\x31\x08\x30s-3600s\x12\x1a\n\x12service_account_id\x18\x07 \x01(\t\x12J\n\nimage_spec\x18\x08 \x01(\x0b\x32\x30.yandex.cloud.serverless.containers.v1.ImageSpecB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x63oncurrency\x18\t \x01(\x03\x12>\n\x07secrets\x18\n \x03(\x0b\x32-.yandex.cloud.serverless.containers.v1.Secret\x12I\n\x0c\x63onnectivity\x18\x0b \x01(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.Connectivity\x12P\n\x10provision_policy\x18\x0c \x01(\x0b\x32\x36.yandex.cloud.serverless.containers.v1.ProvisionPolicy\x12L\n\x0escaling_policy\x18\r \x01(\x0b\x32\x34.yandex.cloud.serverless.containers.v1.ScalingPolicy\x12\x46\n\x0blog_options\x18\x0e \x01(\x0b\x32\x31.yandex.cloud.serverless.containers.v1.LogOptions\x12K\n\x0estorage_mounts\x18\x0f \x03(\x0b\x32\x33.yandex.cloud.serverless.containers.v1.StorageMount\x12<\n\x06mounts\x18\x10 \x03(\x0b\x32,.yandex.cloud.serverless.containers.v1.MountJ\x04\x08\x04\x10\x05J\x04\x08\x02\x10\x03\"\xe8\x02\n\tImageSpec\x12\x17\n\timage_url\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12?\n\x07\x63ommand\x18\x02 \x01(\x0b\x32..yandex.cloud.serverless.containers.v1.Command\x12\x39\n\x04\x61rgs\x18\x03 \x01(\x0b\x32+.yandex.cloud.serverless.containers.v1.Args\x12}\n\x0b\x65nvironment\x18\x04 \x03(\x0b\x32\x41.yandex.cloud.serverless.containers.v1.ImageSpec.EnvironmentEntryB%\x8a\xc8\x31\x06<=4096\xb2\xc8\x31\x17\x12\x15[a-zA-Z][a-zA-Z0-9_]*\x12\x13\n\x0bworking_dir\x18\x05 \x01(\t\x1a\x32\n\x10\x45nvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"@\n\x1f\x44\x65ployContainerRevisionMetadata\x12\x1d\n\x15\x63ontainer_revision_id\x18\x01 \x01(\t\"Q\n\x18RollbackContainerRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x0brevision_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"F\n\x19RollbackContainerMetadata\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\x12\x13\n\x0brevision_id\x18\x02 \x01(\t\"\x96\x01\n\x1eListContainerOperationsRequest\x12\x1a\n\x0c\x63ontainer_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\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\"q\n\x1fListContainerOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xed\x14\n\x10\x43ontainerService\x12\xa5\x01\n\x03Get\x12:.yandex.cloud.serverless.containers.v1.GetContainerRequest\x1a\x30.yandex.cloud.serverless.containers.v1.Container\"0\x82\xd3\xe4\x93\x02*\x12(/containers/v1/containers/{container_id}\x12\xa6\x01\n\x04List\x12<.yandex.cloud.serverless.containers.v1.ListContainersRequest\x1a=.yandex.cloud.serverless.containers.v1.ListContainersResponse\"!\x82\xd3\xe4\x93\x02\x1b\x12\x19/containers/v1/containers\x12\xb8\x01\n\x06\x43reate\x12=.yandex.cloud.serverless.containers.v1.CreateContainerRequest\x1a!.yandex.cloud.operation.Operation\"L\xb2\xd2*$\n\x17\x43reateContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02\x1e\"\x19/containers/v1/containers:\x01*\x12\xc7\x01\n\x06Update\x12=.yandex.cloud.serverless.containers.v1.UpdateContainerRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*$\n\x17UpdateContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02-2(/containers/v1/containers/{container_id}:\x01*\x12\xd0\x01\n\x06\x44\x65lete\x12=.yandex.cloud.serverless.containers.v1.DeleteContainerRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*0\n\x17\x44\x65leteContainerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02**(/containers/v1/containers/{container_id}\x12\xd5\x01\n\x0e\x44\x65ployRevision\x12\x45.yandex.cloud.serverless.containers.v1.DeployContainerRevisionRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*+\n\x1f\x44\x65ployContainerRevisionMetadata\x12\x08Revision\x82\xd3\xe4\x93\x02$\"\x1f/containers/v1/revisions:deploy:\x01*\x12\xd6\x01\n\x08Rollback\x12?.yandex.cloud.serverless.containers.v1.RollbackContainerRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*&\n\x19RollbackContainerMetadata\x12\tContainer\x82\xd3\xe4\x93\x02\x36\"1/containers/v1/containers/{container_id}:rollback:\x01*\x12\xbc\x01\n\x0bGetRevision\x12\x42.yandex.cloud.serverless.containers.v1.GetContainerRevisionRequest\x1a/.yandex.cloud.serverless.containers.v1.Revision\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/containers/v1/revisions/{container_revision_id}\x12\xc0\x01\n\rListRevisions\x12\x45.yandex.cloud.serverless.containers.v1.ListContainersRevisionsRequest\x1a\x46.yandex.cloud.serverless.containers.v1.ListContainersRevisionsResponse\" \x82\xd3\xe4\x93\x02\x1a\x12\x18/containers/v1/revisions\x12\xdc\x01\n\x0eListOperations\x12\x45.yandex.cloud.serverless.containers.v1.ListContainerOperationsRequest\x1a\x46.yandex.cloud.serverless.containers.v1.ListContainerOperationsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/containers/v1/containers/{container_id}/operations\x12\xb9\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"B\x82\xd3\xe4\x93\x02<\x12:/containers/v1/containers/{resource_id}:listAccessBindings\x12\xe9\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/containers/v1/containers/{resource_id}:setAccessBindings:\x01*\x12\xf5\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x87\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x41\"</containers/v1/containers/{resource_id}:updateAccessBindings:\x01*B\x81\x01\n)yandex.cloud.api.serverless.containers.v1ZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/containers/v1;containersb\x06proto3')
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
27
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -70,7 +70,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
70
70
|
_DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['resources']._options = None
|
|
71
71
|
_DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['resources']._serialized_options = b'\350\3071\001'
|
|
72
72
|
_DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['execution_timeout']._options = None
|
|
73
|
-
_DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['execution_timeout']._serialized_options = b'\372\3071\
|
|
73
|
+
_DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['execution_timeout']._serialized_options = b'\372\3071\0100s-3600s'
|
|
74
74
|
_DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['image_spec']._options = None
|
|
75
75
|
_DEPLOYCONTAINERREVISIONREQUEST.fields_by_name['image_spec']._serialized_options = b'\350\3071\001'
|
|
76
76
|
_IMAGESPEC_ENVIRONMENTENTRY._options = None
|
|
@@ -146,21 +146,21 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
146
146
|
_globals['_LISTCONTAINERSREVISIONSRESPONSE']._serialized_start=1856
|
|
147
147
|
_globals['_LISTCONTAINERSREVISIONSRESPONSE']._serialized_end=1982
|
|
148
148
|
_globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_start=1985
|
|
149
|
-
_globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_end=
|
|
150
|
-
_globals['_IMAGESPEC']._serialized_start=
|
|
151
|
-
_globals['_IMAGESPEC']._serialized_end=
|
|
152
|
-
_globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_start=
|
|
153
|
-
_globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_end=
|
|
154
|
-
_globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_start=
|
|
155
|
-
_globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_end=
|
|
156
|
-
_globals['_ROLLBACKCONTAINERREQUEST']._serialized_start=
|
|
157
|
-
_globals['_ROLLBACKCONTAINERREQUEST']._serialized_end=
|
|
158
|
-
_globals['_ROLLBACKCONTAINERMETADATA']._serialized_start=
|
|
159
|
-
_globals['_ROLLBACKCONTAINERMETADATA']._serialized_end=
|
|
160
|
-
_globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_start=
|
|
161
|
-
_globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_end=
|
|
162
|
-
_globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_start=
|
|
163
|
-
_globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_end=
|
|
164
|
-
_globals['_CONTAINERSERVICE']._serialized_start=
|
|
165
|
-
_globals['_CONTAINERSERVICE']._serialized_end=
|
|
149
|
+
_globals['_DEPLOYCONTAINERREVISIONREQUEST']._serialized_end=2856
|
|
150
|
+
_globals['_IMAGESPEC']._serialized_start=2859
|
|
151
|
+
_globals['_IMAGESPEC']._serialized_end=3219
|
|
152
|
+
_globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_start=3169
|
|
153
|
+
_globals['_IMAGESPEC_ENVIRONMENTENTRY']._serialized_end=3219
|
|
154
|
+
_globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_start=3221
|
|
155
|
+
_globals['_DEPLOYCONTAINERREVISIONMETADATA']._serialized_end=3285
|
|
156
|
+
_globals['_ROLLBACKCONTAINERREQUEST']._serialized_start=3287
|
|
157
|
+
_globals['_ROLLBACKCONTAINERREQUEST']._serialized_end=3368
|
|
158
|
+
_globals['_ROLLBACKCONTAINERMETADATA']._serialized_start=3370
|
|
159
|
+
_globals['_ROLLBACKCONTAINERMETADATA']._serialized_end=3440
|
|
160
|
+
_globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_start=3443
|
|
161
|
+
_globals['_LISTCONTAINEROPERATIONSREQUEST']._serialized_end=3593
|
|
162
|
+
_globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_start=3595
|
|
163
|
+
_globals['_LISTCONTAINEROPERATIONSRESPONSE']._serialized_end=3708
|
|
164
|
+
_globals['_CONTAINERSERVICE']._serialized_start=3711
|
|
165
|
+
_globals['_CONTAINERSERVICE']._serialized_end=6380
|
|
166
166
|
# @@protoc_insertion_point(module_scope)
|