yandexcloud 0.356.0__py3-none-any.whl → 0.358.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +1 -1
- yandex/cloud/ai/stt/v3/stt_pb2.pyi +138 -126
- yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.py +13 -10
- yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.pyi +21 -12
- yandex/cloud/ai/tts/v3/tts_pb2.pyi +1 -1
- yandex/cloud/backup/v1/provider_service_pb2.py +11 -11
- yandex/cloud/backup/v1/provider_service_pb2.pyi +10 -2
- yandex/cloud/backup/v1/resource_service_pb2.py +42 -35
- yandex/cloud/backup/v1/resource_service_pb2.pyi +44 -0
- yandex/cloud/backup/v1/resource_service_pb2_grpc.py +44 -0
- yandex/cloud/backup/v1/resource_service_pb2_grpc.pyi +20 -0
- yandex/cloud/cdn/v1/origin_group_pb2.py +4 -2
- yandex/cloud/cdn/v1/origin_group_pb2.pyi +30 -2
- yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/origin_pb2.pyi +3 -3
- yandex/cloud/cdn/v1/origin_service_pb2.pyi +11 -3
- yandex/cloud/cdn/v1/provider_service_pb2_grpc.py +1 -1
- yandex/cloud/cdn/v1/provider_service_pb2_grpc.pyi +3 -3
- yandex/cloud/cdn/v1/resource_pb2.pyi +3 -3
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/resource_service_pb2_grpc.py +1 -2
- yandex/cloud/cdn/v1/resource_service_pb2_grpc.pyi +3 -9
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +10 -8
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +25 -4
- yandex/cloud/connectionmanager/v1/connection_pb2.py +12 -11
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +10 -3
- yandex/cloud/connectionmanager/v1/kafka_pb2.py +51 -0
- yandex/cloud/connectionmanager/v1/kafka_pb2.pyi +181 -0
- yandex/cloud/connectionmanager/v1/kafka_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/kafka_pb2_grpc.pyi +17 -0
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.py +8 -8
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +5 -1
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +4 -2
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +76 -78
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/metastore/v1/cluster_service_pb2.py +45 -45
- yandex/cloud/metastore/v1/maintenance_pb2.pyi +34 -6
- yandex/cloud/organizationmanager/v1/group_service_pb2.py +47 -47
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.py +42 -42
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +9 -3
- yandex/cloud/serverless/workflows/v1/workflow_pb2.py +20 -14
- yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +28 -2
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +30 -30
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +16 -4
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.356.0.dist-info → yandexcloud-0.358.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.356.0.dist-info → yandexcloud-0.358.0.dist-info}/RECORD +52 -48
- {yandexcloud-0.356.0.dist-info → yandexcloud-0.358.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.356.0.dist-info → yandexcloud-0.358.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.356.0.dist-info → yandexcloud-0.358.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.356.0.dist-info → yandexcloud-0.358.0.dist-info}/top_level.txt +0 -0
|
@@ -655,6 +655,7 @@ class RestoreClusterRequest(google.protobuf.message.Message):
|
|
|
655
655
|
ANNOUNCE_HOSTNAMES_FIELD_NUMBER: builtins.int
|
|
656
656
|
MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
|
|
657
657
|
AUTH_SENTINEL_FIELD_NUMBER: builtins.int
|
|
658
|
+
SHARDED_FIELD_NUMBER: builtins.int
|
|
658
659
|
DISK_ENCRYPTION_KEY_ID_FIELD_NUMBER: builtins.int
|
|
659
660
|
backup_id: builtins.str
|
|
660
661
|
"""ID of the backup to create a cluster from.
|
|
@@ -678,6 +679,8 @@ class RestoreClusterRequest(google.protobuf.message.Message):
|
|
|
678
679
|
"""Enable FQDN instead of ip"""
|
|
679
680
|
auth_sentinel: builtins.bool
|
|
680
681
|
"""Allows to use ACL users to auth in sentinel"""
|
|
682
|
+
sharded: builtins.bool
|
|
683
|
+
"""Redis cluster mode on/off."""
|
|
681
684
|
@property
|
|
682
685
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
683
686
|
"""Custom labels for the Redis cluster as `` key:value `` pairs. Maximum 64 per cluster.
|
|
@@ -729,10 +732,11 @@ class RestoreClusterRequest(google.protobuf.message.Message):
|
|
|
729
732
|
announce_hostnames: builtins.bool = ...,
|
|
730
733
|
maintenance_window: yandex.cloud.mdb.redis.v1.maintenance_pb2.MaintenanceWindow | None = ...,
|
|
731
734
|
auth_sentinel: builtins.bool = ...,
|
|
735
|
+
sharded: builtins.bool = ...,
|
|
732
736
|
disk_encryption_key_id: google.protobuf.wrappers_pb2.StringValue | None = ...,
|
|
733
737
|
) -> None: ...
|
|
734
738
|
def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "disk_encryption_key_id", b"disk_encryption_key_id", "maintenance_window", b"maintenance_window", "tls_enabled", b"tls_enabled"]) -> builtins.bool: ...
|
|
735
|
-
def ClearField(self, field_name: typing.Literal["announce_hostnames", b"announce_hostnames", "auth_sentinel", b"auth_sentinel", "backup_id", b"backup_id", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "disk_encryption_key_id", b"disk_encryption_key_id", "environment", b"environment", "folder_id", b"folder_id", "host_specs", b"host_specs", "labels", b"labels", "maintenance_window", b"maintenance_window", "name", b"name", "network_id", b"network_id", "persistence_mode", b"persistence_mode", "security_group_ids", b"security_group_ids", "tls_enabled", b"tls_enabled"]) -> None: ...
|
|
739
|
+
def ClearField(self, field_name: typing.Literal["announce_hostnames", b"announce_hostnames", "auth_sentinel", b"auth_sentinel", "backup_id", b"backup_id", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "disk_encryption_key_id", b"disk_encryption_key_id", "environment", b"environment", "folder_id", b"folder_id", "host_specs", b"host_specs", "labels", b"labels", "maintenance_window", b"maintenance_window", "name", b"name", "network_id", b"network_id", "persistence_mode", b"persistence_mode", "security_group_ids", b"security_group_ids", "sharded", b"sharded", "tls_enabled", b"tls_enabled"]) -> None: ...
|
|
736
740
|
|
|
737
741
|
global___RestoreClusterRequest = RestoreClusterRequest
|
|
738
742
|
|
|
@@ -31,7 +31,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
31
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/metastore/v1/cluster_service.proto\x12\x19yandex.cloud.metastore.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\'yandex/cloud/metastore/v1/cluster.proto\x1a+yandex/cloud/metastore/v1/maintenance.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"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.metastore.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/metastore/v1/cluster_service.proto\x12\x19yandex.cloud.metastore.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\'yandex/cloud/metastore/v1/cluster.proto\x1a+yandex/cloud/metastore/v1/maintenance.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"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.metastore.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x99\x05\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.metastore.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\x31-63\x12\x1b\n\x13\x64\x65letion_protection\x18\x0b \x01(\x08\x12\x0f\n\x07version\x18\x0c \x01(\t\x12:\n\x0b\x63onfig_spec\x18\r \x01(\x0b\x32%.yandex.cloud.metastore.v1.ConfigSpec\x12(\n\x12service_account_id\x18\x0e \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x39\n\x07logging\x18\x0f \x01(\x0b\x32(.yandex.cloud.metastore.v1.LoggingConfig\x12\x39\n\x07network\x18\x10 \x01(\x0b\x32(.yandex.cloud.metastore.v1.NetworkConfig\x12H\n\x12maintenance_window\x18\x11 \x01(\x0b\x32,.yandex.cloud.metastore.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\x05\x10\x0b\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xd7\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 \n\x04name\x18\x03 \x01(\tB\x12\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x88\x01\n\x06labels\x18\x05 \x03(\x0b\x32;.yandex.cloud.metastore.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\x31-63\x12\x1b\n\x13\x64\x65letion_protection\x18\x07 \x01(\x08\x12$\n\x12service_account_id\x18\x08 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x39\n\x07logging\x18\t \x01(\x0b\x32(.yandex.cloud.metastore.v1.LoggingConfig\x12H\n\x0cnetwork_spec\x18\n \x01(\x0b\x32\x32.yandex.cloud.metastore.v1.UpdateNetworkConfigSpec\x12G\n\x0b\x63onfig_spec\x18\x0b \x01(\x0b\x32\x32.yandex.cloud.metastore.v1.UpdateClusterConfigSpec\x12H\n\x12maintenance_window\x18\x0c \x01(\x0b\x32,.yandex.cloud.metastore.v1.MaintenanceWindow\x12\x0f\n\x07version\x18\r \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x06\x10\x07\"+\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\x11ImportDataRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x14\n\x06\x62ucket\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x16\n\x08\x66ilepath\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\"(\n\x12ImportDataMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"c\n\x11\x45xportDataRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x14\n\x06\x62ucket\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x16\n\x08\x66ilepath\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\"(\n\x12\x45xportDataMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"~\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\"K\n\nConfigSpec\x12\x37\n\tresources\x18\x02 \x01(\x0b\x32$.yandex.cloud.metastore.v1.ResourcesJ\x04\x08\x01\x10\x02\"R\n\x17UpdateClusterConfigSpec\x12\x37\n\tresources\x18\x01 \x01(\x0b\x32$.yandex.cloud.metastore.v1.Resources\"5\n\x17UpdateNetworkConfigSpec\x12\x1a\n\x12security_group_ids\x18\x01 \x03(\t2\x98\x0e\n\x0e\x43lusterService\x12\x8c\x01\n\x03Get\x12,.yandex.cloud.metastore.v1.GetClusterRequest\x1a\".yandex.cloud.metastore.v1.Cluster\"3\x82\xd3\xe4\x93\x02-\x12+/managed-metastore/v1/clusters/{cluster_id}\x12\x8f\x01\n\x04List\x12..yandex.cloud.metastore.v1.ListClustersRequest\x1a/.yandex.cloud.metastore.v1.ListClustersResponse\"&\x82\xd3\xe4\x93\x02 \x12\x1e/managed-metastore/v1/clusters\x12\xab\x01\n\x06\x43reate\x12/.yandex.cloud.metastore.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"M\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02#\"\x1e/managed-metastore/v1/clusters:\x01*\x12\xb8\x01\n\x06Update\x12/.yandex.cloud.metastore.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x30\x32+/managed-metastore/v1/clusters/{cluster_id}:\x01*\x12\xc3\x01\n\x06\x44\x65lete\x12/.yandex.cloud.metastore.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"e\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02-*+/managed-metastore/v1/clusters/{cluster_id}\x12\xb8\x01\n\x05Start\x12..yandex.cloud.metastore.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x33\"1/managed-metastore/v1/clusters/{cluster_id}:start\x12\xb4\x01\n\x04Stop\x12-.yandex.cloud.metastore.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x32\"0/managed-metastore/v1/clusters/{cluster_id}:stop\x12\xbd\x01\n\nImportData\x12,.yandex.cloud.metastore.v1.ImportDataRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*\x1d\n\x12ImportDataMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x37\"2/managed-metastore/v1/clusters/{cluster_id}:import:\x01*\x12\xbd\x01\n\nExportData\x12,.yandex.cloud.metastore.v1.ExportDataRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*\x1d\n\x12\x45xportDataMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x37\"2/managed-metastore/v1/clusters/{cluster_id}:export:\x01*\x12\xc3\x01\n\x0eListOperations\x12\x37.yandex.cloud.metastore.v1.ListClusterOperationsRequest\x1a\x38.yandex.cloud.metastore.v1.ListClusterOperationsResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/managed-metastore/v1/clusters/{cluster_id}/operationsBh\n\x1dyandex.cloud.api.metastore.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/metastore/v1;metastoreb\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -60,7 +60,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
60
60
|
_globals['_CREATECLUSTERREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
61
61
|
_globals['_CREATECLUSTERREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
62
62
|
_globals['_CREATECLUSTERREQUEST'].fields_by_name['service_account_id']._loaded_options = None
|
|
63
|
-
_globals['_CREATECLUSTERREQUEST'].fields_by_name['service_account_id']._serialized_options = b'\212\3101\004<=50'
|
|
63
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['service_account_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
64
64
|
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._loaded_options = None
|
|
65
65
|
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
66
66
|
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
@@ -124,47 +124,47 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
124
124
|
_globals['_LISTCLUSTERSRESPONSE']._serialized_start=535
|
|
125
125
|
_globals['_LISTCLUSTERSRESPONSE']._serialized_end=636
|
|
126
126
|
_globals['_CREATECLUSTERREQUEST']._serialized_start=639
|
|
127
|
-
_globals['_CREATECLUSTERREQUEST']._serialized_end=
|
|
128
|
-
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
129
|
-
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
130
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_start=
|
|
131
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_end=
|
|
132
|
-
_globals['_UPDATECLUSTERREQUEST']._serialized_start=
|
|
133
|
-
_globals['_UPDATECLUSTERREQUEST']._serialized_end=
|
|
134
|
-
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
135
|
-
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
136
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_start=
|
|
137
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_end=
|
|
138
|
-
_globals['_DELETECLUSTERREQUEST']._serialized_start=
|
|
139
|
-
_globals['_DELETECLUSTERREQUEST']._serialized_end=
|
|
140
|
-
_globals['_DELETECLUSTERMETADATA']._serialized_start=
|
|
141
|
-
_globals['_DELETECLUSTERMETADATA']._serialized_end=
|
|
142
|
-
_globals['_STARTCLUSTERREQUEST']._serialized_start=
|
|
143
|
-
_globals['_STARTCLUSTERREQUEST']._serialized_end=
|
|
144
|
-
_globals['_STARTCLUSTERMETADATA']._serialized_start=
|
|
145
|
-
_globals['_STARTCLUSTERMETADATA']._serialized_end=
|
|
146
|
-
_globals['_STOPCLUSTERREQUEST']._serialized_start=
|
|
147
|
-
_globals['_STOPCLUSTERREQUEST']._serialized_end=
|
|
148
|
-
_globals['_STOPCLUSTERMETADATA']._serialized_start=
|
|
149
|
-
_globals['_STOPCLUSTERMETADATA']._serialized_end=
|
|
150
|
-
_globals['_IMPORTDATAREQUEST']._serialized_start=
|
|
151
|
-
_globals['_IMPORTDATAREQUEST']._serialized_end=
|
|
152
|
-
_globals['_IMPORTDATAMETADATA']._serialized_start=
|
|
153
|
-
_globals['_IMPORTDATAMETADATA']._serialized_end=
|
|
154
|
-
_globals['_EXPORTDATAREQUEST']._serialized_start=
|
|
155
|
-
_globals['_EXPORTDATAREQUEST']._serialized_end=
|
|
156
|
-
_globals['_EXPORTDATAMETADATA']._serialized_start=
|
|
157
|
-
_globals['_EXPORTDATAMETADATA']._serialized_end=
|
|
158
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=
|
|
159
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=
|
|
160
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=
|
|
161
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=
|
|
162
|
-
_globals['_CONFIGSPEC']._serialized_start=
|
|
163
|
-
_globals['_CONFIGSPEC']._serialized_end=
|
|
164
|
-
_globals['_UPDATECLUSTERCONFIGSPEC']._serialized_start=
|
|
165
|
-
_globals['_UPDATECLUSTERCONFIGSPEC']._serialized_end=
|
|
166
|
-
_globals['_UPDATENETWORKCONFIGSPEC']._serialized_start=
|
|
167
|
-
_globals['_UPDATENETWORKCONFIGSPEC']._serialized_end=
|
|
168
|
-
_globals['_CLUSTERSERVICE']._serialized_start=
|
|
169
|
-
_globals['_CLUSTERSERVICE']._serialized_end=
|
|
127
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_end=1304
|
|
128
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1253
|
|
129
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1298
|
|
130
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_start=1306
|
|
131
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_end=1349
|
|
132
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_start=1352
|
|
133
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_end=2079
|
|
134
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1253
|
|
135
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1298
|
|
136
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_start=2081
|
|
137
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_end=2124
|
|
138
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_start=2126
|
|
139
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_end=2182
|
|
140
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_start=2184
|
|
141
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_end=2227
|
|
142
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_start=2229
|
|
143
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_end=2284
|
|
144
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_start=2286
|
|
145
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_end=2328
|
|
146
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_start=2330
|
|
147
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_end=2384
|
|
148
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_start=2386
|
|
149
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_end=2427
|
|
150
|
+
_globals['_IMPORTDATAREQUEST']._serialized_start=2429
|
|
151
|
+
_globals['_IMPORTDATAREQUEST']._serialized_end=2528
|
|
152
|
+
_globals['_IMPORTDATAMETADATA']._serialized_start=2530
|
|
153
|
+
_globals['_IMPORTDATAMETADATA']._serialized_end=2570
|
|
154
|
+
_globals['_EXPORTDATAREQUEST']._serialized_start=2572
|
|
155
|
+
_globals['_EXPORTDATAREQUEST']._serialized_end=2671
|
|
156
|
+
_globals['_EXPORTDATAMETADATA']._serialized_start=2673
|
|
157
|
+
_globals['_EXPORTDATAMETADATA']._serialized_end=2713
|
|
158
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=2715
|
|
159
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=2841
|
|
160
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=2843
|
|
161
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=2954
|
|
162
|
+
_globals['_CONFIGSPEC']._serialized_start=2956
|
|
163
|
+
_globals['_CONFIGSPEC']._serialized_end=3031
|
|
164
|
+
_globals['_UPDATECLUSTERCONFIGSPEC']._serialized_start=3033
|
|
165
|
+
_globals['_UPDATECLUSTERCONFIGSPEC']._serialized_end=3115
|
|
166
|
+
_globals['_UPDATENETWORKCONFIGSPEC']._serialized_start=3117
|
|
167
|
+
_globals['_UPDATENETWORKCONFIGSPEC']._serialized_end=3170
|
|
168
|
+
_globals['_CLUSTERSERVICE']._serialized_start=3173
|
|
169
|
+
_globals['_CLUSTERSERVICE']._serialized_end=4989
|
|
170
170
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,9 +25,13 @@ class MaintenanceWindow(google.protobuf.message.Message):
|
|
|
25
25
|
ANYTIME_FIELD_NUMBER: builtins.int
|
|
26
26
|
WEEKLY_MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
|
|
27
27
|
@property
|
|
28
|
-
def anytime(self) -> global___AnytimeMaintenanceWindow:
|
|
28
|
+
def anytime(self) -> global___AnytimeMaintenanceWindow:
|
|
29
|
+
"""The cluster may be restarted for maintenance at any time."""
|
|
30
|
+
|
|
29
31
|
@property
|
|
30
|
-
def weekly_maintenance_window(self) -> global___WeeklyMaintenanceWindow:
|
|
32
|
+
def weekly_maintenance_window(self) -> global___WeeklyMaintenanceWindow:
|
|
33
|
+
"""Maintenance is allowed only within the specified weekly window."""
|
|
34
|
+
|
|
31
35
|
def __init__(
|
|
32
36
|
self,
|
|
33
37
|
*,
|
|
@@ -61,29 +65,46 @@ class WeeklyMaintenanceWindow(google.protobuf.message.Message):
|
|
|
61
65
|
class _WeekDayEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[WeeklyMaintenanceWindow._WeekDay.ValueType], builtins.type):
|
|
62
66
|
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
63
67
|
WEEK_DAY_UNSPECIFIED: WeeklyMaintenanceWindow._WeekDay.ValueType # 0
|
|
68
|
+
"""Day of the week is not specified."""
|
|
64
69
|
MON: WeeklyMaintenanceWindow._WeekDay.ValueType # 1
|
|
70
|
+
"""Monday."""
|
|
65
71
|
TUE: WeeklyMaintenanceWindow._WeekDay.ValueType # 2
|
|
72
|
+
"""Tuesday."""
|
|
66
73
|
WED: WeeklyMaintenanceWindow._WeekDay.ValueType # 3
|
|
74
|
+
"""Wednesday."""
|
|
67
75
|
THU: WeeklyMaintenanceWindow._WeekDay.ValueType # 4
|
|
76
|
+
"""Thursday."""
|
|
68
77
|
FRI: WeeklyMaintenanceWindow._WeekDay.ValueType # 5
|
|
78
|
+
"""Friday."""
|
|
69
79
|
SAT: WeeklyMaintenanceWindow._WeekDay.ValueType # 6
|
|
80
|
+
"""Saturday."""
|
|
70
81
|
SUN: WeeklyMaintenanceWindow._WeekDay.ValueType # 7
|
|
82
|
+
"""Sunday."""
|
|
71
83
|
|
|
72
84
|
class WeekDay(_WeekDay, metaclass=_WeekDayEnumTypeWrapper): ...
|
|
73
85
|
WEEK_DAY_UNSPECIFIED: WeeklyMaintenanceWindow.WeekDay.ValueType # 0
|
|
86
|
+
"""Day of the week is not specified."""
|
|
74
87
|
MON: WeeklyMaintenanceWindow.WeekDay.ValueType # 1
|
|
88
|
+
"""Monday."""
|
|
75
89
|
TUE: WeeklyMaintenanceWindow.WeekDay.ValueType # 2
|
|
90
|
+
"""Tuesday."""
|
|
76
91
|
WED: WeeklyMaintenanceWindow.WeekDay.ValueType # 3
|
|
92
|
+
"""Wednesday."""
|
|
77
93
|
THU: WeeklyMaintenanceWindow.WeekDay.ValueType # 4
|
|
94
|
+
"""Thursday."""
|
|
78
95
|
FRI: WeeklyMaintenanceWindow.WeekDay.ValueType # 5
|
|
96
|
+
"""Friday."""
|
|
79
97
|
SAT: WeeklyMaintenanceWindow.WeekDay.ValueType # 6
|
|
98
|
+
"""Saturday."""
|
|
80
99
|
SUN: WeeklyMaintenanceWindow.WeekDay.ValueType # 7
|
|
100
|
+
"""Sunday."""
|
|
81
101
|
|
|
82
102
|
DAY_FIELD_NUMBER: builtins.int
|
|
83
103
|
HOUR_FIELD_NUMBER: builtins.int
|
|
84
104
|
day: global___WeeklyMaintenanceWindow.WeekDay.ValueType
|
|
105
|
+
"""Day of the week when maintenance can occur."""
|
|
85
106
|
hour: builtins.int
|
|
86
|
-
"""Hour of the day in UTC."""
|
|
107
|
+
"""Hour of the day in UTC when the maintenance window starts."""
|
|
87
108
|
def __init__(
|
|
88
109
|
self,
|
|
89
110
|
*,
|
|
@@ -103,12 +124,19 @@ class MaintenanceOperation(google.protobuf.message.Message):
|
|
|
103
124
|
LATEST_MAINTENANCE_TIME_FIELD_NUMBER: builtins.int
|
|
104
125
|
NEXT_MAINTENANCE_WINDOW_TIME_FIELD_NUMBER: builtins.int
|
|
105
126
|
info: builtins.str
|
|
127
|
+
"""Information about the maintenance operation."""
|
|
106
128
|
@property
|
|
107
|
-
def delayed_until(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
129
|
+
def delayed_until(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
130
|
+
"""Maintenance is postponed until the specified timestamp."""
|
|
131
|
+
|
|
108
132
|
@property
|
|
109
|
-
def latest_maintenance_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
133
|
+
def latest_maintenance_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
134
|
+
"""Timestamp of the latest successfully completed maintenance."""
|
|
135
|
+
|
|
110
136
|
@property
|
|
111
|
-
def next_maintenance_window_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
137
|
+
def next_maintenance_window_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
138
|
+
"""Timestamp of the next scheduled maintenance window."""
|
|
139
|
+
|
|
112
140
|
def __init__(
|
|
113
141
|
self,
|
|
114
142
|
*,
|
|
@@ -31,7 +31,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
31
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7yandex/cloud/organizationmanager/v1/group_service.proto\x12#yandex.cloud.organizationmanager.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a/yandex/cloud/organizationmanager/v1/group.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"1\n\x0fGetGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n\x1bResolveExternalGroupRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"\x95\x01\n\x11ListGroupsRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"i\n\x12ListGroupsResponse\x12:\n\x06groups\x18\x01 \x03(\x0b\x32*.yandex.cloud.organizationmanager.v1.Group\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa2\x01\n\x19ListExternalGroupsRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"q\n\x1aListExternalGroupsResponse\x12:\n\x06groups\x18\x01 \x03(\x0b\x32*.yandex.cloud.organizationmanager.v1.Group\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x01\n\x12\x43reateGroupRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x04name\x18\x02 \x01(\tB\'\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\"\'\n\x13\x43reateGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\xf6\x01\n\x1a\x43reateExternalGroupRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x04name\x18\x02 \x01(\tB\'\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12*\n\x14subject_container_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0bmake_editor\x18\x06 \x01(\x08\"\xa4\x01\n\x1b\x43reateExternalGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x12\n\ngroup_name\x18\x03 \x01(\t\x12\x1c\n\x14subject_container_id\x18\x04 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x05 \x01(\t\x12\x13\n\x0bmake_editor\x18\x06 \x01(\x08\"\xb9\x01\n\x12UpdateGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\"\'\n\x13UpdateGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\x9b\x01\n\x1d\x43onvertToExternalGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12*\n\x14subject_container_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0bmake_editor\x18\x04 \x01(\x08\"z\n\x1e\x43onvertToExternalGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x1c\n\x14subject_container_id\x18\x02 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x03 \x01(\t\x12\x13\n\x0bmake_editor\x18\x04 \x01(\x08\"L\n\x1e\x43onvertAllToBasicGroupsRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"?\n\x1f\x43onvertAllToBasicGroupsMetadata\x12\x1c\n\x14subject_container_id\x18\x01 \x01(\t\"4\n\x12\x44\x65leteGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\'\n\x13\x44\x65leteGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"{\n\x1aListGroupOperationsRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"m\n\x1bListGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"x\n\x17ListGroupMembersRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"v\n\x18ListGroupMembersResponse\x12\x41\n\x07members\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.GroupMember\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"7\n\x0bGroupMember\x12\x12\n\nsubject_id\x18\x01 \x01(\t\x12\x14\n\x0csubject_type\x18\x02 \x01(\t\"\x90\x01\n\x19UpdateGroupMembersRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12S\n\rmember_deltas\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.MemberDeltaB\n\x82\xc8\x31\x06\x31-1000\".\n\x1aUpdateGroupMembersMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\xc8\x01\n\x0bMemberDelta\x12S\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32=.yandex.cloud.organizationmanager.v1.MemberDelta.MemberActionB\x04\xe8\xc7\x31\x01\x12 \n\nsubject_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"B\n\x0cMemberAction\x12\x1d\n\x19MEMBER_ACTION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41\x44\x44\x10\x01\x12\n\n\x06REMOVE\x10\x02\x32\xd2\x1a\n\x0cGroupService\x12\x9b\x01\n\x03Get\x12\x34.yandex.cloud.organizationmanager.v1.GetGroupRequest\x1a*.yandex.cloud.organizationmanager.v1.Group\"2\x82\xd3\xe4\x93\x02,\x12*/organization-manager/v1/groups/{group_id}\x12\xd6\x01\n\x0fResolveExternal\x12@.yandex.cloud.organizationmanager.v1.ResolveExternalGroupRequest\x1a*.yandex.cloud.organizationmanager.v1.Group\"U\x82\xd3\xe4\x93\x02O\x12M/organization-manager/v1/external_groups/{subject_container_id}/{external_id}\x12\xa0\x01\n\x04List\x12\x36.yandex.cloud.organizationmanager.v1.ListGroupsRequest\x1a\x37.yandex.cloud.organizationmanager.v1.ListGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/organization-manager/v1/groups\x12\xc1\x01\n\x0cListExternal\x12>.yandex.cloud.organizationmanager.v1.ListExternalGroupsRequest\x1a?.yandex.cloud.organizationmanager.v1.ListExternalGroupsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/organization-manager/v1/external_groups\x12\xb0\x01\n\x06\x43reate\x12\x37.yandex.cloud.organizationmanager.v1.CreateGroupRequest\x1a!.yandex.cloud.operation.Operation\"J\xb2\xd2*\x1c\n\x13\x43reateGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02$\"\x1f/organization-manager/v1/groups:\x01*\x12\xd1\x01\n\x0e\x43reateExternal\x12?.yandex.cloud.organizationmanager.v1.CreateExternalGroupRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*$\n\x1b\x43reateExternalGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02-\"(/organization-manager/v1/external_groups:\x01*\x12\xbb\x01\n\x06Update\x12\x37.yandex.cloud.organizationmanager.v1.UpdateGroupRequest\x1a!.yandex.cloud.operation.Operation\"U\xb2\xd2*\x1c\n\x13UpdateGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02/2*/organization-manager/v1/groups/{group_id}:\x01*\x12\xee\x01\n\x11\x43onvertToExternal\x12\x42.yandex.cloud.organizationmanager.v1.ConvertToExternalGroupRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2*\'\n\x1e\x43onvertToExternalGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02\x41\"</organization-manager/v1/groups/{group_id}:convertToExternal:\x01*\x12\xff\x01\n\x11\x43onvertAllToBasic\x12\x43.yandex.cloud.organizationmanager.v1.ConvertAllToBasicGroupsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*8\n\x1f\x43onvertAllToBasicGroupsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?\":/organization-manager/v1/external_groups:convertAllToBasic:\x01*\x12\xc8\x01\n\x06\x44\x65lete\x12\x37.yandex.cloud.organizationmanager.v1.DeleteGroupRequest\x1a!.yandex.cloud.operation.Operation\"b\xb2\xd2*,\n\x13\x44\x65leteGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02,**/organization-manager/v1/groups/{group_id}\x12\xd2\x01\n\x0eListOperations\x12?.yandex.cloud.organizationmanager.v1.ListGroupOperationsRequest\x1a@.yandex.cloud.organizationmanager.v1.ListGroupOperationsResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/organization-manager/v1/groups/{group_id}/operations\x12\xca\x01\n\x0bListMembers\x12<.yandex.cloud.organizationmanager.v1.ListGroupMembersRequest\x1a=.yandex.cloud.organizationmanager.v1.ListGroupMembersResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/organization-manager/v1/groups/{group_id}:listMembers\x12\xee\x01\n\rUpdateMembers\x12>.yandex.cloud.organizationmanager.v1.UpdateGroupMembersRequest\x1a!.yandex.cloud.operation.Operation\"z\xb2\xd2*3\n\x1aUpdateGroupMembersMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02=\"8/organization-manager/v1/groups/{group_id}:updateMembers:\x01*\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/organization-manager/v1/groups/{resource_id}:listAccessBindings\x12\xfe\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x96\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x44\"?/organization-manager/v1/groups/{resource_id}:setAccessBindings:\x01*\x12\x8a\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02G\"B/organization-manager/v1/groups/{resource_id}:updateAccessBindings:\x01*B\x86\x01\n\'yandex.cloud.api.organizationmanager.v1Z[github.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1;organizationmanagerb\x06proto3')
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7yandex/cloud/organizationmanager/v1/group_service.proto\x12#yandex.cloud.organizationmanager.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a/yandex/cloud/organizationmanager/v1/group.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"1\n\x0fGetGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n\x1bResolveExternalGroupRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"\x95\x01\n\x11ListGroupsRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"i\n\x12ListGroupsResponse\x12:\n\x06groups\x18\x01 \x03(\x0b\x32*.yandex.cloud.organizationmanager.v1.Group\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa2\x01\n\x19ListExternalGroupsRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"q\n\x1aListExternalGroupsResponse\x12:\n\x06groups\x18\x01 \x03(\x0b\x32*.yandex.cloud.organizationmanager.v1.Group\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x9e\x01\n\x12\x43reateGroupRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x41\n\x04name\x18\x02 \x01(\tB3\xe8\xc7\x31\x01\xf2\xc7\x31+[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\"\'\n\x13\x43reateGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\x82\x02\n\x1a\x43reateExternalGroupRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x41\n\x04name\x18\x02 \x01(\tB3\xe8\xc7\x31\x01\xf2\xc7\x31+[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12*\n\x14subject_container_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0bmake_editor\x18\x06 \x01(\x08\"\xa4\x01\n\x1b\x43reateExternalGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\x12\n\ngroup_name\x18\x03 \x01(\t\x12\x1c\n\x14subject_container_id\x18\x04 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x05 \x01(\t\x12\x13\n\x0bmake_editor\x18\x06 \x01(\x08\"\xc5\x01\n\x12UpdateGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12>\n\x04name\x18\x03 \x01(\tB0\xf2\xc7\x31,|[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\"\'\n\x13UpdateGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\x9b\x01\n\x1d\x43onvertToExternalGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12*\n\x14subject_container_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0b\x65xternal_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0bmake_editor\x18\x04 \x01(\x08\"z\n\x1e\x43onvertToExternalGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\x12\x1c\n\x14subject_container_id\x18\x02 \x01(\t\x12\x13\n\x0b\x65xternal_id\x18\x03 \x01(\t\x12\x13\n\x0bmake_editor\x18\x04 \x01(\x08\"L\n\x1e\x43onvertAllToBasicGroupsRequest\x12*\n\x14subject_container_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"?\n\x1f\x43onvertAllToBasicGroupsMetadata\x12\x1c\n\x14subject_container_id\x18\x01 \x01(\t\"4\n\x12\x44\x65leteGroupRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\'\n\x13\x44\x65leteGroupMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"{\n\x1aListGroupOperationsRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"m\n\x1bListGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"x\n\x17ListGroupMembersRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"v\n\x18ListGroupMembersResponse\x12\x41\n\x07members\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.GroupMember\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"7\n\x0bGroupMember\x12\x12\n\nsubject_id\x18\x01 \x01(\t\x12\x14\n\x0csubject_type\x18\x02 \x01(\t\"\x90\x01\n\x19UpdateGroupMembersRequest\x12\x1e\n\x08group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12S\n\rmember_deltas\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.organizationmanager.v1.MemberDeltaB\n\x82\xc8\x31\x06\x31-1000\".\n\x1aUpdateGroupMembersMetadata\x12\x10\n\x08group_id\x18\x01 \x01(\t\"\xc8\x01\n\x0bMemberDelta\x12S\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32=.yandex.cloud.organizationmanager.v1.MemberDelta.MemberActionB\x04\xe8\xc7\x31\x01\x12 \n\nsubject_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"B\n\x0cMemberAction\x12\x1d\n\x19MEMBER_ACTION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41\x44\x44\x10\x01\x12\n\n\x06REMOVE\x10\x02\x32\xd2\x1a\n\x0cGroupService\x12\x9b\x01\n\x03Get\x12\x34.yandex.cloud.organizationmanager.v1.GetGroupRequest\x1a*.yandex.cloud.organizationmanager.v1.Group\"2\x82\xd3\xe4\x93\x02,\x12*/organization-manager/v1/groups/{group_id}\x12\xd6\x01\n\x0fResolveExternal\x12@.yandex.cloud.organizationmanager.v1.ResolveExternalGroupRequest\x1a*.yandex.cloud.organizationmanager.v1.Group\"U\x82\xd3\xe4\x93\x02O\x12M/organization-manager/v1/external_groups/{subject_container_id}/{external_id}\x12\xa0\x01\n\x04List\x12\x36.yandex.cloud.organizationmanager.v1.ListGroupsRequest\x1a\x37.yandex.cloud.organizationmanager.v1.ListGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/organization-manager/v1/groups\x12\xc1\x01\n\x0cListExternal\x12>.yandex.cloud.organizationmanager.v1.ListExternalGroupsRequest\x1a?.yandex.cloud.organizationmanager.v1.ListExternalGroupsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/organization-manager/v1/external_groups\x12\xb0\x01\n\x06\x43reate\x12\x37.yandex.cloud.organizationmanager.v1.CreateGroupRequest\x1a!.yandex.cloud.operation.Operation\"J\xb2\xd2*\x1c\n\x13\x43reateGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02$\"\x1f/organization-manager/v1/groups:\x01*\x12\xd1\x01\n\x0e\x43reateExternal\x12?.yandex.cloud.organizationmanager.v1.CreateExternalGroupRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*$\n\x1b\x43reateExternalGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02-\"(/organization-manager/v1/external_groups:\x01*\x12\xbb\x01\n\x06Update\x12\x37.yandex.cloud.organizationmanager.v1.UpdateGroupRequest\x1a!.yandex.cloud.operation.Operation\"U\xb2\xd2*\x1c\n\x13UpdateGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02/2*/organization-manager/v1/groups/{group_id}:\x01*\x12\xee\x01\n\x11\x43onvertToExternal\x12\x42.yandex.cloud.organizationmanager.v1.ConvertToExternalGroupRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2*\'\n\x1e\x43onvertToExternalGroupMetadata\x12\x05Group\x82\xd3\xe4\x93\x02\x41\"</organization-manager/v1/groups/{group_id}:convertToExternal:\x01*\x12\xff\x01\n\x11\x43onvertAllToBasic\x12\x43.yandex.cloud.organizationmanager.v1.ConvertAllToBasicGroupsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*8\n\x1f\x43onvertAllToBasicGroupsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?\":/organization-manager/v1/external_groups:convertAllToBasic:\x01*\x12\xc8\x01\n\x06\x44\x65lete\x12\x37.yandex.cloud.organizationmanager.v1.DeleteGroupRequest\x1a!.yandex.cloud.operation.Operation\"b\xb2\xd2*,\n\x13\x44\x65leteGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02,**/organization-manager/v1/groups/{group_id}\x12\xd2\x01\n\x0eListOperations\x12?.yandex.cloud.organizationmanager.v1.ListGroupOperationsRequest\x1a@.yandex.cloud.organizationmanager.v1.ListGroupOperationsResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/organization-manager/v1/groups/{group_id}/operations\x12\xca\x01\n\x0bListMembers\x12<.yandex.cloud.organizationmanager.v1.ListGroupMembersRequest\x1a=.yandex.cloud.organizationmanager.v1.ListGroupMembersResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/organization-manager/v1/groups/{group_id}:listMembers\x12\xee\x01\n\rUpdateMembers\x12>.yandex.cloud.organizationmanager.v1.UpdateGroupMembersRequest\x1a!.yandex.cloud.operation.Operation\"z\xb2\xd2*3\n\x1aUpdateGroupMembersMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02=\"8/organization-manager/v1/groups/{group_id}:updateMembers:\x01*\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/organization-manager/v1/groups/{resource_id}:listAccessBindings\x12\xfe\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x96\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x44\"?/organization-manager/v1/groups/{resource_id}:setAccessBindings:\x01*\x12\x8a\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02G\"B/organization-manager/v1/groups/{resource_id}:updateAccessBindings:\x01*B\x86\x01\n\'yandex.cloud.api.organizationmanager.v1Z[github.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1;organizationmanagerb\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -64,13 +64,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
64
64
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
65
65
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
66
66
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
67
|
-
_globals['_CREATEGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071
|
|
67
|
+
_globals['_CREATEGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071+[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?'
|
|
68
68
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['description']._loaded_options = None
|
|
69
69
|
_globals['_CREATEGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
70
70
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
71
71
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
72
72
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
73
|
-
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071
|
|
73
|
+
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071+[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?'
|
|
74
74
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['description']._loaded_options = None
|
|
75
75
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
76
76
|
_globals['_CREATEEXTERNALGROUPREQUEST'].fields_by_name['subject_container_id']._loaded_options = None
|
|
@@ -80,7 +80,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
80
80
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['group_id']._loaded_options = None
|
|
81
81
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['group_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
82
82
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
83
|
-
_globals['_UPDATEGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
83
|
+
_globals['_UPDATEGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071,|[a-zA-Z]([-a-zA-Z0-9._-]{0,61}[a-zA-Z0-9])?'
|
|
84
84
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['description']._loaded_options = None
|
|
85
85
|
_globals['_UPDATEGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
86
86
|
_globals['_CONVERTTOEXTERNALGROUPREQUEST'].fields_by_name['group_id']._loaded_options = None
|
|
@@ -158,47 +158,47 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
158
158
|
_globals['_LISTEXTERNALGROUPSRESPONSE']._serialized_start=925
|
|
159
159
|
_globals['_LISTEXTERNALGROUPSRESPONSE']._serialized_end=1038
|
|
160
160
|
_globals['_CREATEGROUPREQUEST']._serialized_start=1041
|
|
161
|
-
_globals['_CREATEGROUPREQUEST']._serialized_end=
|
|
162
|
-
_globals['_CREATEGROUPMETADATA']._serialized_start=
|
|
163
|
-
_globals['_CREATEGROUPMETADATA']._serialized_end=
|
|
164
|
-
_globals['_CREATEEXTERNALGROUPREQUEST']._serialized_start=
|
|
165
|
-
_globals['_CREATEEXTERNALGROUPREQUEST']._serialized_end=
|
|
166
|
-
_globals['_CREATEEXTERNALGROUPMETADATA']._serialized_start=
|
|
167
|
-
_globals['_CREATEEXTERNALGROUPMETADATA']._serialized_end=
|
|
168
|
-
_globals['_UPDATEGROUPREQUEST']._serialized_start=
|
|
169
|
-
_globals['_UPDATEGROUPREQUEST']._serialized_end=
|
|
170
|
-
_globals['_UPDATEGROUPMETADATA']._serialized_start=
|
|
171
|
-
_globals['_UPDATEGROUPMETADATA']._serialized_end=
|
|
172
|
-
_globals['_CONVERTTOEXTERNALGROUPREQUEST']._serialized_start=
|
|
173
|
-
_globals['_CONVERTTOEXTERNALGROUPREQUEST']._serialized_end=
|
|
174
|
-
_globals['_CONVERTTOEXTERNALGROUPMETADATA']._serialized_start=
|
|
175
|
-
_globals['_CONVERTTOEXTERNALGROUPMETADATA']._serialized_end=
|
|
176
|
-
_globals['_CONVERTALLTOBASICGROUPSREQUEST']._serialized_start=
|
|
177
|
-
_globals['_CONVERTALLTOBASICGROUPSREQUEST']._serialized_end=
|
|
178
|
-
_globals['_CONVERTALLTOBASICGROUPSMETADATA']._serialized_start=
|
|
179
|
-
_globals['_CONVERTALLTOBASICGROUPSMETADATA']._serialized_end=
|
|
180
|
-
_globals['_DELETEGROUPREQUEST']._serialized_start=
|
|
181
|
-
_globals['_DELETEGROUPREQUEST']._serialized_end=
|
|
182
|
-
_globals['_DELETEGROUPMETADATA']._serialized_start=
|
|
183
|
-
_globals['_DELETEGROUPMETADATA']._serialized_end=
|
|
184
|
-
_globals['_LISTGROUPOPERATIONSREQUEST']._serialized_start=
|
|
185
|
-
_globals['_LISTGROUPOPERATIONSREQUEST']._serialized_end=
|
|
186
|
-
_globals['_LISTGROUPOPERATIONSRESPONSE']._serialized_start=
|
|
187
|
-
_globals['_LISTGROUPOPERATIONSRESPONSE']._serialized_end=
|
|
188
|
-
_globals['_LISTGROUPMEMBERSREQUEST']._serialized_start=
|
|
189
|
-
_globals['_LISTGROUPMEMBERSREQUEST']._serialized_end=
|
|
190
|
-
_globals['_LISTGROUPMEMBERSRESPONSE']._serialized_start=
|
|
191
|
-
_globals['_LISTGROUPMEMBERSRESPONSE']._serialized_end=
|
|
192
|
-
_globals['_GROUPMEMBER']._serialized_start=
|
|
193
|
-
_globals['_GROUPMEMBER']._serialized_end=
|
|
194
|
-
_globals['_UPDATEGROUPMEMBERSREQUEST']._serialized_start=
|
|
195
|
-
_globals['_UPDATEGROUPMEMBERSREQUEST']._serialized_end=
|
|
196
|
-
_globals['_UPDATEGROUPMEMBERSMETADATA']._serialized_start=
|
|
197
|
-
_globals['_UPDATEGROUPMEMBERSMETADATA']._serialized_end=
|
|
198
|
-
_globals['_MEMBERDELTA']._serialized_start=
|
|
199
|
-
_globals['_MEMBERDELTA']._serialized_end=
|
|
200
|
-
_globals['_MEMBERDELTA_MEMBERACTION']._serialized_start=
|
|
201
|
-
_globals['_MEMBERDELTA_MEMBERACTION']._serialized_end=
|
|
202
|
-
_globals['_GROUPSERVICE']._serialized_start=
|
|
203
|
-
_globals['_GROUPSERVICE']._serialized_end=
|
|
161
|
+
_globals['_CREATEGROUPREQUEST']._serialized_end=1199
|
|
162
|
+
_globals['_CREATEGROUPMETADATA']._serialized_start=1201
|
|
163
|
+
_globals['_CREATEGROUPMETADATA']._serialized_end=1240
|
|
164
|
+
_globals['_CREATEEXTERNALGROUPREQUEST']._serialized_start=1243
|
|
165
|
+
_globals['_CREATEEXTERNALGROUPREQUEST']._serialized_end=1501
|
|
166
|
+
_globals['_CREATEEXTERNALGROUPMETADATA']._serialized_start=1504
|
|
167
|
+
_globals['_CREATEEXTERNALGROUPMETADATA']._serialized_end=1668
|
|
168
|
+
_globals['_UPDATEGROUPREQUEST']._serialized_start=1671
|
|
169
|
+
_globals['_UPDATEGROUPREQUEST']._serialized_end=1868
|
|
170
|
+
_globals['_UPDATEGROUPMETADATA']._serialized_start=1870
|
|
171
|
+
_globals['_UPDATEGROUPMETADATA']._serialized_end=1909
|
|
172
|
+
_globals['_CONVERTTOEXTERNALGROUPREQUEST']._serialized_start=1912
|
|
173
|
+
_globals['_CONVERTTOEXTERNALGROUPREQUEST']._serialized_end=2067
|
|
174
|
+
_globals['_CONVERTTOEXTERNALGROUPMETADATA']._serialized_start=2069
|
|
175
|
+
_globals['_CONVERTTOEXTERNALGROUPMETADATA']._serialized_end=2191
|
|
176
|
+
_globals['_CONVERTALLTOBASICGROUPSREQUEST']._serialized_start=2193
|
|
177
|
+
_globals['_CONVERTALLTOBASICGROUPSREQUEST']._serialized_end=2269
|
|
178
|
+
_globals['_CONVERTALLTOBASICGROUPSMETADATA']._serialized_start=2271
|
|
179
|
+
_globals['_CONVERTALLTOBASICGROUPSMETADATA']._serialized_end=2334
|
|
180
|
+
_globals['_DELETEGROUPREQUEST']._serialized_start=2336
|
|
181
|
+
_globals['_DELETEGROUPREQUEST']._serialized_end=2388
|
|
182
|
+
_globals['_DELETEGROUPMETADATA']._serialized_start=2390
|
|
183
|
+
_globals['_DELETEGROUPMETADATA']._serialized_end=2429
|
|
184
|
+
_globals['_LISTGROUPOPERATIONSREQUEST']._serialized_start=2431
|
|
185
|
+
_globals['_LISTGROUPOPERATIONSREQUEST']._serialized_end=2554
|
|
186
|
+
_globals['_LISTGROUPOPERATIONSRESPONSE']._serialized_start=2556
|
|
187
|
+
_globals['_LISTGROUPOPERATIONSRESPONSE']._serialized_end=2665
|
|
188
|
+
_globals['_LISTGROUPMEMBERSREQUEST']._serialized_start=2667
|
|
189
|
+
_globals['_LISTGROUPMEMBERSREQUEST']._serialized_end=2787
|
|
190
|
+
_globals['_LISTGROUPMEMBERSRESPONSE']._serialized_start=2789
|
|
191
|
+
_globals['_LISTGROUPMEMBERSRESPONSE']._serialized_end=2907
|
|
192
|
+
_globals['_GROUPMEMBER']._serialized_start=2909
|
|
193
|
+
_globals['_GROUPMEMBER']._serialized_end=2964
|
|
194
|
+
_globals['_UPDATEGROUPMEMBERSREQUEST']._serialized_start=2967
|
|
195
|
+
_globals['_UPDATEGROUPMEMBERSREQUEST']._serialized_end=3111
|
|
196
|
+
_globals['_UPDATEGROUPMEMBERSMETADATA']._serialized_start=3113
|
|
197
|
+
_globals['_UPDATEGROUPMEMBERSMETADATA']._serialized_end=3159
|
|
198
|
+
_globals['_MEMBERDELTA']._serialized_start=3162
|
|
199
|
+
_globals['_MEMBERDELTA']._serialized_end=3362
|
|
200
|
+
_globals['_MEMBERDELTA_MEMBERACTION']._serialized_start=3296
|
|
201
|
+
_globals['_MEMBERDELTA_MEMBERACTION']._serialized_end=3362
|
|
202
|
+
_globals['_GROUPSERVICE']._serialized_start=3365
|
|
203
|
+
_globals['_GROUPSERVICE']._serialized_end=6775
|
|
204
204
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -32,7 +32,7 @@ from yandex.cloud.serverless.apigateway.v1 import apigateway_pb2 as yandex_dot_c
|
|
|
32
32
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n>yandex/cloud/serverless/apigateway/v1/apigateway_service.proto\x12%yandex.cloud.serverless.apigateway.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/duration.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x36yandex/cloud/serverless/apigateway/v1/apigateway.proto\x1a\x1dyandex/cloud/validation.proto\"4\n\x14GetApiGatewayRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"g\n\x15ListApiGatewayRequest\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\"z\n\x16ListApiGatewayResponse\x12G\n\x0c\x61pi_gateways\x18\x01 \x03(\x0b\x32\x31.yandex.cloud.serverless.apigateway.v1.ApiGateway\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n>yandex/cloud/serverless/apigateway/v1/apigateway_service.proto\x12%yandex.cloud.serverless.apigateway.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/duration.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x36yandex/cloud/serverless/apigateway/v1/apigateway.proto\x1a\x1dyandex/cloud/validation.proto\"4\n\x14GetApiGatewayRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"g\n\x15ListApiGatewayRequest\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\"z\n\x16ListApiGatewayResponse\x12G\n\x0c\x61pi_gateways\x18\x01 \x03(\x0b\x32\x31.yandex.cloud.serverless.apigateway.v1.ApiGateway\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xdc\x06\n\x17\x43reateApiGatewayRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9f\x01\n\x06labels\x18\x04 \x03(\x0b\x32J.yandex.cloud.serverless.apigateway.v1.CreateApiGatewayRequest.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\x12\x16\n\x0copenapi_spec\x18\x05 \x01(\tH\x00\x12I\n\x0c\x63onnectivity\x18\x06 \x01(\x0b\x32\x33.yandex.cloud.serverless.apigateway.v1.Connectivity\x12\x46\n\x0blog_options\x18\x07 \x01(\x0b\x32\x31.yandex.cloud.serverless.apigateway.v1.LogOptions\x12`\n\tvariables\x18\x08 \x03(\x0b\x32M.yandex.cloud.serverless.apigateway.v1.CreateApiGatewayRequest.VariablesEntry\x12=\n\x06\x63\x61nary\x18\t \x01(\x0b\x32-.yandex.cloud.serverless.apigateway.v1.Canary\x12\x41\n\x11\x65xecution_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x30s-600s\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x66\n\x0eVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x43\n\x05value\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.serverless.apigateway.v1.VariableInput:\x02\x38\x01\x42\x0c\n\x04spec\x12\x04\xc0\xc1\x31\x01\"\x92\x07\n\x17UpdateApiGatewayRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x9f\x01\n\x06labels\x18\x05 \x03(\x0b\x32J.yandex.cloud.serverless.apigateway.v1.UpdateApiGatewayRequest.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\x12\x16\n\x0copenapi_spec\x18\x06 \x01(\tH\x00\x12I\n\x0c\x63onnectivity\x18\x07 \x01(\x0b\x32\x33.yandex.cloud.serverless.apigateway.v1.Connectivity\x12\x46\n\x0blog_options\x18\x08 \x01(\x0b\x32\x31.yandex.cloud.serverless.apigateway.v1.LogOptions\x12`\n\tvariables\x18\t \x03(\x0b\x32M.yandex.cloud.serverless.apigateway.v1.UpdateApiGatewayRequest.VariablesEntry\x12=\n\x06\x63\x61nary\x18\n \x01(\x0b\x32-.yandex.cloud.serverless.apigateway.v1.Canary\x12\x41\n\x11\x65xecution_timeout\x18\x0b \x01(\x0b\x32\x19.google.protobuf.DurationB\x0b\xfa\xc7\x31\x07\x30s-600s\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x66\n\x0eVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x43\n\x05value\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.serverless.apigateway.v1.VariableInput:\x02\x38\x01\x42\x0c\n\x04spec\x12\x04\xc0\xc1\x31\x01\"7\n\x17\x44\x65leteApiGatewayRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"c\n\x10\x41\x64\x64\x44omainRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64omain_name\x18\x03 \x01(\t\x12\x16\n\x0e\x63\x65rtificate_id\x18\x04 \x01(\tJ\x04\x08\x02\x10\x03\"L\n\x13RemoveDomainRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tdomain_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"2\n\x18\x43reateApiGatewayMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\"2\n\x18UpdateApiGatewayMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\"2\n\x18\x44\x65leteApiGatewayMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\"k\n\x11\x41\x64\x64\x44omainMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x02 \x01(\t\x12\x13\n\x0b\x64omain_name\x18\x03 \x01(\t\x12\x16\n\x0e\x63\x65rtificate_id\x18\x04 \x01(\t\"A\n\x14RemoveDomainMetadata\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\x12\x11\n\tdomain_id\x18\x02 \x01(\t\"\x8f\x01\n\x15ListOperationsRequest\x12\x1c\n\x0e\x61pi_gateway_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\"h\n\x16ListOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xc0\x01\n\x15GetOpenapiSpecRequest\x12\x1c\n\x0e\x61pi_gateway_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12S\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x43.yandex.cloud.serverless.apigateway.v1.GetOpenapiSpecRequest.Format\"4\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x08\n\x04JSON\x10\x01\x12\x08\n\x04YAML\x10\x02\"F\n\x16GetOpenapiSpecResponse\x12\x16\n\x0e\x61pi_gateway_id\x18\x01 \x01(\t\x12\x14\n\x0copenapi_spec\x18\x02 \x01(\t2\xda\x13\n\x11\x41piGatewayService\x12\xab\x01\n\x03Get\x12;.yandex.cloud.serverless.apigateway.v1.GetApiGatewayRequest\x1a\x31.yandex.cloud.serverless.apigateway.v1.ApiGateway\"4\x82\xd3\xe4\x93\x02.\x12,/apigateways/v1/apigateways/{api_gateway_id}\x12\xa8\x01\n\x04List\x12<.yandex.cloud.serverless.apigateway.v1.ListApiGatewayRequest\x1a=.yandex.cloud.serverless.apigateway.v1.ListApiGatewayResponse\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/apigateways/v1/apigateways\x12\xbd\x01\n\x06\x43reate\x12>.yandex.cloud.serverless.apigateway.v1.CreateApiGatewayRequest\x1a!.yandex.cloud.operation.Operation\"P\xb2\xd2*&\n\x18\x43reateApiGatewayMetadata\x12\nApiGateway\x82\xd3\xe4\x93\x02 \"\x1b/apigateways/v1/apigateways:\x01*\x12\xce\x01\n\x06Update\x12>.yandex.cloud.serverless.apigateway.v1.UpdateApiGatewayRequest\x1a!.yandex.cloud.operation.Operation\"a\xb2\xd2*&\n\x18UpdateApiGatewayMetadata\x12\nApiGateway\x82\xd3\xe4\x93\x02\x31\x32,/apigateways/v1/apigateways/{api_gateway_id}:\x01*\x12\xd6\x01\n\x06\x44\x65lete\x12>.yandex.cloud.serverless.apigateway.v1.DeleteApiGatewayRequest\x1a!.yandex.cloud.operation.Operation\"i\xb2\xd2*1\n\x18\x44\x65leteApiGatewayMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02.*,/apigateways/v1/apigateways/{api_gateway_id}\x12\xd8\x01\n\tAddDomain\x12\x37.yandex.cloud.serverless.apigateway.v1.AddDomainRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2**\n\x11\x41\x64\x64\x44omainMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;\"6/apigateways/v1/apigateways/{api_gateway_id}:addDomain:\x01*\x12\xe4\x01\n\x0cRemoveDomain\x12:.yandex.cloud.serverless.apigateway.v1.RemoveDomainRequest\x1a!.yandex.cloud.operation.Operation\"u\xb2\xd2*-\n\x14RemoveDomainMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02>\"9/apigateways/v1/apigateways/{api_gateway_id}:removeDomain:\x01*\x12\xc8\x01\n\x0eGetOpenapiSpec\x12<.yandex.cloud.serverless.apigateway.v1.GetOpenapiSpecRequest\x1a=.yandex.cloud.serverless.apigateway.v1.GetOpenapiSpecResponse\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/apigateways/v1/apigateways/{api_gateway_id}:spec\x12\xce\x01\n\x0eListOperations\x12<.yandex.cloud.serverless.apigateway.v1.ListOperationsRequest\x1a=.yandex.cloud.serverless.apigateway.v1.ListOperationsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/apigateways/v1/apigateways/{api_gateway_id}/operations\x12\xbb\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"D\x82\xd3\xe4\x93\x02>\x12</apigateways/v1/apigateways/{resource_id}:listAccessBindings\x12\xeb\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x83\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02@\";/apigateways/v1/apigateways/{resource_id}:setAccessBindings:\x01*\x12\xf7\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x89\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x43\x32>/apigateways/v1/apigateways/{resource_id}:updateAccessBindings:\x01*B\x81\x01\n)yandex.cloud.api.serverless.apigateway.v1ZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/apigateway/v1;apigatewayb\x06proto3')
|
|
36
36
|
|
|
37
37
|
_globals = globals()
|
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -59,7 +59,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
59
59
|
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
60
60
|
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\017[-_./\\@0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\034\022\024[a-z][-_./\\@0-9a-z]*\032\0041-63'
|
|
61
61
|
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._loaded_options = None
|
|
62
|
-
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._serialized_options = b'\372\3071\
|
|
62
|
+
_globals['_CREATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._serialized_options = b'\372\3071\0070s-600s'
|
|
63
63
|
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._loaded_options = None
|
|
64
64
|
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
65
65
|
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._loaded_options = None
|
|
@@ -75,7 +75,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
75
75
|
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
76
76
|
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\017[-_./\\@0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\034\022\024[a-z][-_./\\@0-9a-z]*\032\0041-63'
|
|
77
77
|
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._loaded_options = None
|
|
78
|
-
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._serialized_options = b'\372\3071\
|
|
78
|
+
_globals['_UPDATEAPIGATEWAYREQUEST'].fields_by_name['execution_timeout']._serialized_options = b'\372\3071\0070s-600s'
|
|
79
79
|
_globals['_DELETEAPIGATEWAYREQUEST'].fields_by_name['api_gateway_id']._loaded_options = None
|
|
80
80
|
_globals['_DELETEAPIGATEWAYREQUEST'].fields_by_name['api_gateway_id']._serialized_options = b'\350\3071\001'
|
|
81
81
|
_globals['_ADDDOMAINREQUEST'].fields_by_name['api_gateway_id']._loaded_options = None
|
|
@@ -125,43 +125,43 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
125
125
|
_globals['_LISTAPIGATEWAYRESPONSE']._serialized_start=555
|
|
126
126
|
_globals['_LISTAPIGATEWAYRESPONSE']._serialized_end=677
|
|
127
127
|
_globals['_CREATEAPIGATEWAYREQUEST']._serialized_start=680
|
|
128
|
-
_globals['_CREATEAPIGATEWAYREQUEST']._serialized_end=
|
|
129
|
-
_globals['_CREATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_start=
|
|
130
|
-
_globals['_CREATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_end=
|
|
131
|
-
_globals['_CREATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_start=
|
|
132
|
-
_globals['_CREATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_end=
|
|
133
|
-
_globals['_UPDATEAPIGATEWAYREQUEST']._serialized_start=
|
|
134
|
-
_globals['_UPDATEAPIGATEWAYREQUEST']._serialized_end=
|
|
135
|
-
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_start=
|
|
136
|
-
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_end=
|
|
137
|
-
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_start=
|
|
138
|
-
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_end=
|
|
139
|
-
_globals['_DELETEAPIGATEWAYREQUEST']._serialized_start=
|
|
140
|
-
_globals['_DELETEAPIGATEWAYREQUEST']._serialized_end=
|
|
141
|
-
_globals['_ADDDOMAINREQUEST']._serialized_start=
|
|
142
|
-
_globals['_ADDDOMAINREQUEST']._serialized_end=
|
|
143
|
-
_globals['_REMOVEDOMAINREQUEST']._serialized_start=
|
|
144
|
-
_globals['_REMOVEDOMAINREQUEST']._serialized_end=
|
|
145
|
-
_globals['_CREATEAPIGATEWAYMETADATA']._serialized_start=
|
|
146
|
-
_globals['_CREATEAPIGATEWAYMETADATA']._serialized_end=
|
|
147
|
-
_globals['_UPDATEAPIGATEWAYMETADATA']._serialized_start=
|
|
148
|
-
_globals['_UPDATEAPIGATEWAYMETADATA']._serialized_end=
|
|
149
|
-
_globals['_DELETEAPIGATEWAYMETADATA']._serialized_start=
|
|
150
|
-
_globals['_DELETEAPIGATEWAYMETADATA']._serialized_end=
|
|
151
|
-
_globals['_ADDDOMAINMETADATA']._serialized_start=
|
|
152
|
-
_globals['_ADDDOMAINMETADATA']._serialized_end=
|
|
153
|
-
_globals['_REMOVEDOMAINMETADATA']._serialized_start=
|
|
154
|
-
_globals['_REMOVEDOMAINMETADATA']._serialized_end=
|
|
155
|
-
_globals['_LISTOPERATIONSREQUEST']._serialized_start=
|
|
156
|
-
_globals['_LISTOPERATIONSREQUEST']._serialized_end=
|
|
157
|
-
_globals['_LISTOPERATIONSRESPONSE']._serialized_start=
|
|
158
|
-
_globals['_LISTOPERATIONSRESPONSE']._serialized_end=
|
|
159
|
-
_globals['_GETOPENAPISPECREQUEST']._serialized_start=
|
|
160
|
-
_globals['_GETOPENAPISPECREQUEST']._serialized_end=
|
|
161
|
-
_globals['_GETOPENAPISPECREQUEST_FORMAT']._serialized_start=
|
|
162
|
-
_globals['_GETOPENAPISPECREQUEST_FORMAT']._serialized_end=
|
|
163
|
-
_globals['_GETOPENAPISPECRESPONSE']._serialized_start=
|
|
164
|
-
_globals['_GETOPENAPISPECRESPONSE']._serialized_end=
|
|
165
|
-
_globals['_APIGATEWAYSERVICE']._serialized_start=
|
|
166
|
-
_globals['_APIGATEWAYSERVICE']._serialized_end=
|
|
128
|
+
_globals['_CREATEAPIGATEWAYREQUEST']._serialized_end=1540
|
|
129
|
+
_globals['_CREATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_start=1377
|
|
130
|
+
_globals['_CREATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_end=1422
|
|
131
|
+
_globals['_CREATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_start=1424
|
|
132
|
+
_globals['_CREATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_end=1526
|
|
133
|
+
_globals['_UPDATEAPIGATEWAYREQUEST']._serialized_start=1543
|
|
134
|
+
_globals['_UPDATEAPIGATEWAYREQUEST']._serialized_end=2457
|
|
135
|
+
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_start=1377
|
|
136
|
+
_globals['_UPDATEAPIGATEWAYREQUEST_LABELSENTRY']._serialized_end=1422
|
|
137
|
+
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_start=1424
|
|
138
|
+
_globals['_UPDATEAPIGATEWAYREQUEST_VARIABLESENTRY']._serialized_end=1526
|
|
139
|
+
_globals['_DELETEAPIGATEWAYREQUEST']._serialized_start=2459
|
|
140
|
+
_globals['_DELETEAPIGATEWAYREQUEST']._serialized_end=2514
|
|
141
|
+
_globals['_ADDDOMAINREQUEST']._serialized_start=2516
|
|
142
|
+
_globals['_ADDDOMAINREQUEST']._serialized_end=2615
|
|
143
|
+
_globals['_REMOVEDOMAINREQUEST']._serialized_start=2617
|
|
144
|
+
_globals['_REMOVEDOMAINREQUEST']._serialized_end=2693
|
|
145
|
+
_globals['_CREATEAPIGATEWAYMETADATA']._serialized_start=2695
|
|
146
|
+
_globals['_CREATEAPIGATEWAYMETADATA']._serialized_end=2745
|
|
147
|
+
_globals['_UPDATEAPIGATEWAYMETADATA']._serialized_start=2747
|
|
148
|
+
_globals['_UPDATEAPIGATEWAYMETADATA']._serialized_end=2797
|
|
149
|
+
_globals['_DELETEAPIGATEWAYMETADATA']._serialized_start=2799
|
|
150
|
+
_globals['_DELETEAPIGATEWAYMETADATA']._serialized_end=2849
|
|
151
|
+
_globals['_ADDDOMAINMETADATA']._serialized_start=2851
|
|
152
|
+
_globals['_ADDDOMAINMETADATA']._serialized_end=2958
|
|
153
|
+
_globals['_REMOVEDOMAINMETADATA']._serialized_start=2960
|
|
154
|
+
_globals['_REMOVEDOMAINMETADATA']._serialized_end=3025
|
|
155
|
+
_globals['_LISTOPERATIONSREQUEST']._serialized_start=3028
|
|
156
|
+
_globals['_LISTOPERATIONSREQUEST']._serialized_end=3171
|
|
157
|
+
_globals['_LISTOPERATIONSRESPONSE']._serialized_start=3173
|
|
158
|
+
_globals['_LISTOPERATIONSRESPONSE']._serialized_end=3277
|
|
159
|
+
_globals['_GETOPENAPISPECREQUEST']._serialized_start=3280
|
|
160
|
+
_globals['_GETOPENAPISPECREQUEST']._serialized_end=3472
|
|
161
|
+
_globals['_GETOPENAPISPECREQUEST_FORMAT']._serialized_start=3420
|
|
162
|
+
_globals['_GETOPENAPISPECREQUEST_FORMAT']._serialized_end=3472
|
|
163
|
+
_globals['_GETOPENAPISPECRESPONSE']._serialized_start=3474
|
|
164
|
+
_globals['_GETOPENAPISPECRESPONSE']._serialized_end=3544
|
|
165
|
+
_globals['_APIGATEWAYSERVICE']._serialized_start=3547
|
|
166
|
+
_globals['_APIGATEWAYSERVICE']._serialized_end=6069
|
|
167
167
|
# @@protoc_insertion_point(module_scope)
|