yandexcloud 0.342.0__py3-none-any.whl → 0.344.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/batch_inference/v1/batch_inference_task_pb2.py +14 -7
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.pyi +75 -2
- yandex/cloud/ai/tts/v3/tts_pb2.py +13 -1
- yandex/cloud/ai/tts/v3/tts_pb2.pyi +171 -0
- yandex/cloud/ai/tts/v3/tts_service_pb2.py +2 -2
- yandex/cloud/ai/tts/v3/tts_service_pb2_grpc.py +44 -0
- yandex/cloud/ai/tts/v3/tts_service_pb2_grpc.pyi +20 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +70 -68
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +10 -2
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.py +28 -9
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.pyi +70 -0
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2_grpc.py +43 -0
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/__init__.py +0 -0
- yandex/cloud/clouddesktop/v1/__init__.py +0 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.py +71 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.pyi +232 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.py +146 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.pyi +443 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2_grpc.py +502 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2_grpc.pyi +242 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2.py +44 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2.pyi +111 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2.py +115 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2.pyi +275 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2_grpc.py +323 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2_grpc.pyi +152 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2.py +65 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2.pyi +208 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2.py +171 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2.pyi +541 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2_grpc.py +589 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2_grpc.pyi +281 -0
- yandex/cloud/clouddesktop/v1/disk_pb2.py +44 -0
- yandex/cloud/clouddesktop/v1/disk_pb2.pyi +61 -0
- yandex/cloud/clouddesktop/v1/disk_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/disk_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +5 -5
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +4 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.py +6 -3
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.pyi +6 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.py +13 -10
- yandex/cloud/mdb/kafka/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +9 -0
- yandex/cloud/metastore/__init__.py +0 -0
- yandex/cloud/metastore/v1/__init__.py +0 -0
- yandex/cloud/metastore/v1/cluster_pb2.py +67 -0
- yandex/cloud/metastore/v1/cluster_pb2.pyi +325 -0
- yandex/cloud/metastore/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/metastore/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/metastore/v1/cluster_service_pb2.py +176 -0
- yandex/cloud/metastore/v1/cluster_service_pb2.pyi +628 -0
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +502 -0
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +247 -0
- yandex/cloud/metastore/v1/maintenance_pb2.py +53 -0
- yandex/cloud/metastore/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/metastore/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/metastore/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/chart_widget_pb2.py +52 -47
- yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +52 -5
- yandex/cloud/monitoring/v3/dashboard_pb2.py +6 -5
- yandex/cloud/monitoring/v3/dashboard_pb2.pyi +8 -1
- yandex/cloud/monitoring/v3/dashboard_service_pb2.py +30 -29
- yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +15 -2
- yandex/cloud/monitoring/v3/link_item_pb2.py +40 -0
- yandex/cloud/monitoring/v3/link_item_pb2.pyi +53 -0
- yandex/cloud/monitoring/v3/link_item_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/link_item_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/link_pb2.py +39 -0
- yandex/cloud/monitoring/v3/link_pb2.pyi +70 -0
- yandex/cloud/monitoring/v3/link_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/link_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.py +60 -55
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.pyi +52 -5
- yandex/cloud/monitoring/v3/thresholds_pb2.py +41 -0
- yandex/cloud/monitoring/v3/thresholds_pb2.pyi +73 -0
- yandex/cloud/monitoring/v3/thresholds_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/thresholds_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/widget_pb2.py +6 -5
- yandex/cloud/monitoring/v3/widget_pb2.pyi +8 -1
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +25 -25
- yandex/cloud/searchapi/v2/img_search_service_pb2.py +63 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2.pyi +240 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.py +100 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.pyi +47 -0
- yandex/cloud/searchapi/v2/search_query_pb2.py +7 -7
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +4 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +8 -10
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +10 -8
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
- yandex/cloud/speechsense/v1/talk_service_pb2.py +39 -31
- yandex/cloud/speechsense/v1/talk_service_pb2.pyi +38 -0
- yandex/cloud/speechsense/v1/talk_service_pb2_grpc.py +46 -0
- yandex/cloud/speechsense/v1/talk_service_pb2_grpc.pyi +27 -0
- yandex/cloud/storage/v1/bucket_service_pb2.py +30 -30
- yandex/cloud/storage/v1/bucket_service_pb2.pyi +26 -4
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/RECORD +109 -49
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/metastore/v1/cluster.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/metastore/v1/cluster.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from yandex.cloud.metastore.v1 import maintenance_pb2 as yandex_dot_cloud_dot_metastore_dot_v1_dot_maintenance__pb2
|
|
26
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
from yandex.cloud.logging.v1 import log_entry_pb2 as yandex_dot_cloud_dot_logging_dot_v1_dot_log__entry__pb2
|
|
28
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/metastore/v1/cluster.proto\x12\x19yandex.cloud.metastore.v1\x1a+yandex/cloud/metastore/v1/maintenance.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a\x1dyandex/cloud/validation.proto\"\x93\t\n\x07\x43luster\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12>\n\x06labels\x18\x06 \x03(\x0b\x32..yandex.cloud.metastore.v1.Cluster.LabelsEntry\x12\x39\n\x06health\x18\x08 \x01(\x0e\x32).yandex.cloud.metastore.v1.Cluster.Health\x12\x39\n\x06status\x18\t \x01(\x0e\x32).yandex.cloud.metastore.v1.Cluster.Status\x12\x16\n\nsubnet_ids\x18\n \x03(\tB\x02\x18\x01\x12\x1c\n\x14min_servers_per_zone\x18\x0b \x01(\x03\x12\x1c\n\x14max_servers_per_zone\x18\x0c \x01(\x03\x12\x18\n\x10servers_per_zone\x18\r \x01(\x03\x12\x1e\n\x12security_group_ids\x18\x0e \x03(\tB\x02\x18\x01\x12\x16\n\x0ehost_group_ids\x18\x0f \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x10 \x01(\x08\x12\x0f\n\x07version\x18\x11 \x01(\t\x12\x12\n\nnetwork_id\x18\x12 \x01(\t\x12\x13\n\x0b\x65ndpoint_ip\x18\x13 \x01(\t\x12@\n\x0e\x63luster_config\x18\x14 \x01(\x0b\x32(.yandex.cloud.metastore.v1.ClusterConfig\x12$\n\x12service_account_id\x18\x15 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x39\n\x07logging\x18\x16 \x01(\x0b\x32(.yandex.cloud.metastore.v1.LoggingConfig\x12\x39\n\x07network\x18\x17 \x01(\x0b\x32(.yandex.cloud.metastore.v1.NetworkConfig\x12H\n\x12maintenance_window\x18\x18 \x01(\x0b\x32,.yandex.cloud.metastore.v1.MaintenanceWindow\x12J\n\x11planned_operation\x18\x19 \x01(\x0b\x32/.yandex.cloud.metastore.v1.MaintenanceOperation\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"?\n\x06Health\x12\x12\n\x0eHEALTH_UNKNOWN\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03\"y\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\x12\x0c\n\x08STOPPING\x10\x05\x12\x0b\n\x07STOPPED\x10\x06\x12\x0c\n\x08STARTING\x10\x07J\x04\x08\x07\x10\x08\"N\n\rClusterConfig\x12\x37\n\tresources\x18\x02 \x01(\x0b\x32$.yandex.cloud.metastore.v1.ResourcesJ\x04\x08\x01\x10\x02\"?\n\rNetworkConfig\x12\x12\n\nsubnet_ids\x18\x01 \x03(\t\x12\x1a\n\x12security_group_ids\x18\x02 \x03(\t\"\'\n\tResources\x12\x1a\n\x12resource_preset_id\x18\x01 \x01(\t\"\xe2\x01\n\rLoggingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12\x38\n\tfolder_id\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12;\n\x0clog_group_id\x18\x03 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12:\n\tmin_level\x18\x04 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.LevelB\r\n\x0b\x64\x65stinationBh\n\x1dyandex.cloud.api.metastore.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/metastore/v1;metastoreb\x06proto3')
|
|
32
|
+
|
|
33
|
+
_globals = globals()
|
|
34
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
35
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.metastore.v1.cluster_pb2', _globals)
|
|
36
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
37
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
38
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\035yandex.cloud.api.metastore.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/metastore/v1;metastore'
|
|
39
|
+
_globals['_CLUSTER_LABELSENTRY']._loaded_options = None
|
|
40
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_options = b'8\001'
|
|
41
|
+
_globals['_CLUSTER'].fields_by_name['subnet_ids']._loaded_options = None
|
|
42
|
+
_globals['_CLUSTER'].fields_by_name['subnet_ids']._serialized_options = b'\030\001'
|
|
43
|
+
_globals['_CLUSTER'].fields_by_name['security_group_ids']._loaded_options = None
|
|
44
|
+
_globals['_CLUSTER'].fields_by_name['security_group_ids']._serialized_options = b'\030\001'
|
|
45
|
+
_globals['_CLUSTER'].fields_by_name['service_account_id']._loaded_options = None
|
|
46
|
+
_globals['_CLUSTER'].fields_by_name['service_account_id']._serialized_options = b'\212\3101\004<=50'
|
|
47
|
+
_globals['_LOGGINGCONFIG'].fields_by_name['folder_id']._loaded_options = None
|
|
48
|
+
_globals['_LOGGINGCONFIG'].fields_by_name['folder_id']._serialized_options = b'\362\3071\037([a-zA-Z][-a-zA-Z0-9_.]{0,63})?'
|
|
49
|
+
_globals['_LOGGINGCONFIG'].fields_by_name['log_group_id']._loaded_options = None
|
|
50
|
+
_globals['_LOGGINGCONFIG'].fields_by_name['log_group_id']._serialized_options = b'\362\3071\037([a-zA-Z][-a-zA-Z0-9_.]{0,63})?'
|
|
51
|
+
_globals['_CLUSTER']._serialized_start=221
|
|
52
|
+
_globals['_CLUSTER']._serialized_end=1392
|
|
53
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_start=1153
|
|
54
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_end=1198
|
|
55
|
+
_globals['_CLUSTER_HEALTH']._serialized_start=1200
|
|
56
|
+
_globals['_CLUSTER_HEALTH']._serialized_end=1263
|
|
57
|
+
_globals['_CLUSTER_STATUS']._serialized_start=1265
|
|
58
|
+
_globals['_CLUSTER_STATUS']._serialized_end=1386
|
|
59
|
+
_globals['_CLUSTERCONFIG']._serialized_start=1394
|
|
60
|
+
_globals['_CLUSTERCONFIG']._serialized_end=1472
|
|
61
|
+
_globals['_NETWORKCONFIG']._serialized_start=1474
|
|
62
|
+
_globals['_NETWORKCONFIG']._serialized_end=1537
|
|
63
|
+
_globals['_RESOURCES']._serialized_start=1539
|
|
64
|
+
_globals['_RESOURCES']._serialized_end=1578
|
|
65
|
+
_globals['_LOGGINGCONFIG']._serialized_start=1581
|
|
66
|
+
_globals['_LOGGINGCONFIG']._serialized_end=1807
|
|
67
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,325 @@
|
|
|
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.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
import yandex.cloud.logging.v1.log_entry_pb2
|
|
16
|
+
import yandex.cloud.metastore.v1.maintenance_pb2
|
|
17
|
+
|
|
18
|
+
if sys.version_info >= (3, 10):
|
|
19
|
+
import typing as typing_extensions
|
|
20
|
+
else:
|
|
21
|
+
import typing_extensions
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
24
|
+
|
|
25
|
+
@typing.final
|
|
26
|
+
class Cluster(google.protobuf.message.Message):
|
|
27
|
+
"""Hive Metastore Cluster."""
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
30
|
+
|
|
31
|
+
class _Health:
|
|
32
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
33
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
34
|
+
|
|
35
|
+
class _HealthEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Cluster._Health.ValueType], builtins.type):
|
|
36
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
37
|
+
HEALTH_UNKNOWN: Cluster._Health.ValueType # 0
|
|
38
|
+
"""State of the cluster is unknown ([Host.health] for every host in the cluster is UNKNOWN)."""
|
|
39
|
+
ALIVE: Cluster._Health.ValueType # 1
|
|
40
|
+
"""Cluster is alive and well ([Host.health] for every host in the cluster is ALIVE)."""
|
|
41
|
+
DEAD: Cluster._Health.ValueType # 2
|
|
42
|
+
"""Cluster is inoperable ([Host.health] for every host in the cluster is DEAD)."""
|
|
43
|
+
DEGRADED: Cluster._Health.ValueType # 3
|
|
44
|
+
"""Cluster is working below capacity ([Host.health] for at least one host in the cluster is not ALIVE)."""
|
|
45
|
+
|
|
46
|
+
class Health(_Health, metaclass=_HealthEnumTypeWrapper): ...
|
|
47
|
+
HEALTH_UNKNOWN: Cluster.Health.ValueType # 0
|
|
48
|
+
"""State of the cluster is unknown ([Host.health] for every host in the cluster is UNKNOWN)."""
|
|
49
|
+
ALIVE: Cluster.Health.ValueType # 1
|
|
50
|
+
"""Cluster is alive and well ([Host.health] for every host in the cluster is ALIVE)."""
|
|
51
|
+
DEAD: Cluster.Health.ValueType # 2
|
|
52
|
+
"""Cluster is inoperable ([Host.health] for every host in the cluster is DEAD)."""
|
|
53
|
+
DEGRADED: Cluster.Health.ValueType # 3
|
|
54
|
+
"""Cluster is working below capacity ([Host.health] for at least one host in the cluster is not ALIVE)."""
|
|
55
|
+
|
|
56
|
+
class _Status:
|
|
57
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
58
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
59
|
+
|
|
60
|
+
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Cluster._Status.ValueType], builtins.type):
|
|
61
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
62
|
+
STATUS_UNKNOWN: Cluster._Status.ValueType # 0
|
|
63
|
+
"""Cluster state is unknown."""
|
|
64
|
+
CREATING: Cluster._Status.ValueType # 1
|
|
65
|
+
"""Cluster is being created."""
|
|
66
|
+
RUNNING: Cluster._Status.ValueType # 2
|
|
67
|
+
"""Cluster is running normally."""
|
|
68
|
+
ERROR: Cluster._Status.ValueType # 3
|
|
69
|
+
"""Cluster encountered a problem and cannot operate."""
|
|
70
|
+
UPDATING: Cluster._Status.ValueType # 4
|
|
71
|
+
"""Cluster is being updated."""
|
|
72
|
+
STOPPING: Cluster._Status.ValueType # 5
|
|
73
|
+
"""Cluster is stopping."""
|
|
74
|
+
STOPPED: Cluster._Status.ValueType # 6
|
|
75
|
+
"""Cluster stopped."""
|
|
76
|
+
STARTING: Cluster._Status.ValueType # 7
|
|
77
|
+
"""Cluster is starting."""
|
|
78
|
+
|
|
79
|
+
class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
|
|
80
|
+
STATUS_UNKNOWN: Cluster.Status.ValueType # 0
|
|
81
|
+
"""Cluster state is unknown."""
|
|
82
|
+
CREATING: Cluster.Status.ValueType # 1
|
|
83
|
+
"""Cluster is being created."""
|
|
84
|
+
RUNNING: Cluster.Status.ValueType # 2
|
|
85
|
+
"""Cluster is running normally."""
|
|
86
|
+
ERROR: Cluster.Status.ValueType # 3
|
|
87
|
+
"""Cluster encountered a problem and cannot operate."""
|
|
88
|
+
UPDATING: Cluster.Status.ValueType # 4
|
|
89
|
+
"""Cluster is being updated."""
|
|
90
|
+
STOPPING: Cluster.Status.ValueType # 5
|
|
91
|
+
"""Cluster is stopping."""
|
|
92
|
+
STOPPED: Cluster.Status.ValueType # 6
|
|
93
|
+
"""Cluster stopped."""
|
|
94
|
+
STARTING: Cluster.Status.ValueType # 7
|
|
95
|
+
"""Cluster is starting."""
|
|
96
|
+
|
|
97
|
+
@typing.final
|
|
98
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
99
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
100
|
+
|
|
101
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
102
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
103
|
+
key: builtins.str
|
|
104
|
+
value: builtins.str
|
|
105
|
+
def __init__(
|
|
106
|
+
self,
|
|
107
|
+
*,
|
|
108
|
+
key: builtins.str = ...,
|
|
109
|
+
value: builtins.str = ...,
|
|
110
|
+
) -> None: ...
|
|
111
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
112
|
+
|
|
113
|
+
ID_FIELD_NUMBER: builtins.int
|
|
114
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
115
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
116
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
117
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
118
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
119
|
+
HEALTH_FIELD_NUMBER: builtins.int
|
|
120
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
121
|
+
SUBNET_IDS_FIELD_NUMBER: builtins.int
|
|
122
|
+
MIN_SERVERS_PER_ZONE_FIELD_NUMBER: builtins.int
|
|
123
|
+
MAX_SERVERS_PER_ZONE_FIELD_NUMBER: builtins.int
|
|
124
|
+
SERVERS_PER_ZONE_FIELD_NUMBER: builtins.int
|
|
125
|
+
SECURITY_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
126
|
+
HOST_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
127
|
+
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
128
|
+
VERSION_FIELD_NUMBER: builtins.int
|
|
129
|
+
NETWORK_ID_FIELD_NUMBER: builtins.int
|
|
130
|
+
ENDPOINT_IP_FIELD_NUMBER: builtins.int
|
|
131
|
+
CLUSTER_CONFIG_FIELD_NUMBER: builtins.int
|
|
132
|
+
SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
|
|
133
|
+
LOGGING_FIELD_NUMBER: builtins.int
|
|
134
|
+
NETWORK_FIELD_NUMBER: builtins.int
|
|
135
|
+
MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
|
|
136
|
+
PLANNED_OPERATION_FIELD_NUMBER: builtins.int
|
|
137
|
+
id: builtins.str
|
|
138
|
+
"""ID of the Metastore cluster.
|
|
139
|
+
This ID is assigned by MDB at creation time.
|
|
140
|
+
"""
|
|
141
|
+
folder_id: builtins.str
|
|
142
|
+
"""ID of the folder that the Metastore cluster belongs to."""
|
|
143
|
+
name: builtins.str
|
|
144
|
+
"""Name of the Metastore cluster.
|
|
145
|
+
The name is unique within the folder. 1-63 characters long.
|
|
146
|
+
"""
|
|
147
|
+
description: builtins.str
|
|
148
|
+
"""Description of the Metastore cluster. 0-256 characters long."""
|
|
149
|
+
health: global___Cluster.Health.ValueType
|
|
150
|
+
"""Aggregated cluster health."""
|
|
151
|
+
status: global___Cluster.Status.ValueType
|
|
152
|
+
"""Current state of the cluster."""
|
|
153
|
+
min_servers_per_zone: builtins.int
|
|
154
|
+
"""Minimum number of metastore servers per zone"""
|
|
155
|
+
max_servers_per_zone: builtins.int
|
|
156
|
+
"""Maximum number of metastore servers per zone"""
|
|
157
|
+
servers_per_zone: builtins.int
|
|
158
|
+
"""Actual number of metastore servers per zone"""
|
|
159
|
+
deletion_protection: builtins.bool
|
|
160
|
+
"""Deletion Protection inhibits deletion of the cluster"""
|
|
161
|
+
version: builtins.str
|
|
162
|
+
"""Metastore server version"""
|
|
163
|
+
network_id: builtins.str
|
|
164
|
+
"""Metastore network"""
|
|
165
|
+
endpoint_ip: builtins.str
|
|
166
|
+
"""IP address of metastore server balancer endpoint"""
|
|
167
|
+
service_account_id: builtins.str
|
|
168
|
+
"""Service account that will be used to access a YC resources"""
|
|
169
|
+
@property
|
|
170
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
171
|
+
"""Creation timestamp in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."""
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
175
|
+
"""Custom labels for the Metastore cluster as `` key:value `` pairs.
|
|
176
|
+
Maximum 64 per resource.
|
|
177
|
+
"""
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
def subnet_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
181
|
+
"""Subnet ids to put metastore servers"""
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
def security_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
185
|
+
"""User security groups"""
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
def host_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
189
|
+
"""Host groups hosting VMs of the cluster."""
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
def cluster_config(self) -> global___ClusterConfig:
|
|
193
|
+
"""Metastore cluster configuration"""
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
def logging(self) -> global___LoggingConfig:
|
|
197
|
+
"""Cloud logging configuration"""
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
def network(self) -> global___NetworkConfig:
|
|
201
|
+
"""Network related configuration options."""
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
def maintenance_window(self) -> yandex.cloud.metastore.v1.maintenance_pb2.MaintenanceWindow:
|
|
205
|
+
"""Window of maintenance operations."""
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
def planned_operation(self) -> yandex.cloud.metastore.v1.maintenance_pb2.MaintenanceOperation:
|
|
209
|
+
"""Maintenance operation planned at nearest maintenance_window."""
|
|
210
|
+
|
|
211
|
+
def __init__(
|
|
212
|
+
self,
|
|
213
|
+
*,
|
|
214
|
+
id: builtins.str = ...,
|
|
215
|
+
folder_id: builtins.str = ...,
|
|
216
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
217
|
+
name: builtins.str = ...,
|
|
218
|
+
description: builtins.str = ...,
|
|
219
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
220
|
+
health: global___Cluster.Health.ValueType = ...,
|
|
221
|
+
status: global___Cluster.Status.ValueType = ...,
|
|
222
|
+
subnet_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
223
|
+
min_servers_per_zone: builtins.int = ...,
|
|
224
|
+
max_servers_per_zone: builtins.int = ...,
|
|
225
|
+
servers_per_zone: builtins.int = ...,
|
|
226
|
+
security_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
227
|
+
host_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
228
|
+
deletion_protection: builtins.bool = ...,
|
|
229
|
+
version: builtins.str = ...,
|
|
230
|
+
network_id: builtins.str = ...,
|
|
231
|
+
endpoint_ip: builtins.str = ...,
|
|
232
|
+
cluster_config: global___ClusterConfig | None = ...,
|
|
233
|
+
service_account_id: builtins.str = ...,
|
|
234
|
+
logging: global___LoggingConfig | None = ...,
|
|
235
|
+
network: global___NetworkConfig | None = ...,
|
|
236
|
+
maintenance_window: yandex.cloud.metastore.v1.maintenance_pb2.MaintenanceWindow | None = ...,
|
|
237
|
+
planned_operation: yandex.cloud.metastore.v1.maintenance_pb2.MaintenanceOperation | None = ...,
|
|
238
|
+
) -> None: ...
|
|
239
|
+
def HasField(self, field_name: typing.Literal["cluster_config", b"cluster_config", "created_at", b"created_at", "logging", b"logging", "maintenance_window", b"maintenance_window", "network", b"network", "planned_operation", b"planned_operation"]) -> builtins.bool: ...
|
|
240
|
+
def ClearField(self, field_name: typing.Literal["cluster_config", b"cluster_config", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "endpoint_ip", b"endpoint_ip", "folder_id", b"folder_id", "health", b"health", "host_group_ids", b"host_group_ids", "id", b"id", "labels", b"labels", "logging", b"logging", "maintenance_window", b"maintenance_window", "max_servers_per_zone", b"max_servers_per_zone", "min_servers_per_zone", b"min_servers_per_zone", "name", b"name", "network", b"network", "network_id", b"network_id", "planned_operation", b"planned_operation", "security_group_ids", b"security_group_ids", "servers_per_zone", b"servers_per_zone", "service_account_id", b"service_account_id", "status", b"status", "subnet_ids", b"subnet_ids", "version", b"version"]) -> None: ...
|
|
241
|
+
|
|
242
|
+
global___Cluster = Cluster
|
|
243
|
+
|
|
244
|
+
@typing.final
|
|
245
|
+
class ClusterConfig(google.protobuf.message.Message):
|
|
246
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
247
|
+
|
|
248
|
+
RESOURCES_FIELD_NUMBER: builtins.int
|
|
249
|
+
@property
|
|
250
|
+
def resources(self) -> global___Resources: ...
|
|
251
|
+
def __init__(
|
|
252
|
+
self,
|
|
253
|
+
*,
|
|
254
|
+
resources: global___Resources | None = ...,
|
|
255
|
+
) -> None: ...
|
|
256
|
+
def HasField(self, field_name: typing.Literal["resources", b"resources"]) -> builtins.bool: ...
|
|
257
|
+
def ClearField(self, field_name: typing.Literal["resources", b"resources"]) -> None: ...
|
|
258
|
+
|
|
259
|
+
global___ClusterConfig = ClusterConfig
|
|
260
|
+
|
|
261
|
+
@typing.final
|
|
262
|
+
class NetworkConfig(google.protobuf.message.Message):
|
|
263
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
264
|
+
|
|
265
|
+
SUBNET_IDS_FIELD_NUMBER: builtins.int
|
|
266
|
+
SECURITY_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
267
|
+
@property
|
|
268
|
+
def subnet_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
269
|
+
"""IDs of VPC network subnets where instances of the cluster are attached."""
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
def security_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
273
|
+
"""User security groups."""
|
|
274
|
+
|
|
275
|
+
def __init__(
|
|
276
|
+
self,
|
|
277
|
+
*,
|
|
278
|
+
subnet_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
279
|
+
security_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
280
|
+
) -> None: ...
|
|
281
|
+
def ClearField(self, field_name: typing.Literal["security_group_ids", b"security_group_ids", "subnet_ids", b"subnet_ids"]) -> None: ...
|
|
282
|
+
|
|
283
|
+
global___NetworkConfig = NetworkConfig
|
|
284
|
+
|
|
285
|
+
@typing.final
|
|
286
|
+
class Resources(google.protobuf.message.Message):
|
|
287
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
288
|
+
|
|
289
|
+
RESOURCE_PRESET_ID_FIELD_NUMBER: builtins.int
|
|
290
|
+
resource_preset_id: builtins.str
|
|
291
|
+
"""ID of the preset for computational resources available to a pod (CPU, memory etc.)."""
|
|
292
|
+
def __init__(
|
|
293
|
+
self,
|
|
294
|
+
*,
|
|
295
|
+
resource_preset_id: builtins.str = ...,
|
|
296
|
+
) -> None: ...
|
|
297
|
+
def ClearField(self, field_name: typing.Literal["resource_preset_id", b"resource_preset_id"]) -> None: ...
|
|
298
|
+
|
|
299
|
+
global___Resources = Resources
|
|
300
|
+
|
|
301
|
+
@typing.final
|
|
302
|
+
class LoggingConfig(google.protobuf.message.Message):
|
|
303
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
304
|
+
|
|
305
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
306
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
307
|
+
LOG_GROUP_ID_FIELD_NUMBER: builtins.int
|
|
308
|
+
MIN_LEVEL_FIELD_NUMBER: builtins.int
|
|
309
|
+
enabled: builtins.bool
|
|
310
|
+
folder_id: builtins.str
|
|
311
|
+
log_group_id: builtins.str
|
|
312
|
+
min_level: yandex.cloud.logging.v1.log_entry_pb2.LogLevel.Level.ValueType
|
|
313
|
+
def __init__(
|
|
314
|
+
self,
|
|
315
|
+
*,
|
|
316
|
+
enabled: builtins.bool = ...,
|
|
317
|
+
folder_id: builtins.str = ...,
|
|
318
|
+
log_group_id: builtins.str = ...,
|
|
319
|
+
min_level: yandex.cloud.logging.v1.log_entry_pb2.LogLevel.Level.ValueType = ...,
|
|
320
|
+
) -> None: ...
|
|
321
|
+
def HasField(self, field_name: typing.Literal["destination", b"destination", "folder_id", b"folder_id", "log_group_id", b"log_group_id"]) -> builtins.bool: ...
|
|
322
|
+
def ClearField(self, field_name: typing.Literal["destination", b"destination", "enabled", b"enabled", "folder_id", b"folder_id", "log_group_id", b"log_group_id", "min_level", b"min_level"]) -> None: ...
|
|
323
|
+
def WhichOneof(self, oneof_group: typing.Literal["destination", b"destination"]) -> typing.Literal["folder_id", "log_group_id"] | None: ...
|
|
324
|
+
|
|
325
|
+
global___LoggingConfig = LoggingConfig
|
|
@@ -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/metastore/v1/cluster_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,176 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/metastore/v1/cluster_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/metastore/v1/cluster_service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from yandex.cloud.metastore.v1 import maintenance_pb2 as yandex_dot_cloud_dot_metastore_dot_v1_dot_maintenance__pb2
|
|
26
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
27
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
28
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
29
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
30
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
31
|
+
from yandex.cloud.metastore.v1 import cluster_pb2 as yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__pb2
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/metastore/v1/cluster_service.proto\x12\x19yandex.cloud.metastore.v1\x1a+yandex/cloud/metastore/v1/maintenance.proto\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\'yandex/cloud/metastore/v1/cluster.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\"\xa1\x06\n\x14\x43reateClusterRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x88\x01\n\x06labels\x18\x04 \x03(\x0b\x32;.yandex.cloud.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\x16\n\nsubnet_ids\x18\x06 \x03(\tB\x02\x18\x01\x12\x1c\n\x14min_servers_per_zone\x18\x07 \x01(\x03\x12\x1c\n\x14max_servers_per_zone\x18\x08 \x01(\x03\x12\x1e\n\x12security_group_ids\x18\t \x03(\tB\x02\x18\x01\x12\x16\n\x0ehost_group_ids\x18\n \x03(\t\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\x08\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\x06\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xef\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!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\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\x1e\n\x12security_group_ids\x18\x06 \x03(\tB\x02\x18\x01\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\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\x17UpdateNetworkConfigSpec\x12\x1a\n\x12security_group_ids\x18\x01 \x03(\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\"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\"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\"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.Resources2\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\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}/operations\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\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\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\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*Bh\n\x1dyandex.cloud.api.metastore.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/metastore/v1;metastoreb\x06proto3')
|
|
35
|
+
|
|
36
|
+
_globals = globals()
|
|
37
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
38
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.metastore.v1.cluster_service_pb2', _globals)
|
|
39
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
40
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
41
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\035yandex.cloud.api.metastore.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/metastore/v1;metastore'
|
|
42
|
+
_globals['_GETCLUSTERREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
43
|
+
_globals['_GETCLUSTERREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
44
|
+
_globals['_LISTCLUSTERSREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
45
|
+
_globals['_LISTCLUSTERSREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
46
|
+
_globals['_LISTCLUSTERSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
47
|
+
_globals['_LISTCLUSTERSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
48
|
+
_globals['_LISTCLUSTERSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
49
|
+
_globals['_LISTCLUSTERSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
50
|
+
_globals['_LISTCLUSTERSREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
51
|
+
_globals['_LISTCLUSTERSREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
52
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._loaded_options = None
|
|
53
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
54
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
55
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
56
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
57
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=63'
|
|
58
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['description']._loaded_options = None
|
|
59
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
60
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
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
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['subnet_ids']._loaded_options = None
|
|
63
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['subnet_ids']._serialized_options = b'\030\001'
|
|
64
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['security_group_ids']._loaded_options = None
|
|
65
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['security_group_ids']._serialized_options = b'\030\001'
|
|
66
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['service_account_id']._loaded_options = None
|
|
67
|
+
_globals['_CREATECLUSTERREQUEST'].fields_by_name['service_account_id']._serialized_options = b'\212\3101\004<=50'
|
|
68
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._loaded_options = None
|
|
69
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
70
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
71
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
72
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
73
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\035|[a-z][-a-z0-9]{1,61}[a-z0-9]'
|
|
74
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['description']._loaded_options = None
|
|
75
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
76
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
77
|
+
_globals['_UPDATECLUSTERREQUEST'].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'
|
|
78
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['security_group_ids']._loaded_options = None
|
|
79
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['security_group_ids']._serialized_options = b'\030\001'
|
|
80
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['service_account_id']._loaded_options = None
|
|
81
|
+
_globals['_UPDATECLUSTERREQUEST'].fields_by_name['service_account_id']._serialized_options = b'\212\3101\004<=50'
|
|
82
|
+
_globals['_DELETECLUSTERREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
83
|
+
_globals['_DELETECLUSTERREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
84
|
+
_globals['_STOPCLUSTERREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
85
|
+
_globals['_STOPCLUSTERREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
86
|
+
_globals['_STARTCLUSTERREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
87
|
+
_globals['_STARTCLUSTERREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
88
|
+
_globals['_IMPORTDATAREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
89
|
+
_globals['_IMPORTDATAREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
90
|
+
_globals['_IMPORTDATAREQUEST'].fields_by_name['bucket']._loaded_options = None
|
|
91
|
+
_globals['_IMPORTDATAREQUEST'].fields_by_name['bucket']._serialized_options = b'\350\3071\001'
|
|
92
|
+
_globals['_IMPORTDATAREQUEST'].fields_by_name['filepath']._loaded_options = None
|
|
93
|
+
_globals['_IMPORTDATAREQUEST'].fields_by_name['filepath']._serialized_options = b'\350\3071\001'
|
|
94
|
+
_globals['_EXPORTDATAREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
95
|
+
_globals['_EXPORTDATAREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
96
|
+
_globals['_EXPORTDATAREQUEST'].fields_by_name['bucket']._loaded_options = None
|
|
97
|
+
_globals['_EXPORTDATAREQUEST'].fields_by_name['bucket']._serialized_options = b'\350\3071\001'
|
|
98
|
+
_globals['_EXPORTDATAREQUEST'].fields_by_name['filepath']._loaded_options = None
|
|
99
|
+
_globals['_EXPORTDATAREQUEST'].fields_by_name['filepath']._serialized_options = b'\350\3071\001'
|
|
100
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST'].fields_by_name['cluster_id']._loaded_options = None
|
|
101
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST'].fields_by_name['cluster_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
102
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
103
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
104
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
105
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
106
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
107
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002-\022+/managed-metastore/v1/clusters/{cluster_id}'
|
|
108
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['List']._loaded_options = None
|
|
109
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002 \022\036/managed-metastore/v1/clusters'
|
|
110
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
111
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\0028\0226/managed-metastore/v1/clusters/{cluster_id}/operations'
|
|
112
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
113
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateClusterMetadata\022\007Cluster\202\323\344\223\002#\"\036/managed-metastore/v1/clusters:\001*'
|
|
114
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
115
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateClusterMetadata\022\007Cluster\202\323\344\223\00202+/managed-metastore/v1/clusters/{cluster_id}:\001*'
|
|
116
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
117
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteClusterMetadata\022\025google.protobuf.Empty\202\323\344\223\002-*+/managed-metastore/v1/clusters/{cluster_id}'
|
|
118
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Stop']._loaded_options = None
|
|
119
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Stop']._serialized_options = b'\262\322*\036\n\023StopClusterMetadata\022\007Cluster\202\323\344\223\0022\"0/managed-metastore/v1/clusters/{cluster_id}:stop'
|
|
120
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Start']._loaded_options = None
|
|
121
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['Start']._serialized_options = b'\262\322*\037\n\024StartClusterMetadata\022\007Cluster\202\323\344\223\0023\"1/managed-metastore/v1/clusters/{cluster_id}:start'
|
|
122
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['ImportData']._loaded_options = None
|
|
123
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['ImportData']._serialized_options = b'\262\322*\035\n\022ImportDataMetadata\022\007Cluster\202\323\344\223\0027\"2/managed-metastore/v1/clusters/{cluster_id}:import:\001*'
|
|
124
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['ExportData']._loaded_options = None
|
|
125
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['ExportData']._serialized_options = b'\262\322*\035\n\022ExportDataMetadata\022\007Cluster\202\323\344\223\0027\"2/managed-metastore/v1/clusters/{cluster_id}:export:\001*'
|
|
126
|
+
_globals['_GETCLUSTERREQUEST']._serialized_start=333
|
|
127
|
+
_globals['_GETCLUSTERREQUEST']._serialized_end=386
|
|
128
|
+
_globals['_LISTCLUSTERSREQUEST']._serialized_start=389
|
|
129
|
+
_globals['_LISTCLUSTERSREQUEST']._serialized_end=533
|
|
130
|
+
_globals['_LISTCLUSTERSRESPONSE']._serialized_start=535
|
|
131
|
+
_globals['_LISTCLUSTERSRESPONSE']._serialized_end=636
|
|
132
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_start=639
|
|
133
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_end=1440
|
|
134
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1389
|
|
135
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1434
|
|
136
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_start=1442
|
|
137
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_end=1485
|
|
138
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_start=1487
|
|
139
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_end=1530
|
|
140
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_start=1533
|
|
141
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_end=2284
|
|
142
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1389
|
|
143
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1434
|
|
144
|
+
_globals['_UPDATENETWORKCONFIGSPEC']._serialized_start=2286
|
|
145
|
+
_globals['_UPDATENETWORKCONFIGSPEC']._serialized_end=2339
|
|
146
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_start=2341
|
|
147
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_end=2397
|
|
148
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_start=2399
|
|
149
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_end=2442
|
|
150
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_start=2444
|
|
151
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_end=2498
|
|
152
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_start=2500
|
|
153
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_end=2541
|
|
154
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_start=2543
|
|
155
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_end=2598
|
|
156
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_start=2600
|
|
157
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_end=2642
|
|
158
|
+
_globals['_IMPORTDATAREQUEST']._serialized_start=2644
|
|
159
|
+
_globals['_IMPORTDATAREQUEST']._serialized_end=2743
|
|
160
|
+
_globals['_IMPORTDATAMETADATA']._serialized_start=2745
|
|
161
|
+
_globals['_IMPORTDATAMETADATA']._serialized_end=2785
|
|
162
|
+
_globals['_EXPORTDATAREQUEST']._serialized_start=2787
|
|
163
|
+
_globals['_EXPORTDATAREQUEST']._serialized_end=2886
|
|
164
|
+
_globals['_EXPORTDATAMETADATA']._serialized_start=2888
|
|
165
|
+
_globals['_EXPORTDATAMETADATA']._serialized_end=2928
|
|
166
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=2930
|
|
167
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=3056
|
|
168
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=3058
|
|
169
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=3169
|
|
170
|
+
_globals['_CONFIGSPEC']._serialized_start=3171
|
|
171
|
+
_globals['_CONFIGSPEC']._serialized_end=3246
|
|
172
|
+
_globals['_UPDATECLUSTERCONFIGSPEC']._serialized_start=3248
|
|
173
|
+
_globals['_UPDATECLUSTERCONFIGSPEC']._serialized_end=3330
|
|
174
|
+
_globals['_CLUSTERSERVICE']._serialized_start=3333
|
|
175
|
+
_globals['_CLUSTERSERVICE']._serialized_end=5149
|
|
176
|
+
# @@protoc_insertion_point(module_scope)
|