yandexcloud 0.340.0__py3-none-any.whl → 0.341.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/searchindex/common_pb2.py +9 -3
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +46 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +8 -6
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +26 -3
- yandex/cloud/ai/batch_inference/__init__.py +0 -0
- yandex/cloud/ai/batch_inference/v1/__init__.py +0 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2.py +67 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2.pyi +195 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2_grpc.py +230 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2_grpc.pyi +104 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.py +45 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.pyi +119 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2_grpc.py +24 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/batch_inference/v1/inference_options_pb2.py +52 -0
- yandex/cloud/ai/batch_inference/v1/inference_options_pb2.pyi +126 -0
- yandex/cloud/ai/batch_inference/v1/inference_options_pb2_grpc.py +24 -0
- yandex/cloud/ai/batch_inference/v1/inference_options_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.py +8 -8
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +15 -7
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.py +2 -2
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.pyi +6 -6
- yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
- yandex/cloud/ai/stt/v3/stt_pb2.pyi +16 -0
- yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +1 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +8 -4
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +16 -4
- yandex/cloud/ai/vision/v1/vision_service_pb2.pyi +1 -1
- yandex/cloud/billing/v1/budget_pb2.pyi +4 -4
- yandex/cloud/cdn/v1/shielding_pb2.py +37 -0
- yandex/cloud/cdn/v1/shielding_pb2.pyi +41 -0
- yandex/cloud/cdn/v1/shielding_pb2_grpc.py +24 -0
- yandex/cloud/cdn/v1/shielding_pb2_grpc.pyi +17 -0
- yandex/cloud/cdn/v1/shielding_service_pb2.py +89 -0
- yandex/cloud/cdn/v1/shielding_service_pb2.pyi +201 -0
- yandex/cloud/cdn/v1/shielding_service_pb2_grpc.py +281 -0
- yandex/cloud/cdn/v1/shielding_service_pb2_grpc.pyi +141 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +6 -8
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +40 -24
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +72 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +90 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +52 -0
- yandex/cloud/compute/v1/instancegroup/instance_group_pb2.pyi +1 -1
- yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.py +4 -4
- yandex/cloud/dataproc/v1/cluster_pb2.py +10 -10
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/k8s/v1/cluster_service_pb2.py +80 -73
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/kms/v1/symmetric_key_service_pb2.py +50 -48
- yandex/cloud/logging/v1/log_entry_pb2.py +12 -12
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2.py +46 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2.pyi +53 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2_grpc.py +24 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2.py +106 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2.pyi +248 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2_grpc.py +315 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2_grpc.pyi +131 -0
- yandex/cloud/mdb/clickhouse/v1/extension_pb2.py +44 -0
- yandex/cloud/mdb/clickhouse/v1/extension_pb2.pyi +59 -0
- yandex/cloud/mdb/clickhouse/v1/extension_pb2_grpc.py +24 -0
- yandex/cloud/mdb/clickhouse/v1/extension_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/clickhouse/v1/extension_service_pb2.py +60 -0
- yandex/cloud/mdb/clickhouse/v1/extension_service_pb2.pyi +72 -0
- yandex/cloud/mdb/clickhouse/v1/extension_service_pb2_grpc.py +141 -0
- yandex/cloud/mdb/clickhouse/v1/extension_service_pb2_grpc.pyi +59 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +59 -43
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +67 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +44 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/mdb/greenplum/v1/user_pb2.py +44 -0
- yandex/cloud/mdb/greenplum/v1/user_pb2.pyi +35 -0
- yandex/cloud/mdb/greenplum/v1/user_pb2_grpc.py +24 -0
- yandex/cloud/mdb/greenplum/v1/user_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/greenplum/v1/user_service_pb2.py +101 -0
- yandex/cloud/mdb/greenplum/v1/user_service_pb2.pyi +187 -0
- yandex/cloud/mdb/greenplum/v1/user_service_pb2_grpc.py +231 -0
- yandex/cloud/mdb/greenplum/v1/user_service_pb2_grpc.pyi +105 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.py +4 -4
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +4 -0
- yandex/cloud/mdb/opensearch/v1/extension/__init__.py +0 -0
- yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2.py +37 -0
- yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2.pyi +34 -0
- yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2_grpc.py +24 -0
- yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/opensearch/v1/extension_pb2.py +47 -0
- yandex/cloud/mdb/opensearch/v1/extension_pb2.pyi +77 -0
- yandex/cloud/mdb/opensearch/v1/extension_pb2_grpc.py +24 -0
- yandex/cloud/mdb/opensearch/v1/extension_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/opensearch/v1/extension_service_pb2.py +104 -0
- yandex/cloud/mdb/opensearch/v1/extension_service_pb2.pyi +215 -0
- yandex/cloud/mdb/opensearch/v1/extension_service_pb2_grpc.py +276 -0
- yandex/cloud/mdb/opensearch/v1/extension_service_pb2_grpc.pyi +126 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +120 -120
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/monitoring/v3/timeline_pb2.py +2 -2
- yandex/cloud/monitoring/v3/timeline_pb2.pyi +4 -2
- yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +1 -1
- yandex/cloud/video/v1/channel_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/episode_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/playlist_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/stream_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/video_service_pb2.pyi +5 -2
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.341.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.341.0.dist-info}/RECORD +112 -53
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.341.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.341.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.341.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.341.0.dist-info}/top_level.txt +0 -0
|
@@ -33,7 +33,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
33
33
|
from yandex.cloud.kms.v1 import symmetric_key_pb2 as yandex_dot_cloud_dot_kms_dot_v1_dot_symmetric__key__pb2
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/kms/v1/symmetric_key_service.proto\x12\x13yandex.cloud.kms.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a\'yandex/cloud/kms/v1/symmetric_key.proto\"\
|
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/kms/v1/symmetric_key_service.proto\x12\x13yandex.cloud.kms.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a\'yandex/cloud/kms/v1/symmetric_key.proto\"\xca\x03\n\x19\x43reateSymmetricKeyRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\x04name\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x87\x01\n\x06labels\x18\x04 \x03(\x0b\x32:.yandex.cloud.kms.v1.CreateSymmetricKeyRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12H\n\x11\x64\x65\x66\x61ult_algorithm\x18\x05 \x01(\x0e\x32\'.yandex.cloud.kms.v1.SymmetricAlgorithmB\x04\xe8\xc7\x31\x01\x12\x32\n\x0frotation_period\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1b\n\x13\x64\x65letion_protection\x18\x07 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"H\n\x1a\x43reateSymmetricKeyMetadata\x12\x0e\n\x06key_id\x18\x01 \x01(\t\x12\x1a\n\x12primary_version_id\x18\x02 \x01(\t\"6\n\x16GetSymmetricKeyRequest\x12\x1c\n\x06key_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"y\n\x18ListSymmetricKeysRequest\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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"e\n\x19ListSymmetricKeysResponse\x12/\n\x04keys\x18\x01 \x03(\x0b\x32!.yandex.cloud.kms.v1.SymmetricKey\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"}\n\x1fListSymmetricKeyVersionsRequest\x12\x1c\n\x06key_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\"{\n ListSymmetricKeyVersionsResponse\x12>\n\x0ckey_versions\x18\x01 \x03(\x0b\x32(.yandex.cloud.kms.v1.SymmetricKeyVersion\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb2\x04\n\x19UpdateSymmetricKeyRequest\x12\x1c\n\x06key_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x17\n\x04name\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x38\n\x06status\x18\x05 \x01(\x0e\x32(.yandex.cloud.kms.v1.SymmetricKey.Status\x12\x87\x01\n\x06labels\x18\x06 \x03(\x0b\x32:.yandex.cloud.kms.v1.UpdateSymmetricKeyRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12\x42\n\x11\x64\x65\x66\x61ult_algorithm\x18\x07 \x01(\x0e\x32\'.yandex.cloud.kms.v1.SymmetricAlgorithm\x12\x32\n\x0frotation_period\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1b\n\x13\x64\x65letion_protection\x18\t \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\",\n\x1aUpdateSymmetricKeyMetadata\x12\x0e\n\x06key_id\x18\x01 \x01(\t\"9\n\x19\x44\x65leteSymmetricKeyRequest\x12\x1c\n\x06key_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\",\n\x1a\x44\x65leteSymmetricKeyMetadata\x12\x0e\n\x06key_id\x18\x01 \x01(\t\"f\n$SetPrimarySymmetricKeyVersionRequest\x12\x1c\n\x06key_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\nversion_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"K\n%SetPrimarySymmetricKeyVersionMetadata\x12\x0e\n\x06key_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"9\n\x19RotateSymmetricKeyRequest\x12\x1c\n\x06key_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"L\n\x1aRotateSymmetricKeyMetadata\x12\x0e\n\x06key_id\x18\x01 \x01(\t\x12\x1e\n\x16new_primary_version_id\x18\x02 \x01(\t\"\xa2\x01\n-ScheduleSymmetricKeyVersionDestructionRequest\x12\x1c\n\x06key_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\nversion_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\x0epending_period\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"\x84\x01\n.ScheduleSymmetricKeyVersionDestructionMetadata\x12\x0e\n\x06key_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12.\n\ndestroy_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"m\n+CancelSymmetricKeyVersionDestructionRequest\x12\x1c\n\x06key_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\nversion_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"R\n,CancelSymmetricKeyVersionDestructionMetadata\x12\x0e\n\x06key_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"\x7f\n!ListSymmetricKeyOperationsRequest\x12\x1c\n\x06key_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\"t\n\"ListSymmetricKeyOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xf6\x14\n\x13SymmetricKeyService\x12\xa2\x01\n\x06\x43reate\x12..yandex.cloud.kms.v1.CreateSymmetricKeyRequest\x1a!.yandex.cloud.operation.Operation\"E\xb2\xd2**\n\x1a\x43reateSymmetricKeyMetadata\x12\x0cSymmetricKey\x82\xd3\xe4\x93\x02\x11\"\x0c/kms/v1/keys:\x01*\x12t\n\x03Get\x12+.yandex.cloud.kms.v1.GetSymmetricKeyRequest\x1a!.yandex.cloud.kms.v1.SymmetricKey\"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/kms/v1/keys/{key_id}\x12{\n\x04List\x12-.yandex.cloud.kms.v1.ListSymmetricKeysRequest\x1a..yandex.cloud.kms.v1.ListSymmetricKeysResponse\"\x14\x82\xd3\xe4\x93\x02\x0e\x12\x0c/kms/v1/keys\x12\xa3\x01\n\x0cListVersions\x12\x34.yandex.cloud.kms.v1.ListSymmetricKeyVersionsRequest\x1a\x35.yandex.cloud.kms.v1.ListSymmetricKeyVersionsResponse\"&\x82\xd3\xe4\x93\x02 \x12\x1e/kms/v1/keys/{key_id}/versions\x12\xab\x01\n\x06Update\x12..yandex.cloud.kms.v1.UpdateSymmetricKeyRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2**\n\x1aUpdateSymmetricKeyMetadata\x12\x0cSymmetricKey\x82\xd3\xe4\x93\x02\x1a\x32\x15/kms/v1/keys/{key_id}:\x01*\x12\xa8\x01\n\x06\x44\x65lete\x12..yandex.cloud.kms.v1.DeleteSymmetricKeyRequest\x1a!.yandex.cloud.operation.Operation\"K\xb2\xd2**\n\x1a\x44\x65leteSymmetricKeyMetadata\x12\x0cSymmetricKey\x82\xd3\xe4\x93\x02\x17*\x15/kms/v1/keys/{key_id}\x12\xde\x01\n\x11SetPrimaryVersion\x12\x39.yandex.cloud.kms.v1.SetPrimarySymmetricKeyVersionRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2*5\n%SetPrimarySymmetricKeyVersionMetadata\x12\x0cSymmetricKey\x82\xd3\xe4\x93\x02,\"\'/kms/v1/keys/{key_id}:setPrimaryVersion:\x01*\x12\x8a\x02\n\x1aScheduleVersionDestruction\x12\x42.yandex.cloud.kms.v1.ScheduleSymmetricKeyVersionDestructionRequest\x1a!.yandex.cloud.operation.Operation\"\x84\x01\xb2\xd2*E\n.ScheduleSymmetricKeyVersionDestructionMetadata\x12\x13SymmetricKeyVersion\x82\xd3\xe4\x93\x02\x35\"0/kms/v1/keys/{key_id}:scheduleVersionDestruction:\x01*\x12\x82\x02\n\x18\x43\x61ncelVersionDestruction\x12@.yandex.cloud.kms.v1.CancelSymmetricKeyVersionDestructionRequest\x1a!.yandex.cloud.operation.Operation\"\x80\x01\xb2\xd2*C\n,CancelSymmetricKeyVersionDestructionMetadata\x12\x13SymmetricKeyVersion\x82\xd3\xe4\x93\x02\x33\"./kms/v1/keys/{key_id}:cancelVersionDestruction:\x01*\x12\xaf\x01\n\x06Rotate\x12..yandex.cloud.kms.v1.RotateSymmetricKeyRequest\x1a!.yandex.cloud.operation.Operation\"R\xb2\xd2**\n\x1aRotateSymmetricKeyMetadata\x12\x0cSymmetricKey\x82\xd3\xe4\x93\x02\x1e\"\x1c/kms/v1/keys/{key_id}:rotate\x12\xab\x01\n\x0eListOperations\x12\x36.yandex.cloud.kms.v1.ListSymmetricKeyOperationsRequest\x1a\x37.yandex.cloud.kms.v1.ListSymmetricKeyOperationsResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /kms/v1/keys/{key_id}/operations\x12\xac\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"5\x82\xd3\xe4\x93\x02/\x12-/kms/v1/keys/{resource_id}:listAccessBindings\x12\xdb\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"t\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x31\",/kms/v1/keys/{resource_id}:setAccessBindings:\x01*\x12\xe7\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"z\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x34\"//kms/v1/keys/{resource_id}:updateAccessBindings:\x01*BV\n\x17yandex.cloud.api.kms.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/kms/v1;kmsb\x06proto3')
|
|
37
37
|
|
|
38
38
|
_globals = globals()
|
|
39
39
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -51,6 +51,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
51
51
|
_globals['_CREATESYMMETRICKEYREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
|
|
52
52
|
_globals['_CREATESYMMETRICKEYREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
53
53
|
_globals['_CREATESYMMETRICKEYREQUEST'].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\004<=63'
|
|
54
|
+
_globals['_CREATESYMMETRICKEYREQUEST'].fields_by_name['default_algorithm']._loaded_options = None
|
|
55
|
+
_globals['_CREATESYMMETRICKEYREQUEST'].fields_by_name['default_algorithm']._serialized_options = b'\350\3071\001'
|
|
54
56
|
_globals['_GETSYMMETRICKEYREQUEST'].fields_by_name['key_id']._loaded_options = None
|
|
55
57
|
_globals['_GETSYMMETRICKEYREQUEST'].fields_by_name['key_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
56
58
|
_globals['_LISTSYMMETRICKEYSREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
@@ -128,51 +130,51 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
128
130
|
_globals['_SYMMETRICKEYSERVICE'].methods_by_name['UpdateAccessBindings']._loaded_options = None
|
|
129
131
|
_globals['_SYMMETRICKEYSERVICE'].methods_by_name['UpdateAccessBindings']._serialized_options = b'\262\322*<\n#access.UpdateAccessBindingsMetadata\022\025google.protobuf.Empty\202\323\344\223\0024\"//kms/v1/keys/{resource_id}:updateAccessBindings:\001*'
|
|
130
132
|
_globals['_CREATESYMMETRICKEYREQUEST']._serialized_start=382
|
|
131
|
-
_globals['_CREATESYMMETRICKEYREQUEST']._serialized_end=
|
|
132
|
-
_globals['_CREATESYMMETRICKEYREQUEST_LABELSENTRY']._serialized_start=
|
|
133
|
-
_globals['_CREATESYMMETRICKEYREQUEST_LABELSENTRY']._serialized_end=
|
|
134
|
-
_globals['_CREATESYMMETRICKEYMETADATA']._serialized_start=
|
|
135
|
-
_globals['_CREATESYMMETRICKEYMETADATA']._serialized_end=
|
|
136
|
-
_globals['_GETSYMMETRICKEYREQUEST']._serialized_start=
|
|
137
|
-
_globals['_GETSYMMETRICKEYREQUEST']._serialized_end=
|
|
138
|
-
_globals['_LISTSYMMETRICKEYSREQUEST']._serialized_start=
|
|
139
|
-
_globals['_LISTSYMMETRICKEYSREQUEST']._serialized_end=
|
|
140
|
-
_globals['_LISTSYMMETRICKEYSRESPONSE']._serialized_start=
|
|
141
|
-
_globals['_LISTSYMMETRICKEYSRESPONSE']._serialized_end=
|
|
142
|
-
_globals['_LISTSYMMETRICKEYVERSIONSREQUEST']._serialized_start=
|
|
143
|
-
_globals['_LISTSYMMETRICKEYVERSIONSREQUEST']._serialized_end=
|
|
144
|
-
_globals['_LISTSYMMETRICKEYVERSIONSRESPONSE']._serialized_start=
|
|
145
|
-
_globals['_LISTSYMMETRICKEYVERSIONSRESPONSE']._serialized_end=
|
|
146
|
-
_globals['_UPDATESYMMETRICKEYREQUEST']._serialized_start=
|
|
147
|
-
_globals['_UPDATESYMMETRICKEYREQUEST']._serialized_end=
|
|
148
|
-
_globals['_UPDATESYMMETRICKEYREQUEST_LABELSENTRY']._serialized_start=
|
|
149
|
-
_globals['_UPDATESYMMETRICKEYREQUEST_LABELSENTRY']._serialized_end=
|
|
150
|
-
_globals['_UPDATESYMMETRICKEYMETADATA']._serialized_start=
|
|
151
|
-
_globals['_UPDATESYMMETRICKEYMETADATA']._serialized_end=
|
|
152
|
-
_globals['_DELETESYMMETRICKEYREQUEST']._serialized_start=
|
|
153
|
-
_globals['_DELETESYMMETRICKEYREQUEST']._serialized_end=
|
|
154
|
-
_globals['_DELETESYMMETRICKEYMETADATA']._serialized_start=
|
|
155
|
-
_globals['_DELETESYMMETRICKEYMETADATA']._serialized_end=
|
|
156
|
-
_globals['_SETPRIMARYSYMMETRICKEYVERSIONREQUEST']._serialized_start=
|
|
157
|
-
_globals['_SETPRIMARYSYMMETRICKEYVERSIONREQUEST']._serialized_end=
|
|
158
|
-
_globals['_SETPRIMARYSYMMETRICKEYVERSIONMETADATA']._serialized_start=
|
|
159
|
-
_globals['_SETPRIMARYSYMMETRICKEYVERSIONMETADATA']._serialized_end=
|
|
160
|
-
_globals['_ROTATESYMMETRICKEYREQUEST']._serialized_start=
|
|
161
|
-
_globals['_ROTATESYMMETRICKEYREQUEST']._serialized_end=
|
|
162
|
-
_globals['_ROTATESYMMETRICKEYMETADATA']._serialized_start=
|
|
163
|
-
_globals['_ROTATESYMMETRICKEYMETADATA']._serialized_end=
|
|
164
|
-
_globals['_SCHEDULESYMMETRICKEYVERSIONDESTRUCTIONREQUEST']._serialized_start=
|
|
165
|
-
_globals['_SCHEDULESYMMETRICKEYVERSIONDESTRUCTIONREQUEST']._serialized_end=
|
|
166
|
-
_globals['_SCHEDULESYMMETRICKEYVERSIONDESTRUCTIONMETADATA']._serialized_start=
|
|
167
|
-
_globals['_SCHEDULESYMMETRICKEYVERSIONDESTRUCTIONMETADATA']._serialized_end=
|
|
168
|
-
_globals['_CANCELSYMMETRICKEYVERSIONDESTRUCTIONREQUEST']._serialized_start=
|
|
169
|
-
_globals['_CANCELSYMMETRICKEYVERSIONDESTRUCTIONREQUEST']._serialized_end=
|
|
170
|
-
_globals['_CANCELSYMMETRICKEYVERSIONDESTRUCTIONMETADATA']._serialized_start=
|
|
171
|
-
_globals['_CANCELSYMMETRICKEYVERSIONDESTRUCTIONMETADATA']._serialized_end=
|
|
172
|
-
_globals['_LISTSYMMETRICKEYOPERATIONSREQUEST']._serialized_start=
|
|
173
|
-
_globals['_LISTSYMMETRICKEYOPERATIONSREQUEST']._serialized_end=
|
|
174
|
-
_globals['_LISTSYMMETRICKEYOPERATIONSRESPONSE']._serialized_start=
|
|
175
|
-
_globals['_LISTSYMMETRICKEYOPERATIONSRESPONSE']._serialized_end=
|
|
176
|
-
_globals['_SYMMETRICKEYSERVICE']._serialized_start=
|
|
177
|
-
_globals['_SYMMETRICKEYSERVICE']._serialized_end=
|
|
133
|
+
_globals['_CREATESYMMETRICKEYREQUEST']._serialized_end=840
|
|
134
|
+
_globals['_CREATESYMMETRICKEYREQUEST_LABELSENTRY']._serialized_start=795
|
|
135
|
+
_globals['_CREATESYMMETRICKEYREQUEST_LABELSENTRY']._serialized_end=840
|
|
136
|
+
_globals['_CREATESYMMETRICKEYMETADATA']._serialized_start=842
|
|
137
|
+
_globals['_CREATESYMMETRICKEYMETADATA']._serialized_end=914
|
|
138
|
+
_globals['_GETSYMMETRICKEYREQUEST']._serialized_start=916
|
|
139
|
+
_globals['_GETSYMMETRICKEYREQUEST']._serialized_end=970
|
|
140
|
+
_globals['_LISTSYMMETRICKEYSREQUEST']._serialized_start=972
|
|
141
|
+
_globals['_LISTSYMMETRICKEYSREQUEST']._serialized_end=1093
|
|
142
|
+
_globals['_LISTSYMMETRICKEYSRESPONSE']._serialized_start=1095
|
|
143
|
+
_globals['_LISTSYMMETRICKEYSRESPONSE']._serialized_end=1196
|
|
144
|
+
_globals['_LISTSYMMETRICKEYVERSIONSREQUEST']._serialized_start=1198
|
|
145
|
+
_globals['_LISTSYMMETRICKEYVERSIONSREQUEST']._serialized_end=1323
|
|
146
|
+
_globals['_LISTSYMMETRICKEYVERSIONSRESPONSE']._serialized_start=1325
|
|
147
|
+
_globals['_LISTSYMMETRICKEYVERSIONSRESPONSE']._serialized_end=1448
|
|
148
|
+
_globals['_UPDATESYMMETRICKEYREQUEST']._serialized_start=1451
|
|
149
|
+
_globals['_UPDATESYMMETRICKEYREQUEST']._serialized_end=2013
|
|
150
|
+
_globals['_UPDATESYMMETRICKEYREQUEST_LABELSENTRY']._serialized_start=795
|
|
151
|
+
_globals['_UPDATESYMMETRICKEYREQUEST_LABELSENTRY']._serialized_end=840
|
|
152
|
+
_globals['_UPDATESYMMETRICKEYMETADATA']._serialized_start=2015
|
|
153
|
+
_globals['_UPDATESYMMETRICKEYMETADATA']._serialized_end=2059
|
|
154
|
+
_globals['_DELETESYMMETRICKEYREQUEST']._serialized_start=2061
|
|
155
|
+
_globals['_DELETESYMMETRICKEYREQUEST']._serialized_end=2118
|
|
156
|
+
_globals['_DELETESYMMETRICKEYMETADATA']._serialized_start=2120
|
|
157
|
+
_globals['_DELETESYMMETRICKEYMETADATA']._serialized_end=2164
|
|
158
|
+
_globals['_SETPRIMARYSYMMETRICKEYVERSIONREQUEST']._serialized_start=2166
|
|
159
|
+
_globals['_SETPRIMARYSYMMETRICKEYVERSIONREQUEST']._serialized_end=2268
|
|
160
|
+
_globals['_SETPRIMARYSYMMETRICKEYVERSIONMETADATA']._serialized_start=2270
|
|
161
|
+
_globals['_SETPRIMARYSYMMETRICKEYVERSIONMETADATA']._serialized_end=2345
|
|
162
|
+
_globals['_ROTATESYMMETRICKEYREQUEST']._serialized_start=2347
|
|
163
|
+
_globals['_ROTATESYMMETRICKEYREQUEST']._serialized_end=2404
|
|
164
|
+
_globals['_ROTATESYMMETRICKEYMETADATA']._serialized_start=2406
|
|
165
|
+
_globals['_ROTATESYMMETRICKEYMETADATA']._serialized_end=2482
|
|
166
|
+
_globals['_SCHEDULESYMMETRICKEYVERSIONDESTRUCTIONREQUEST']._serialized_start=2485
|
|
167
|
+
_globals['_SCHEDULESYMMETRICKEYVERSIONDESTRUCTIONREQUEST']._serialized_end=2647
|
|
168
|
+
_globals['_SCHEDULESYMMETRICKEYVERSIONDESTRUCTIONMETADATA']._serialized_start=2650
|
|
169
|
+
_globals['_SCHEDULESYMMETRICKEYVERSIONDESTRUCTIONMETADATA']._serialized_end=2782
|
|
170
|
+
_globals['_CANCELSYMMETRICKEYVERSIONDESTRUCTIONREQUEST']._serialized_start=2784
|
|
171
|
+
_globals['_CANCELSYMMETRICKEYVERSIONDESTRUCTIONREQUEST']._serialized_end=2893
|
|
172
|
+
_globals['_CANCELSYMMETRICKEYVERSIONDESTRUCTIONMETADATA']._serialized_start=2895
|
|
173
|
+
_globals['_CANCELSYMMETRICKEYVERSIONDESTRUCTIONMETADATA']._serialized_end=2977
|
|
174
|
+
_globals['_LISTSYMMETRICKEYOPERATIONSREQUEST']._serialized_start=2979
|
|
175
|
+
_globals['_LISTSYMMETRICKEYOPERATIONSREQUEST']._serialized_end=3106
|
|
176
|
+
_globals['_LISTSYMMETRICKEYOPERATIONSRESPONSE']._serialized_start=3108
|
|
177
|
+
_globals['_LISTSYMMETRICKEYOPERATIONSRESPONSE']._serialized_end=3224
|
|
178
|
+
_globals['_SYMMETRICKEYSERVICE']._serialized_start=3227
|
|
179
|
+
_globals['_SYMMETRICKEYSERVICE']._serialized_end=5905
|
|
178
180
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -28,7 +28,7 @@ from yandex.cloud.logging.v1 import log_resource_pb2 as yandex_dot_cloud_dot_log
|
|
|
28
28
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/logging/v1/log_entry.proto\x12\x17yandex.cloud.logging.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a*yandex/cloud/logging/v1/log_resource.proto\x1a\x1dyandex/cloud/validation.proto\"\xf9\x02\n\x08LogEntry\x12\x0b\n\x03uid\x18\x01 \x01(\t\x12;\n\x08resource\x18\x02 \x01(\x0b\x32).yandex.cloud.logging.v1.LogEntryResource\x12-\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bingested_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08saved_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x05level\x18\x06 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.Level\x12\x0f\n\x07message\x18\x07 \x01(\t\x12-\n\x0cjson_payload\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x1d\n\x0bstream_name\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=63\"\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/logging/v1/log_entry.proto\x12\x17yandex.cloud.logging.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a*yandex/cloud/logging/v1/log_resource.proto\x1a\x1dyandex/cloud/validation.proto\"\xf9\x02\n\x08LogEntry\x12\x0b\n\x03uid\x18\x01 \x01(\t\x12;\n\x08resource\x18\x02 \x01(\x0b\x32).yandex.cloud.logging.v1.LogEntryResource\x12-\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bingested_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08saved_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x05level\x18\x06 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.Level\x12\x0f\n\x07message\x18\x07 \x01(\t\x12-\n\x0cjson_payload\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x1d\n\x0bstream_name\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=63\"\xfa\x01\n\x10IncomingLogEntry\x12\x33\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\x12\x36\n\x05level\x18\x02 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.Level\x12\x1d\n\x07message\x18\x03 \x01(\tB\x0c\xba\xc8\x31\x08<=819200\x12;\n\x0cjson_payload\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructB\x0c\xba\xc8\x31\x08<=819200\x12\x1d\n\x0bstream_name\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=63\"\xab\x01\n\x10LogEntryDefaults\x12\x36\n\x05level\x18\x02 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.Level\x12:\n\x0cjson_payload\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructB\x0b\xba\xc8\x31\x07<=65536\x12\x1d\n\x0bstream_name\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=63J\x04\x08\x03\x10\x04\"\x99\x01\n\x0b\x44\x65stination\x12;\n\x0clog_group_id\x18\x01 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12\x38\n\tfolder_id\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x42\x13\n\x0b\x64\x65stination\x12\x04\xc0\xc1\x31\x01\"\xa2\x01\n\x08LogLevel\x12\x36\n\x05level\x18\x01 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.Level\"^\n\x05Level\x12\x15\n\x11LEVEL_UNSPECIFIED\x10\x00\x12\t\n\x05TRACE\x10\x01\x12\t\n\x05\x44\x45\x42UG\x10\x02\x12\x08\n\x04INFO\x10\x03\x12\x08\n\x04WARN\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\t\n\x05\x46\x41TAL\x10\x06\x42\x62\n\x1byandex.cloud.api.logging.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/logging/v1;loggingb\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -41,9 +41,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
41
41
|
_globals['_INCOMINGLOGENTRY'].fields_by_name['timestamp']._loaded_options = None
|
|
42
42
|
_globals['_INCOMINGLOGENTRY'].fields_by_name['timestamp']._serialized_options = b'\350\3071\001'
|
|
43
43
|
_globals['_INCOMINGLOGENTRY'].fields_by_name['message']._loaded_options = None
|
|
44
|
-
_globals['_INCOMINGLOGENTRY'].fields_by_name['message']._serialized_options = b'\272\3101\
|
|
44
|
+
_globals['_INCOMINGLOGENTRY'].fields_by_name['message']._serialized_options = b'\272\3101\010<=819200'
|
|
45
45
|
_globals['_INCOMINGLOGENTRY'].fields_by_name['json_payload']._loaded_options = None
|
|
46
|
-
_globals['_INCOMINGLOGENTRY'].fields_by_name['json_payload']._serialized_options = b'\272\3101\
|
|
46
|
+
_globals['_INCOMINGLOGENTRY'].fields_by_name['json_payload']._serialized_options = b'\272\3101\010<=819200'
|
|
47
47
|
_globals['_INCOMINGLOGENTRY'].fields_by_name['stream_name']._loaded_options = None
|
|
48
48
|
_globals['_INCOMINGLOGENTRY'].fields_by_name['stream_name']._serialized_options = b'\212\3101\004<=63'
|
|
49
49
|
_globals['_LOGENTRYDEFAULTS'].fields_by_name['json_payload']._loaded_options = None
|
|
@@ -59,13 +59,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
59
59
|
_globals['_LOGENTRY']._serialized_start=207
|
|
60
60
|
_globals['_LOGENTRY']._serialized_end=584
|
|
61
61
|
_globals['_INCOMINGLOGENTRY']._serialized_start=587
|
|
62
|
-
_globals['_INCOMINGLOGENTRY']._serialized_end=
|
|
63
|
-
_globals['_LOGENTRYDEFAULTS']._serialized_start=
|
|
64
|
-
_globals['_LOGENTRYDEFAULTS']._serialized_end=
|
|
65
|
-
_globals['_DESTINATION']._serialized_start=
|
|
66
|
-
_globals['_DESTINATION']._serialized_end=
|
|
67
|
-
_globals['_LOGLEVEL']._serialized_start=
|
|
68
|
-
_globals['_LOGLEVEL']._serialized_end=
|
|
69
|
-
_globals['_LOGLEVEL_LEVEL']._serialized_start=
|
|
70
|
-
_globals['_LOGLEVEL_LEVEL']._serialized_end=
|
|
62
|
+
_globals['_INCOMINGLOGENTRY']._serialized_end=837
|
|
63
|
+
_globals['_LOGENTRYDEFAULTS']._serialized_start=840
|
|
64
|
+
_globals['_LOGENTRYDEFAULTS']._serialized_end=1011
|
|
65
|
+
_globals['_DESTINATION']._serialized_start=1014
|
|
66
|
+
_globals['_DESTINATION']._serialized_end=1167
|
|
67
|
+
_globals['_LOGLEVEL']._serialized_start=1170
|
|
68
|
+
_globals['_LOGLEVEL']._serialized_end=1332
|
|
69
|
+
_globals['_LOGLEVEL_LEVEL']._serialized_start=1238
|
|
70
|
+
_globals['_LOGLEVEL_LEVEL']._serialized_end=1332
|
|
71
71
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/mdb/clickhouse/v1/cluster_extension.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/mdb/clickhouse/v1/cluster_extension.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/mdb/clickhouse/v1/cluster_extension.proto\x12\x1eyandex.cloud.mdb.clickhouse.v1\x1a\x1dyandex/cloud/validation.proto\"g\n\x10\x43lusterExtension\x12\x1a\n\x04name\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=63\x12 \n\ncluster_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\x07version\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\"Y\n\x11\x43lusterExtensions\x12\x44\n\nextensions\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.mdb.clickhouse.v1.ClusterExtensionBs\n\"yandex.cloud.api.mdb.clickhouse.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/clickhouse/v1;clickhouseb\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.mdb.clickhouse.v1.cluster_extension_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\"yandex.cloud.api.mdb.clickhouse.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/clickhouse/v1;clickhouse'
|
|
36
|
+
_globals['_CLUSTEREXTENSION'].fields_by_name['name']._loaded_options = None
|
|
37
|
+
_globals['_CLUSTEREXTENSION'].fields_by_name['name']._serialized_options = b'\350\3071\001\212\3101\004<=63'
|
|
38
|
+
_globals['_CLUSTEREXTENSION'].fields_by_name['cluster_id']._loaded_options = None
|
|
39
|
+
_globals['_CLUSTEREXTENSION'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
40
|
+
_globals['_CLUSTEREXTENSION'].fields_by_name['version']._loaded_options = None
|
|
41
|
+
_globals['_CLUSTEREXTENSION'].fields_by_name['version']._serialized_options = b'\350\3071\001'
|
|
42
|
+
_globals['_CLUSTEREXTENSION']._serialized_start=121
|
|
43
|
+
_globals['_CLUSTEREXTENSION']._serialized_end=224
|
|
44
|
+
_globals['_CLUSTEREXTENSIONS']._serialized_start=226
|
|
45
|
+
_globals['_CLUSTEREXTENSIONS']._serialized_end=315
|
|
46
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.message
|
|
11
|
+
import typing
|
|
12
|
+
|
|
13
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
14
|
+
|
|
15
|
+
@typing.final
|
|
16
|
+
class ClusterExtension(google.protobuf.message.Message):
|
|
17
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
18
|
+
|
|
19
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
20
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
21
|
+
VERSION_FIELD_NUMBER: builtins.int
|
|
22
|
+
name: builtins.str
|
|
23
|
+
"""Required. Extension name."""
|
|
24
|
+
cluster_id: builtins.str
|
|
25
|
+
"""Required. ID of the ClickHouse cluster."""
|
|
26
|
+
version: builtins.str
|
|
27
|
+
"""Required. Extension version."""
|
|
28
|
+
def __init__(
|
|
29
|
+
self,
|
|
30
|
+
*,
|
|
31
|
+
name: builtins.str = ...,
|
|
32
|
+
cluster_id: builtins.str = ...,
|
|
33
|
+
version: builtins.str = ...,
|
|
34
|
+
) -> None: ...
|
|
35
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "name", b"name", "version", b"version"]) -> None: ...
|
|
36
|
+
|
|
37
|
+
global___ClusterExtension = ClusterExtension
|
|
38
|
+
|
|
39
|
+
@typing.final
|
|
40
|
+
class ClusterExtensions(google.protobuf.message.Message):
|
|
41
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
42
|
+
|
|
43
|
+
EXTENSIONS_FIELD_NUMBER: builtins.int
|
|
44
|
+
@property
|
|
45
|
+
def extensions(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___ClusterExtension]: ...
|
|
46
|
+
def __init__(
|
|
47
|
+
self,
|
|
48
|
+
*,
|
|
49
|
+
extensions: collections.abc.Iterable[global___ClusterExtension] | None = ...,
|
|
50
|
+
) -> None: ...
|
|
51
|
+
def ClearField(self, field_name: typing.Literal["extensions", b"extensions"]) -> None: ...
|
|
52
|
+
|
|
53
|
+
global___ClusterExtensions = ClusterExtensions
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/mdb/clickhouse/v1/cluster_extension_service.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/mdb/clickhouse/v1/cluster_extension_service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
27
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
28
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
29
|
+
from yandex.cloud.mdb.clickhouse.v1 import cluster_extension_pb2 as yandex_dot_cloud_dot_mdb_dot_clickhouse_dot_v1_dot_cluster__extension__pb2
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n>yandex/cloud/mdb/clickhouse/v1/cluster_extension_service.proto\x12\x1eyandex.cloud.mdb.clickhouse.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x36yandex/cloud/mdb/clickhouse/v1/cluster_extension.proto\"d\n\x1aGetClusterExtensionRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12$\n\x0e\x65xtension_name\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=63\"~\n\x1cListClusterExtensionsRequest\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\"~\n\x1dListClusterExtensionsResponse\x12\x44\n\nextensions\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.mdb.clickhouse.v1.ClusterExtension\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x8e\x01\n\x1d\x43reateClusterExtensionRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12K\n\x0e\x65xtension_spec\x18\x02 \x01(\x0b\x32-.yandex.cloud.mdb.clickhouse.v1.ExtensionSpecB\x04\xe8\xc7\x31\x01\"L\n\x1e\x43reateClusterExtensionMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65xtension_name\x18\x02 \x01(\t\"g\n\x1d\x44\x65leteClusterExtensionRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12$\n\x0e\x65xtension_name\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=63\"L\n\x1e\x44\x65leteClusterExtensionMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65xtension_name\x18\x02 \x01(\t\"\x8e\x01\n\x1dUpdateClusterExtensionRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12K\n\x0e\x65xtension_spec\x18\x02 \x01(\x0b\x32-.yandex.cloud.mdb.clickhouse.v1.ExtensionSpecB\x04\xe8\xc7\x31\x01\"L\n\x1eUpdateClusterExtensionMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x16\n\x0e\x65xtension_name\x18\x02 \x01(\t\"\x8f\x01\n\x1bSetClusterExtensionsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12N\n\x0f\x65xtension_specs\x18\x02 \x03(\x0b\x32-.yandex.cloud.mdb.clickhouse.v1.ExtensionSpecB\x06\x82\xc8\x31\x02>0\"\x93\x01\n\x1cSetClusterExtensionsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x1d\n\x15\x61\x64\x64\x65\x64_extension_names\x18\x02 \x03(\t\x12\x1f\n\x17updated_extension_names\x18\x03 \x03(\t\x12\x1f\n\x17\x64\x65leted_extension_names\x18\x04 \x03(\t\"<\n\rExtensionSpec\x12\x1a\n\x04name\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=63\x12\x0f\n\x07version\x18\x02 \x01(\t2\xfd\n\n\x17\x43lusterExtensionService\x12\xc5\x01\n\x03Get\x12:.yandex.cloud.mdb.clickhouse.v1.GetClusterExtensionRequest\x1a\x30.yandex.cloud.mdb.clickhouse.v1.ClusterExtension\"P\x82\xd3\xe4\x93\x02J\x12H/managed-clickhouse/v1/clusters/{cluster_id}/extensions/{extension_name}\x12\xc4\x01\n\x04List\x12<.yandex.cloud.mdb.clickhouse.v1.ListClusterExtensionsRequest\x1a=.yandex.cloud.mdb.clickhouse.v1.ListClusterExtensionsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-clickhouse/v1/clusters/{cluster_id}/extensions\x12\xe4\x01\n\x06\x43reate\x12=.yandex.cloud.mdb.clickhouse.v1.CreateClusterExtensionRequest\x1a!.yandex.cloud.operation.Operation\"x\xb2\xd2*2\n\x1e\x43reateClusterExtensionMetadata\x12\x10\x43lusterExtension\x82\xd3\xe4\x93\x02<\"7/managed-clickhouse/v1/clusters/{cluster_id}/extensions:\x01*\x12\xf8\x01\n\x06\x44\x65lete\x12=.yandex.cloud.mdb.clickhouse.v1.DeleteClusterExtensionRequest\x1a!.yandex.cloud.operation.Operation\"\x8b\x01\xb2\xd2*7\n\x1e\x44\x65leteClusterExtensionMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02J*H/managed-clickhouse/v1/clusters/{cluster_id}/extensions/{extension_name}\x12\xfb\x01\n\x06Update\x12=.yandex.cloud.mdb.clickhouse.v1.UpdateClusterExtensionRequest\x1a!.yandex.cloud.operation.Operation\"\x8e\x01\xb2\xd2*2\n\x1eUpdateClusterExtensionMetadata\x12\x10\x43lusterExtension\x82\xd3\xe4\x93\x02R2M/managed-clickhouse/v1/clusters/{cluster_id}/extensions/{extension_spec.name}:\x01*\x12\xf2\x01\n\rSetExtensions\x12;.yandex.cloud.mdb.clickhouse.v1.SetClusterExtensionsRequest\x1a!.yandex.cloud.operation.Operation\"\x80\x01\xb2\xd2*1\n\x1cSetClusterExtensionsMetadata\x12\x11\x43lusterExtensions\x82\xd3\xe4\x93\x02\x45\"@/managed-clickhouse/v1/clusters/{cluster_id}/extensions:batchSet:\x01*Bs\n\"yandex.cloud.api.mdb.clickhouse.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/clickhouse/v1;clickhouseb\x06proto3')
|
|
33
|
+
|
|
34
|
+
_globals = globals()
|
|
35
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
36
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.mdb.clickhouse.v1.cluster_extension_service_pb2', _globals)
|
|
37
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
38
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
39
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\"yandex.cloud.api.mdb.clickhouse.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/clickhouse/v1;clickhouse'
|
|
40
|
+
_globals['_GETCLUSTEREXTENSIONREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
41
|
+
_globals['_GETCLUSTEREXTENSIONREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
42
|
+
_globals['_GETCLUSTEREXTENSIONREQUEST'].fields_by_name['extension_name']._loaded_options = None
|
|
43
|
+
_globals['_GETCLUSTEREXTENSIONREQUEST'].fields_by_name['extension_name']._serialized_options = b'\350\3071\001\212\3101\004<=63'
|
|
44
|
+
_globals['_LISTCLUSTEREXTENSIONSREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
45
|
+
_globals['_LISTCLUSTEREXTENSIONSREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
46
|
+
_globals['_LISTCLUSTEREXTENSIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
47
|
+
_globals['_LISTCLUSTEREXTENSIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
48
|
+
_globals['_LISTCLUSTEREXTENSIONSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
49
|
+
_globals['_LISTCLUSTEREXTENSIONSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
50
|
+
_globals['_CREATECLUSTEREXTENSIONREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
51
|
+
_globals['_CREATECLUSTEREXTENSIONREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
52
|
+
_globals['_CREATECLUSTEREXTENSIONREQUEST'].fields_by_name['extension_spec']._loaded_options = None
|
|
53
|
+
_globals['_CREATECLUSTEREXTENSIONREQUEST'].fields_by_name['extension_spec']._serialized_options = b'\350\3071\001'
|
|
54
|
+
_globals['_DELETECLUSTEREXTENSIONREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
55
|
+
_globals['_DELETECLUSTEREXTENSIONREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
56
|
+
_globals['_DELETECLUSTEREXTENSIONREQUEST'].fields_by_name['extension_name']._loaded_options = None
|
|
57
|
+
_globals['_DELETECLUSTEREXTENSIONREQUEST'].fields_by_name['extension_name']._serialized_options = b'\350\3071\001\212\3101\004<=63'
|
|
58
|
+
_globals['_UPDATECLUSTEREXTENSIONREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
59
|
+
_globals['_UPDATECLUSTEREXTENSIONREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
60
|
+
_globals['_UPDATECLUSTEREXTENSIONREQUEST'].fields_by_name['extension_spec']._loaded_options = None
|
|
61
|
+
_globals['_UPDATECLUSTEREXTENSIONREQUEST'].fields_by_name['extension_spec']._serialized_options = b'\350\3071\001'
|
|
62
|
+
_globals['_SETCLUSTEREXTENSIONSREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
63
|
+
_globals['_SETCLUSTEREXTENSIONSREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
64
|
+
_globals['_SETCLUSTEREXTENSIONSREQUEST'].fields_by_name['extension_specs']._loaded_options = None
|
|
65
|
+
_globals['_SETCLUSTEREXTENSIONSREQUEST'].fields_by_name['extension_specs']._serialized_options = b'\202\3101\002>0'
|
|
66
|
+
_globals['_EXTENSIONSPEC'].fields_by_name['name']._loaded_options = None
|
|
67
|
+
_globals['_EXTENSIONSPEC'].fields_by_name['name']._serialized_options = b'\350\3071\001\212\3101\004<=63'
|
|
68
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
69
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002J\022H/managed-clickhouse/v1/clusters/{cluster_id}/extensions/{extension_name}'
|
|
70
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['List']._loaded_options = None
|
|
71
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\0029\0227/managed-clickhouse/v1/clusters/{cluster_id}/extensions'
|
|
72
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
73
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*2\n\036CreateClusterExtensionMetadata\022\020ClusterExtension\202\323\344\223\002<\"7/managed-clickhouse/v1/clusters/{cluster_id}/extensions:\001*'
|
|
74
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
75
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*7\n\036DeleteClusterExtensionMetadata\022\025google.protobuf.Empty\202\323\344\223\002J*H/managed-clickhouse/v1/clusters/{cluster_id}/extensions/{extension_name}'
|
|
76
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
77
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*2\n\036UpdateClusterExtensionMetadata\022\020ClusterExtension\202\323\344\223\002R2M/managed-clickhouse/v1/clusters/{cluster_id}/extensions/{extension_spec.name}:\001*'
|
|
78
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['SetExtensions']._loaded_options = None
|
|
79
|
+
_globals['_CLUSTEREXTENSIONSERVICE'].methods_by_name['SetExtensions']._serialized_options = b'\262\322*1\n\034SetClusterExtensionsMetadata\022\021ClusterExtensions\202\323\344\223\002E\"@/managed-clickhouse/v1/clusters/{cluster_id}/extensions:batchSet:\001*'
|
|
80
|
+
_globals['_GETCLUSTEREXTENSIONREQUEST']._serialized_start=289
|
|
81
|
+
_globals['_GETCLUSTEREXTENSIONREQUEST']._serialized_end=389
|
|
82
|
+
_globals['_LISTCLUSTEREXTENSIONSREQUEST']._serialized_start=391
|
|
83
|
+
_globals['_LISTCLUSTEREXTENSIONSREQUEST']._serialized_end=517
|
|
84
|
+
_globals['_LISTCLUSTEREXTENSIONSRESPONSE']._serialized_start=519
|
|
85
|
+
_globals['_LISTCLUSTEREXTENSIONSRESPONSE']._serialized_end=645
|
|
86
|
+
_globals['_CREATECLUSTEREXTENSIONREQUEST']._serialized_start=648
|
|
87
|
+
_globals['_CREATECLUSTEREXTENSIONREQUEST']._serialized_end=790
|
|
88
|
+
_globals['_CREATECLUSTEREXTENSIONMETADATA']._serialized_start=792
|
|
89
|
+
_globals['_CREATECLUSTEREXTENSIONMETADATA']._serialized_end=868
|
|
90
|
+
_globals['_DELETECLUSTEREXTENSIONREQUEST']._serialized_start=870
|
|
91
|
+
_globals['_DELETECLUSTEREXTENSIONREQUEST']._serialized_end=973
|
|
92
|
+
_globals['_DELETECLUSTEREXTENSIONMETADATA']._serialized_start=975
|
|
93
|
+
_globals['_DELETECLUSTEREXTENSIONMETADATA']._serialized_end=1051
|
|
94
|
+
_globals['_UPDATECLUSTEREXTENSIONREQUEST']._serialized_start=1054
|
|
95
|
+
_globals['_UPDATECLUSTEREXTENSIONREQUEST']._serialized_end=1196
|
|
96
|
+
_globals['_UPDATECLUSTEREXTENSIONMETADATA']._serialized_start=1198
|
|
97
|
+
_globals['_UPDATECLUSTEREXTENSIONMETADATA']._serialized_end=1274
|
|
98
|
+
_globals['_SETCLUSTEREXTENSIONSREQUEST']._serialized_start=1277
|
|
99
|
+
_globals['_SETCLUSTEREXTENSIONSREQUEST']._serialized_end=1420
|
|
100
|
+
_globals['_SETCLUSTEREXTENSIONSMETADATA']._serialized_start=1423
|
|
101
|
+
_globals['_SETCLUSTEREXTENSIONSMETADATA']._serialized_end=1570
|
|
102
|
+
_globals['_EXTENSIONSPEC']._serialized_start=1572
|
|
103
|
+
_globals['_EXTENSIONSPEC']._serialized_end=1632
|
|
104
|
+
_globals['_CLUSTEREXTENSIONSERVICE']._serialized_start=1635
|
|
105
|
+
_globals['_CLUSTEREXTENSIONSERVICE']._serialized_end=3040
|
|
106
|
+
# @@protoc_insertion_point(module_scope)
|