yandexcloud 0.334.0__py3-none-any.whl → 0.335.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/tuning/v1/tuning_service_pb2.py +8 -8
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
- yandex/cloud/cic/v1/partner_pb2.pyi +1 -1
- yandex/cloud/cic/v1/private_connection_pb2.py +10 -9
- yandex/cloud/cic/v1/private_connection_pb2.pyi +40 -12
- yandex/cloud/cic/v1/private_connection_service_pb2.py +76 -9
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +379 -1
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +270 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +151 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +10 -7
- yandex/cloud/cic/v1/public_connection_pb2.pyi +32 -2
- yandex/cloud/cic/v1/trunk_connection_pb2.py +16 -13
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +38 -2
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +62 -9
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +360 -1
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +180 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +99 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +16 -15
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +11 -3
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +86 -15
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +388 -1
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +360 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +203 -0
- yandex/cloud/compute/v1/instance_pb2.py +52 -52
- yandex/cloud/compute/v1/instance_pb2.pyi +5 -1
- yandex/cloud/compute/v1/instance_service_pb2.py +130 -126
- yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -2
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +59 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +171 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.py +24 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +123 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +345 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +282 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +147 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +30 -24
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +47 -2
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +78 -78
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +29 -5
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +0 -2
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +38 -22
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +193 -13
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +8 -0
- yandex/cloud/storage/v1/bucket_pb2.py +75 -73
- yandex/cloud/video/v1/channel_service_pb2.py +36 -29
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +133 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +61 -0
- yandex/cloud/video/v1/episode_service_pb2.py +54 -53
- yandex/cloud/video/v1/episode_service_pb2.pyi +9 -2
- yandexcloud/__init__.py +2 -1
- yandexcloud/_channels.py +8 -3
- yandexcloud/_retry_interceptor.py +2 -0
- yandexcloud/_retry_policy.py +31 -0
- yandexcloud/_sdk.py +5 -10
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/METADATA +20 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/RECORD +65 -56
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,147 @@
|
|
|
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
|
+
import yandex.cloud.compute.v1.reserved_instance_pool_pb2
|
|
12
|
+
import yandex.cloud.compute.v1.reserved_instance_pool_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
14
|
+
|
|
15
|
+
_T = typing.TypeVar("_T")
|
|
16
|
+
|
|
17
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
18
|
+
|
|
19
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
20
|
+
...
|
|
21
|
+
|
|
22
|
+
class ReservedInstancePoolServiceStub:
|
|
23
|
+
"""A set of methods for managing reserved instance pool resources."""
|
|
24
|
+
|
|
25
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
|
+
Get: grpc.UnaryUnaryMultiCallable[
|
|
27
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.GetReservedInstancePoolRequest,
|
|
28
|
+
yandex.cloud.compute.v1.reserved_instance_pool_pb2.ReservedInstancePool,
|
|
29
|
+
]
|
|
30
|
+
"""Returns the specified reserved instance pool resource.
|
|
31
|
+
|
|
32
|
+
To get the list of available reserved instance pool resources, make a [List] request.
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
36
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsRequest,
|
|
37
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsResponse,
|
|
38
|
+
]
|
|
39
|
+
"""Retrieves the list of reserved instance pool resources in the specified folder."""
|
|
40
|
+
|
|
41
|
+
Create: grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.CreateReservedInstancePoolRequest,
|
|
43
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
44
|
+
]
|
|
45
|
+
"""Creates an reserved instance pool in the specified folder.
|
|
46
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
50
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.UpdateReservedInstancePoolRequest,
|
|
51
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
52
|
+
]
|
|
53
|
+
"""Updates the specified reserved instance pool."""
|
|
54
|
+
|
|
55
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
56
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.DeleteReservedInstancePoolRequest,
|
|
57
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
58
|
+
]
|
|
59
|
+
"""Deletes the specified reserved instance pool."""
|
|
60
|
+
|
|
61
|
+
class ReservedInstancePoolServiceAsyncStub:
|
|
62
|
+
"""A set of methods for managing reserved instance pool resources."""
|
|
63
|
+
|
|
64
|
+
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
65
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.GetReservedInstancePoolRequest,
|
|
66
|
+
yandex.cloud.compute.v1.reserved_instance_pool_pb2.ReservedInstancePool,
|
|
67
|
+
]
|
|
68
|
+
"""Returns the specified reserved instance pool resource.
|
|
69
|
+
|
|
70
|
+
To get the list of available reserved instance pool resources, make a [List] request.
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
74
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsRequest,
|
|
75
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsResponse,
|
|
76
|
+
]
|
|
77
|
+
"""Retrieves the list of reserved instance pool resources in the specified folder."""
|
|
78
|
+
|
|
79
|
+
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
80
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.CreateReservedInstancePoolRequest,
|
|
81
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
82
|
+
]
|
|
83
|
+
"""Creates an reserved instance pool in the specified folder.
|
|
84
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
85
|
+
"""
|
|
86
|
+
|
|
87
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
88
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.UpdateReservedInstancePoolRequest,
|
|
89
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
90
|
+
]
|
|
91
|
+
"""Updates the specified reserved instance pool."""
|
|
92
|
+
|
|
93
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
94
|
+
yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.DeleteReservedInstancePoolRequest,
|
|
95
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
96
|
+
]
|
|
97
|
+
"""Deletes the specified reserved instance pool."""
|
|
98
|
+
|
|
99
|
+
class ReservedInstancePoolServiceServicer(metaclass=abc.ABCMeta):
|
|
100
|
+
"""A set of methods for managing reserved instance pool resources."""
|
|
101
|
+
|
|
102
|
+
@abc.abstractmethod
|
|
103
|
+
def Get(
|
|
104
|
+
self,
|
|
105
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.GetReservedInstancePoolRequest,
|
|
106
|
+
context: _ServicerContext,
|
|
107
|
+
) -> typing.Union[yandex.cloud.compute.v1.reserved_instance_pool_pb2.ReservedInstancePool, collections.abc.Awaitable[yandex.cloud.compute.v1.reserved_instance_pool_pb2.ReservedInstancePool]]:
|
|
108
|
+
"""Returns the specified reserved instance pool resource.
|
|
109
|
+
|
|
110
|
+
To get the list of available reserved instance pool resources, make a [List] request.
|
|
111
|
+
"""
|
|
112
|
+
|
|
113
|
+
@abc.abstractmethod
|
|
114
|
+
def List(
|
|
115
|
+
self,
|
|
116
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsRequest,
|
|
117
|
+
context: _ServicerContext,
|
|
118
|
+
) -> typing.Union[yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsResponse, collections.abc.Awaitable[yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.ListReservedInstancePoolsResponse]]:
|
|
119
|
+
"""Retrieves the list of reserved instance pool resources in the specified folder."""
|
|
120
|
+
|
|
121
|
+
@abc.abstractmethod
|
|
122
|
+
def Create(
|
|
123
|
+
self,
|
|
124
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.CreateReservedInstancePoolRequest,
|
|
125
|
+
context: _ServicerContext,
|
|
126
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
127
|
+
"""Creates an reserved instance pool in the specified folder.
|
|
128
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
129
|
+
"""
|
|
130
|
+
|
|
131
|
+
@abc.abstractmethod
|
|
132
|
+
def Update(
|
|
133
|
+
self,
|
|
134
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.UpdateReservedInstancePoolRequest,
|
|
135
|
+
context: _ServicerContext,
|
|
136
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
137
|
+
"""Updates the specified reserved instance pool."""
|
|
138
|
+
|
|
139
|
+
@abc.abstractmethod
|
|
140
|
+
def Delete(
|
|
141
|
+
self,
|
|
142
|
+
request: yandex.cloud.compute.v1.reserved_instance_pool_service_pb2.DeleteReservedInstancePoolRequest,
|
|
143
|
+
context: _ServicerContext,
|
|
144
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
145
|
+
"""Deletes the specified reserved instance pool."""
|
|
146
|
+
|
|
147
|
+
def add_ReservedInstancePoolServiceServicer_to_server(servicer: ReservedInstancePoolServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -31,7 +31,7 @@ from yandex.cloud.mdb.greenplum.v1 import pxf_pb2 as yandex_dot_cloud_dot_mdb_do
|
|
|
31
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/mdb/greenplum/v1/cluster.proto\x12\x1dyandex.cloud.mdb.greenplum.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1bgoogle/type/timeofday.proto\x1a*yandex/cloud/mdb/greenplum/v1/config.proto\x1a/yandex/cloud/mdb/greenplum/v1/maintenance.proto\x1a\'yandex/cloud/mdb/greenplum/v1/pxf.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/mdb/greenplum/v1/cluster.proto\x12\x1dyandex.cloud.mdb.greenplum.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1bgoogle/type/timeofday.proto\x1a*yandex/cloud/mdb/greenplum/v1/config.proto\x1a/yandex/cloud/mdb/greenplum/v1/maintenance.proto\x1a\'yandex/cloud/mdb/greenplum/v1/pxf.proto\x1a\x1dyandex/cloud/validation.proto\"\x95\r\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\x1a\n\x04name\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=63\x12>\n\x06\x63onfig\x18\x05 \x01(\x0b\x32..yandex.cloud.mdb.greenplum.v1.GreenplumConfig\x12\x1e\n\x0b\x64\x65scription\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x42\n\x06labels\x18\x07 \x03(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.Cluster.LabelsEntry\x12G\n\x0b\x65nvironment\x18\x08 \x01(\x0e\x32\x32.yandex.cloud.mdb.greenplum.v1.Cluster.Environment\x12=\n\nmonitoring\x18\t \x03(\x0b\x32).yandex.cloud.mdb.greenplum.v1.Monitoring\x12L\n\rmaster_config\x18\n \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.MasterSubclusterConfig\x12N\n\x0esegment_config\x18\x0b \x01(\x0b\x32\x36.yandex.cloud.mdb.greenplum.v1.SegmentSubclusterConfig\x12\x19\n\x11master_host_count\x18\x0c \x01(\x03\x12\x1a\n\x12segment_host_count\x18\r \x01(\x03\x12\x17\n\x0fsegment_in_host\x18\x0e \x01(\x03\x12\x12\n\nnetwork_id\x18\x0f \x01(\t\x12=\n\x06health\x18\x10 \x01(\x0e\x32-.yandex.cloud.mdb.greenplum.v1.Cluster.Health\x12=\n\x06status\x18\x11 \x01(\x0e\x32-.yandex.cloud.mdb.greenplum.v1.Cluster.Status\x12L\n\x12maintenance_window\x18\x12 \x01(\x0b\x32\x30.yandex.cloud.mdb.greenplum.v1.MaintenanceWindow\x12N\n\x11planned_operation\x18\x13 \x01(\x0b\x32\x33.yandex.cloud.mdb.greenplum.v1.MaintenanceOperation\x12\x1a\n\x12security_group_ids\x18\x14 \x03(\t\x12\x11\n\tuser_name\x18\x15 \x01(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x16 \x01(\x08\x12\x16\n\x0ehost_group_ids\x18\x17 \x03(\t\x12G\n\x0e\x63luster_config\x18\x18 \x01(\x0b\x32/.yandex.cloud.mdb.greenplum.v1.ClusterConfigSet\x12\x42\n\rcloud_storage\x18\x1a \x01(\x0b\x32+.yandex.cloud.mdb.greenplum.v1.CloudStorage\x12\x1d\n\x15master_host_group_ids\x18\x1b \x03(\t\x12\x1e\n\x16segment_host_group_ids\x18\x1c \x03(\t\x12\x1a\n\x12service_account_id\x18\x1d \x01(\t\x12=\n\x07logging\x18\x1e \x01(\x0b\x32,.yandex.cloud.mdb.greenplum.v1.LoggingConfig\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"I\n\x0b\x45nvironment\x12\x1b\n\x17\x45NVIRONMENT_UNSPECIFIED\x10\x00\x12\x0e\n\nPRODUCTION\x10\x01\x12\r\n\tPRESTABLE\x10\x02\"O\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\x12\x0e\n\nUNBALANCED\x10\x04\"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\x19\x10\x1a\"\xcf\x06\n\x10\x43lusterConfigSet\x12s\n\x19greenplum_config_set_6_17\x18\x01 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.GreenplumConfigSet6_17H\x00R\x17greenplumConfigSet_6_17\x12s\n\x19greenplum_config_set_6_19\x18\x02 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.GreenplumConfigSet6_19H\x00R\x17greenplumConfigSet_6_19\x12s\n\x19greenplum_config_set_6_21\x18\x04 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.GreenplumConfigSet6_21H\x00R\x17greenplumConfigSet_6_21\x12s\n\x19greenplum_config_set_6_22\x18\x05 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.GreenplumConfigSet6_22H\x00R\x17greenplumConfigSet_6_22\x12j\n\x16greenplum_config_set_6\x18\t \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfigSet6H\x00R\x14greenplumConfigSet_6\x12\x46\n\x04pool\x18\x03 \x01(\x0b\x32\x38.yandex.cloud.mdb.greenplum.v1.ConnectionPoolerConfigSet\x12X\n\x15\x62\x61\x63kground_activities\x18\x06 \x01(\x0b\x32\x39.yandex.cloud.mdb.greenplum.v1.BackgroundActivitiesConfig\x12?\n\npxf_config\x18\x08 \x01(\x0b\x32+.yandex.cloud.mdb.greenplum.v1.PXFConfigSetB\x12\n\x10greenplum_configJ\x04\x08\x07\x10\x08\"=\n\nMonitoring\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04link\x18\x03 \x01(\t\"\xb0\x02\n\x0fGreenplumConfig\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x33\n\x13\x62\x61\x63kup_window_start\x18\x02 \x01(\x0b\x32\x16.google.type.TimeOfDay\x12H\n\x19\x62\x61\x63kup_retain_period_days\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-60\x12\x35\n\x06\x61\x63\x63\x65ss\x18\x03 \x01(\x0b\x32%.yandex.cloud.mdb.greenplum.v1.Access\x12\x19\n\x07zone_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1b\n\tsubnet_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x18\n\x10\x61ssign_public_ip\x18\x06 \x01(\x08J\x04\x08\x07\x10\t\"_\n\x06\x41\x63\x63\x65ss\x12\x11\n\tdata_lens\x18\x01 \x01(\x08\x12\x0f\n\x07web_sql\x18\x02 \x01(\x08\x12\x15\n\rdata_transfer\x18\x03 \x01(\x08\x12\x14\n\x0cyandex_query\x18\x05 \x01(\x08J\x04\x08\x04\x10\x05\"\xd6\x01\n\x16GreenplumRestoreConfig\x12\x33\n\x13\x62\x61\x63kup_window_start\x18\x01 \x01(\x0b\x32\x16.google.type.TimeOfDay\x12\x35\n\x06\x61\x63\x63\x65ss\x18\x02 \x01(\x0b\x32%.yandex.cloud.mdb.greenplum.v1.Access\x12\x19\n\x07zone_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1b\n\tsubnet_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x18\n\x10\x61ssign_public_ip\x18\x05 \x01(\x08\"A\n\x10RestoreResources\x12\x1a\n\x12resource_preset_id\x18\x01 \x01(\t\x12\x11\n\tdisk_size\x18\x02 \x01(\x03\"\x1e\n\x0c\x43loudStorage\x12\x0e\n\x06\x65nable\x18\x01 \x01(\x08\"\xff\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\x1e\n\x16\x63ommand_center_enabled\x18\x05 \x01(\x08\x12\x19\n\x11greenplum_enabled\x18\x06 \x01(\x08\x12\x16\n\x0epooler_enabled\x18\x07 \x01(\x08\x42\r\n\x0b\x64\x65stinationJ\x04\x08\x04\x10\x05\x42p\n!yandex.cloud.api.mdb.greenplum.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/greenplum/v1;greenplumb\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -55,28 +55,34 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
55
55
|
_globals['_GREENPLUMRESTORECONFIG'].fields_by_name['zone_id']._serialized_options = b'\212\3101\004<=50'
|
|
56
56
|
_globals['_GREENPLUMRESTORECONFIG'].fields_by_name['subnet_id']._loaded_options = None
|
|
57
57
|
_globals['_GREENPLUMRESTORECONFIG'].fields_by_name['subnet_id']._serialized_options = b'\212\3101\004<=50'
|
|
58
|
+
_globals['_LOGGINGCONFIG'].fields_by_name['folder_id']._loaded_options = None
|
|
59
|
+
_globals['_LOGGINGCONFIG'].fields_by_name['folder_id']._serialized_options = b'\362\3071\037([a-zA-Z][-a-zA-Z0-9_.]{0,63})?'
|
|
60
|
+
_globals['_LOGGINGCONFIG'].fields_by_name['log_group_id']._loaded_options = None
|
|
61
|
+
_globals['_LOGGINGCONFIG'].fields_by_name['log_group_id']._serialized_options = b'\362\3071\037([a-zA-Z][-a-zA-Z0-9_.]{0,63})?'
|
|
58
62
|
_globals['_CLUSTER']._serialized_start=338
|
|
59
|
-
_globals['_CLUSTER']._serialized_end=
|
|
60
|
-
_globals['_CLUSTER_LABELSENTRY']._serialized_start=
|
|
61
|
-
_globals['_CLUSTER_LABELSENTRY']._serialized_end=
|
|
62
|
-
_globals['_CLUSTER_ENVIRONMENT']._serialized_start=
|
|
63
|
-
_globals['_CLUSTER_ENVIRONMENT']._serialized_end=
|
|
64
|
-
_globals['_CLUSTER_HEALTH']._serialized_start=
|
|
65
|
-
_globals['_CLUSTER_HEALTH']._serialized_end=
|
|
66
|
-
_globals['_CLUSTER_STATUS']._serialized_start=
|
|
67
|
-
_globals['_CLUSTER_STATUS']._serialized_end=
|
|
68
|
-
_globals['_CLUSTERCONFIGSET']._serialized_start=
|
|
69
|
-
_globals['_CLUSTERCONFIGSET']._serialized_end=
|
|
70
|
-
_globals['_MONITORING']._serialized_start=
|
|
71
|
-
_globals['_MONITORING']._serialized_end=
|
|
72
|
-
_globals['_GREENPLUMCONFIG']._serialized_start=
|
|
73
|
-
_globals['_GREENPLUMCONFIG']._serialized_end=
|
|
74
|
-
_globals['_ACCESS']._serialized_start=
|
|
75
|
-
_globals['_ACCESS']._serialized_end=
|
|
76
|
-
_globals['_GREENPLUMRESTORECONFIG']._serialized_start=
|
|
77
|
-
_globals['_GREENPLUMRESTORECONFIG']._serialized_end=
|
|
78
|
-
_globals['_RESTORERESOURCES']._serialized_start=
|
|
79
|
-
_globals['_RESTORERESOURCES']._serialized_end=
|
|
80
|
-
_globals['_CLOUDSTORAGE']._serialized_start=
|
|
81
|
-
_globals['_CLOUDSTORAGE']._serialized_end=
|
|
63
|
+
_globals['_CLUSTER']._serialized_end=2023
|
|
64
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_start=1693
|
|
65
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_end=1738
|
|
66
|
+
_globals['_CLUSTER_ENVIRONMENT']._serialized_start=1740
|
|
67
|
+
_globals['_CLUSTER_ENVIRONMENT']._serialized_end=1813
|
|
68
|
+
_globals['_CLUSTER_HEALTH']._serialized_start=1815
|
|
69
|
+
_globals['_CLUSTER_HEALTH']._serialized_end=1894
|
|
70
|
+
_globals['_CLUSTER_STATUS']._serialized_start=1896
|
|
71
|
+
_globals['_CLUSTER_STATUS']._serialized_end=2017
|
|
72
|
+
_globals['_CLUSTERCONFIGSET']._serialized_start=2026
|
|
73
|
+
_globals['_CLUSTERCONFIGSET']._serialized_end=2873
|
|
74
|
+
_globals['_MONITORING']._serialized_start=2875
|
|
75
|
+
_globals['_MONITORING']._serialized_end=2936
|
|
76
|
+
_globals['_GREENPLUMCONFIG']._serialized_start=2939
|
|
77
|
+
_globals['_GREENPLUMCONFIG']._serialized_end=3243
|
|
78
|
+
_globals['_ACCESS']._serialized_start=3245
|
|
79
|
+
_globals['_ACCESS']._serialized_end=3340
|
|
80
|
+
_globals['_GREENPLUMRESTORECONFIG']._serialized_start=3343
|
|
81
|
+
_globals['_GREENPLUMRESTORECONFIG']._serialized_end=3557
|
|
82
|
+
_globals['_RESTORERESOURCES']._serialized_start=3559
|
|
83
|
+
_globals['_RESTORERESOURCES']._serialized_end=3624
|
|
84
|
+
_globals['_CLOUDSTORAGE']._serialized_start=3626
|
|
85
|
+
_globals['_CLOUDSTORAGE']._serialized_end=3656
|
|
86
|
+
_globals['_LOGGINGCONFIG']._serialized_start=3659
|
|
87
|
+
_globals['_LOGGINGCONFIG']._serialized_end=3914
|
|
82
88
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -165,6 +165,8 @@ class Cluster(google.protobuf.message.Message):
|
|
|
165
165
|
CLOUD_STORAGE_FIELD_NUMBER: builtins.int
|
|
166
166
|
MASTER_HOST_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
167
167
|
SEGMENT_HOST_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
168
|
+
SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
|
|
169
|
+
LOGGING_FIELD_NUMBER: builtins.int
|
|
168
170
|
id: builtins.str
|
|
169
171
|
"""ID of the Greenplum® cluster.
|
|
170
172
|
This ID is assigned by the platform at the moment of cluster creation.
|
|
@@ -195,6 +197,8 @@ class Cluster(google.protobuf.message.Message):
|
|
|
195
197
|
"""Owner user name."""
|
|
196
198
|
deletion_protection: builtins.bool
|
|
197
199
|
"""Determines whether the cluster is protected from being deleted."""
|
|
200
|
+
service_account_id: builtins.str
|
|
201
|
+
"""Service account that will be used to access a Yandex Cloud resources"""
|
|
198
202
|
@property
|
|
199
203
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
200
204
|
"""Time when the cluster was created."""
|
|
@@ -251,6 +255,10 @@ class Cluster(google.protobuf.message.Message):
|
|
|
251
255
|
def segment_host_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
252
256
|
"""Host groups hosting VMs of the segment subcluster."""
|
|
253
257
|
|
|
258
|
+
@property
|
|
259
|
+
def logging(self) -> global___LoggingConfig:
|
|
260
|
+
"""Cloud logging configuration"""
|
|
261
|
+
|
|
254
262
|
def __init__(
|
|
255
263
|
self,
|
|
256
264
|
*,
|
|
@@ -281,9 +289,11 @@ class Cluster(google.protobuf.message.Message):
|
|
|
281
289
|
cloud_storage: global___CloudStorage | None = ...,
|
|
282
290
|
master_host_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
283
291
|
segment_host_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
292
|
+
service_account_id: builtins.str = ...,
|
|
293
|
+
logging: global___LoggingConfig | None = ...,
|
|
284
294
|
) -> None: ...
|
|
285
|
-
def HasField(self, field_name: typing.Literal["cloud_storage", b"cloud_storage", "cluster_config", b"cluster_config", "config", b"config", "created_at", b"created_at", "maintenance_window", b"maintenance_window", "master_config", b"master_config", "planned_operation", b"planned_operation", "segment_config", b"segment_config"]) -> builtins.bool: ...
|
|
286
|
-
def ClearField(self, field_name: typing.Literal["cloud_storage", b"cloud_storage", "cluster_config", b"cluster_config", "config", b"config", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "health", b"health", "host_group_ids", b"host_group_ids", "id", b"id", "labels", b"labels", "maintenance_window", b"maintenance_window", "master_config", b"master_config", "master_host_count", b"master_host_count", "master_host_group_ids", b"master_host_group_ids", "monitoring", b"monitoring", "name", b"name", "network_id", b"network_id", "planned_operation", b"planned_operation", "security_group_ids", b"security_group_ids", "segment_config", b"segment_config", "segment_host_count", b"segment_host_count", "segment_host_group_ids", b"segment_host_group_ids", "segment_in_host", b"segment_in_host", "status", b"status", "user_name", b"user_name"]) -> None: ...
|
|
295
|
+
def HasField(self, field_name: typing.Literal["cloud_storage", b"cloud_storage", "cluster_config", b"cluster_config", "config", b"config", "created_at", b"created_at", "logging", b"logging", "maintenance_window", b"maintenance_window", "master_config", b"master_config", "planned_operation", b"planned_operation", "segment_config", b"segment_config"]) -> builtins.bool: ...
|
|
296
|
+
def ClearField(self, field_name: typing.Literal["cloud_storage", b"cloud_storage", "cluster_config", b"cluster_config", "config", b"config", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "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", "master_config", b"master_config", "master_host_count", b"master_host_count", "master_host_group_ids", b"master_host_group_ids", "monitoring", b"monitoring", "name", b"name", "network_id", b"network_id", "planned_operation", b"planned_operation", "security_group_ids", b"security_group_ids", "segment_config", b"segment_config", "segment_host_count", b"segment_host_count", "segment_host_group_ids", b"segment_host_group_ids", "segment_in_host", b"segment_in_host", "service_account_id", b"service_account_id", "status", b"status", "user_name", b"user_name"]) -> None: ...
|
|
287
297
|
|
|
288
298
|
global___Cluster = Cluster
|
|
289
299
|
|
|
@@ -535,3 +545,38 @@ class CloudStorage(google.protobuf.message.Message):
|
|
|
535
545
|
def ClearField(self, field_name: typing.Literal["enable", b"enable"]) -> None: ...
|
|
536
546
|
|
|
537
547
|
global___CloudStorage = CloudStorage
|
|
548
|
+
|
|
549
|
+
@typing.final
|
|
550
|
+
class LoggingConfig(google.protobuf.message.Message):
|
|
551
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
552
|
+
|
|
553
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
554
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
555
|
+
LOG_GROUP_ID_FIELD_NUMBER: builtins.int
|
|
556
|
+
COMMAND_CENTER_ENABLED_FIELD_NUMBER: builtins.int
|
|
557
|
+
GREENPLUM_ENABLED_FIELD_NUMBER: builtins.int
|
|
558
|
+
POOLER_ENABLED_FIELD_NUMBER: builtins.int
|
|
559
|
+
enabled: builtins.bool
|
|
560
|
+
folder_id: builtins.str
|
|
561
|
+
log_group_id: builtins.str
|
|
562
|
+
command_center_enabled: builtins.bool
|
|
563
|
+
"""send Yandex Command Center logs"""
|
|
564
|
+
greenplum_enabled: builtins.bool
|
|
565
|
+
"""send Greenplum logs"""
|
|
566
|
+
pooler_enabled: builtins.bool
|
|
567
|
+
"""send Pooler logs"""
|
|
568
|
+
def __init__(
|
|
569
|
+
self,
|
|
570
|
+
*,
|
|
571
|
+
enabled: builtins.bool = ...,
|
|
572
|
+
folder_id: builtins.str = ...,
|
|
573
|
+
log_group_id: builtins.str = ...,
|
|
574
|
+
command_center_enabled: builtins.bool = ...,
|
|
575
|
+
greenplum_enabled: builtins.bool = ...,
|
|
576
|
+
pooler_enabled: builtins.bool = ...,
|
|
577
|
+
) -> None: ...
|
|
578
|
+
def HasField(self, field_name: typing.Literal["destination", b"destination", "folder_id", b"folder_id", "log_group_id", b"log_group_id"]) -> builtins.bool: ...
|
|
579
|
+
def ClearField(self, field_name: typing.Literal["command_center_enabled", b"command_center_enabled", "destination", b"destination", "enabled", b"enabled", "folder_id", b"folder_id", "greenplum_enabled", b"greenplum_enabled", "log_group_id", b"log_group_id", "pooler_enabled", b"pooler_enabled"]) -> None: ...
|
|
580
|
+
def WhichOneof(self, oneof_group: typing.Literal["destination", b"destination"]) -> typing.Literal["folder_id", "log_group_id"] | None: ...
|
|
581
|
+
|
|
582
|
+
global___LoggingConfig = LoggingConfig
|
|
@@ -36,7 +36,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
36
36
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/mdb/greenplum/v1/cluster_service.proto\x12\x1dyandex.cloud.mdb.greenplum.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/mdb/greenplum/v1/backup.proto\x1a+yandex/cloud/mdb/greenplum/v1/cluster.proto\x1a*yandex/cloud/mdb/greenplum/v1/config.proto\x1a(yandex/cloud/mdb/greenplum/v1/host.proto\x1a/yandex/cloud/mdb/greenplum/v1/maintenance.proto\x1a\'yandex/cloud/mdb/greenplum/v1/pxf.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"5\n\x11GetClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x90\x01\n\x13ListClustersRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=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\"i\n\x14ListClustersResponse\x12\x38\n\x08\x63lusters\x18\x01 \x03(\x0b\x32&.yandex.cloud.mdb.greenplum.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x91\t\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\x8c\x01\n\x06labels\x18\x04 \x03(\x0b\x32?.yandex.cloud.mdb.greenplum.v1.CreateClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12M\n\x0b\x65nvironment\x18\x05 \x01(\x0e\x32\x32.yandex.cloud.mdb.greenplum.v1.Cluster.EnvironmentB\x04\xe8\xc7\x31\x01\x12>\n\x06\x63onfig\x18\x06 \x01(\x0b\x32..yandex.cloud.mdb.greenplum.v1.GreenplumConfig\x12P\n\rmaster_config\x18\x07 \x01(\x0b\x32\x39.yandex.cloud.mdb.greenplum.v1.MasterSubclusterConfigSpec\x12R\n\x0esegment_config\x18\x08 \x01(\x0b\x32:.yandex.cloud.mdb.greenplum.v1.SegmentSubclusterConfigSpec\x12\x19\n\x11master_host_count\x18\t \x01(\x03\x12\x17\n\x0fsegment_in_host\x18\n \x01(\x03\x12\x1a\n\x12segment_host_count\x18\x0b \x01(\x03\x12\x17\n\tuser_name\x18\x0c \x01(\tB\x04\xe8\xc7\x31\x01\x12$\n\ruser_password\x18\r \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x38-128\x12 \n\nnetwork_id\x18\x0e \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x12security_group_ids\x18\x0f \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x10 \x01(\x08\x12\x16\n\x0ehost_group_ids\x18\x11 \x03(\t\x12L\n\x12maintenance_window\x18\x13 \x01(\x0b\x32\x30.yandex.cloud.mdb.greenplum.v1.MaintenanceWindow\x12>\n\x0b\x63onfig_spec\x18\x14 \x01(\x0b\x32).yandex.cloud.mdb.greenplum.v1.ConfigSpec\x12\x42\n\rcloud_storage\x18\x15 \x01(\x0b\x32+.yandex.cloud.mdb.greenplum.v1.CloudStorage\x12\x1d\n\x15master_host_group_ids\x18\x16 \x03(\t\x12\x1e\n\x16segment_host_group_ids\x18\x17 \x03(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x12\x10\x13\"\x91\x06\n\nConfigSpec\x12i\n\x15greenplum_config_6_17\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_17H\x00R\x14greenplumConfig_6_17\x12i\n\x15greenplum_config_6_19\x18\x02 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_19H\x00R\x14greenplumConfig_6_19\x12i\n\x15greenplum_config_6_21\x18\x04 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_21H\x00R\x14greenplumConfig_6_21\x12i\n\x15greenplum_config_6_22\x18\x05 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_22H\x00R\x14greenplumConfig_6_22\x12`\n\x12greenplum_config_6\x18\t \x01(\x0b\x32/.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6H\x00R\x11greenplumConfig_6\x12\x43\n\x04pool\x18\x03 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.ConnectionPoolerConfig\x12X\n\x15\x62\x61\x63kground_activities\x18\x06 \x01(\x0b\x32\x39.yandex.cloud.mdb.greenplum.v1.BackgroundActivitiesConfig\x12<\n\npxf_config\x18\x08 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.PXFConfigB\x12\n\x10greenplum_configJ\x04\x08\x07\x10\x08\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xb2\x07\n\x14UpdateClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8c\x01\n\x06labels\x18\x04 \x03(\x0b\x32?.yandex.cloud.mdb.greenplum.v1.UpdateClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12(\n\x04name\x18\x05 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12>\n\x06\x63onfig\x18\x06 \x01(\x0b\x32..yandex.cloud.mdb.greenplum.v1.GreenplumConfig\x12P\n\rmaster_config\x18\x07 \x01(\x0b\x32\x39.yandex.cloud.mdb.greenplum.v1.MasterSubclusterConfigSpec\x12R\n\x0esegment_config\x18\x08 \x01(\x0b\x32:.yandex.cloud.mdb.greenplum.v1.SegmentSubclusterConfigSpec\x12$\n\ruser_password\x18\r \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x38-128\x12\x1c\n\nnetwork_id\x18\x0e \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12L\n\x12maintenance_window\x18\x0f \x01(\x0b\x32\x30.yandex.cloud.mdb.greenplum.v1.MaintenanceWindow\x12\x1a\n\x12security_group_ids\x18\x11 \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x12 \x01(\x08\x12>\n\x0b\x63onfig_spec\x18\x13 \x01(\x0b\x32).yandex.cloud.mdb.greenplum.v1.ConfigSpec\x12\x42\n\rcloud_storage\x18\x14 \x01(\x0b\x32+.yandex.cloud.mdb.greenplum.v1.CloudStorage\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x10\x10\x11J\x04\x08\t\x10\r\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"-\n\x17\x41\x64\x64\x43lusterHostsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xcb\x01\n\rExpandRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x12segment_host_count\x18\x02 \x01(\x03\x12#\n\x1b\x61\x64\x64_segments_per_host_count\x18\x03 \x01(\x03\x12\x10\n\x08\x64uration\x18\x04 \x01(\x03\x12\x10\n\x08parallel\x18\x05 \x01(\x03\x12\x15\n\rclose_cluster\x18\x06 \x01(\x08\x12\x1c\n\x14\x64\x65lay_redistribution\x18\x07 \x01(\x08\"8\n\x14\x44\x65leteClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"7\n\x13StartClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"6\n\x12StopClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"c\n\x12MoveClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"b\n\x13MoveClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x18\n\x10source_folder_id\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x65stination_folder_id\x18\x03 \x01(\t\"~\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<=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\"y\n\x17ListClusterHostsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"g\n\x18ListClusterHostsResponse\x12\x32\n\x05hosts\x18\x01 \x03(\x0b\x32#.yandex.cloud.mdb.greenplum.v1.Host\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"Y\n\x1aMasterSubclusterConfigSpec\x12;\n\tresources\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\"Z\n\x1bSegmentSubclusterConfigSpec\x12;\n\tresources\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\"j\n\x17ListClusterLogsResponse\x12\x36\n\x04logs\x18\x01 \x03(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.LogRecord\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb2\x01\n\tLogRecord\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x46\n\x07message\x18\x02 \x03(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.LogRecord.MessageEntry\x1a.\n\x0cMessageEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xe5\x03\n\x16ListClusterLogsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\rcolumn_filter\x18\x02 \x03(\t\x12W\n\x0cservice_type\x18\x03 \x01(\x0e\x32\x41.yandex.cloud.mdb.greenplum.v1.ListClusterLogsRequest.ServiceType\x12-\n\tfrom_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07to_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1d\n\tpage_size\x18\x06 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x07 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1e\n\x16\x61lways_next_page_token\x18\x08 \x01(\x08\x12\x1a\n\x06\x66ilter\x18\t \x01(\tB\n\x8a\xc8\x31\x06<=1000\"c\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tGREENPLUM\x10\x01\x12\x14\n\x10GREENPLUM_POOLER\x10\x02\x12\x11\n\rGREENPLUM_PXF\x10\x03\"{\n\x19ListClusterBackupsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"f\n\x0fStreamLogRecord\x12\x38\n\x06record\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.LogRecord\x12\x19\n\x11next_record_token\x18\x02 \x01(\t\"\xac\x03\n\x18StreamClusterLogsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\rcolumn_filter\x18\x02 \x03(\t\x12Y\n\x0cservice_type\x18\x03 \x01(\x0e\x32\x43.yandex.cloud.mdb.greenplum.v1.StreamClusterLogsRequest.ServiceType\x12-\n\tfrom_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07to_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1f\n\x0crecord_token\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x07 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"c\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tGREENPLUM\x10\x01\x12\x14\n\x10GREENPLUM_POOLER\x10\x02\x12\x11\n\rGREENPLUM_PXF\x10\x03\"m\n\x1aListClusterBackupsResponse\x12\x36\n\x07\x62\x61\x63kups\x18\x01 \x03(\x0b\x32%.yandex.cloud.mdb.greenplum.v1.Backup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"8\n\x14\x42\x61\x63kupClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\">\n\x15\x42\x61\x63kupClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tbackup_id\x18\x02 \x01(\t\"\xcc\x08\n\x15RestoreClusterRequest\x12\x17\n\tbackup_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12(\n\x04time\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04name\x18\x03 \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\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8d\x01\n\x06labels\x18\x05 \x03(\x0b\x32@.yandex.cloud.mdb.greenplum.v1.RestoreClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12M\n\x0b\x65nvironment\x18\x06 \x01(\x0e\x32\x32.yandex.cloud.mdb.greenplum.v1.Cluster.EnvironmentB\x04\xe8\xc7\x31\x01\x12\x45\n\x06\x63onfig\x18\x07 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.GreenplumRestoreConfig\x12\x42\n\x10master_resources\x18\x08 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\x12\x43\n\x11segment_resources\x18\t \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\x12 \n\nnetwork_id\x18\n \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x12security_group_ids\x18\x0b \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x0c \x01(\x08\x12\x16\n\x0ehost_group_ids\x18\r \x03(\t\x12\x1a\n\x12placement_group_id\x18\x0e \x01(\t\x12L\n\x12maintenance_window\x18\x0f \x01(\x0b\x32\x30.yandex.cloud.mdb.greenplum.v1.MaintenanceWindow\x12\x1a\n\x12segment_host_count\x18\x11 \x01(\x03\x12\x17\n\x0fsegment_in_host\x18\x12 \x01(\x03\x12R\n\x0crestore_only\x18\x13 \x03(\tB<\xf2\xc7\x31\'[a-zA-Z0-9\\*_]*(\\/[a-zA-Z0-9\\*_]*){0,2}\x82\xc8\x31\x04<=50\x8a\xc8\x31\x05<=256\x12\x1d\n\x15master_host_group_ids\x18\x14 \x03(\t\x12\x1e\n\x16segment_host_group_ids\x18\x15 \x03(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"?\n\x16RestoreClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tbackup_id\x18\x02 \x01(\t2\x86\x19\n\x0e\x43lusterService\x12\x94\x01\n\x03Get\x12\x30.yandex.cloud.mdb.greenplum.v1.GetClusterRequest\x1a&.yandex.cloud.mdb.greenplum.v1.Cluster\"3\x82\xd3\xe4\x93\x02-\x12+/managed-greenplum/v1/clusters/{cluster_id}\x12\x97\x01\n\x04List\x12\x32.yandex.cloud.mdb.greenplum.v1.ListClustersRequest\x1a\x33.yandex.cloud.mdb.greenplum.v1.ListClustersResponse\"&\x82\xd3\xe4\x93\x02 \x12\x1e/managed-greenplum/v1/clusters\x12\xaf\x01\n\x06\x43reate\x12\x33.yandex.cloud.mdb.greenplum.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"M\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02#\"\x1e/managed-greenplum/v1/clusters:\x01*\x12\xbc\x01\n\x06Update\x12\x33.yandex.cloud.mdb.greenplum.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x30\x32+/managed-greenplum/v1/clusters/{cluster_id}:\x01*\x12\xbe\x01\n\x06\x45xpand\x12,.yandex.cloud.mdb.greenplum.v1.ExpandRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*\"\n\x17\x41\x64\x64\x43lusterHostsMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x37\"2/managed-greenplum/v1/clusters/{cluster_id}/expand:\x01*\x12\xc7\x01\n\x06\x44\x65lete\x12\x33.yandex.cloud.mdb.greenplum.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"e\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02-*+/managed-greenplum/v1/clusters/{cluster_id}\x12\xbc\x01\n\x05Start\x12\x32.yandex.cloud.mdb.greenplum.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x33\"1/managed-greenplum/v1/clusters/{cluster_id}:start\x12\xb8\x01\n\x04Stop\x12\x31.yandex.cloud.mdb.greenplum.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x32\"0/managed-greenplum/v1/clusters/{cluster_id}:stop\x12\xbb\x01\n\x04Move\x12\x31.yandex.cloud.mdb.greenplum.v1.MoveClusterRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*\x1e\n\x13MoveClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x35\"0/managed-greenplum/v1/clusters/{cluster_id}:move:\x01*\x12\xcb\x01\n\x0eListOperations\x12;.yandex.cloud.mdb.greenplum.v1.ListClusterOperationsRequest\x1a<.yandex.cloud.mdb.greenplum.v1.ListClusterOperationsResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/managed-greenplum/v1/clusters/{cluster_id}/operations\x12\xc4\x01\n\x0fListMasterHosts\x12\x36.yandex.cloud.mdb.greenplum.v1.ListClusterHostsRequest\x1a\x37.yandex.cloud.mdb.greenplum.v1.ListClusterHostsResponse\"@\x82\xd3\xe4\x93\x02:\x12\x38/managed-greenplum/v1/clusters/{cluster_id}/master-hosts\x12\xc6\x01\n\x10ListSegmentHosts\x12\x36.yandex.cloud.mdb.greenplum.v1.ListClusterHostsRequest\x1a\x37.yandex.cloud.mdb.greenplum.v1.ListClusterHostsResponse\"A\x82\xd3\xe4\x93\x02;\x12\x39/managed-greenplum/v1/clusters/{cluster_id}/segment-hosts\x12\xb3\x01\n\x08ListLogs\x12\x35.yandex.cloud.mdb.greenplum.v1.ListClusterLogsRequest\x1a\x36.yandex.cloud.mdb.greenplum.v1.ListClusterLogsResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/managed-greenplum/v1/clusters/{cluster_id}:logs\x12\xb8\x01\n\nStreamLogs\x12\x37.yandex.cloud.mdb.greenplum.v1.StreamClusterLogsRequest\x1a..yandex.cloud.mdb.greenplum.v1.StreamLogRecord\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-greenplum/v1/clusters/{cluster_id}:stream_logs0\x01\x12\xbf\x01\n\x0bListBackups\x12\x38.yandex.cloud.mdb.greenplum.v1.ListClusterBackupsRequest\x1a\x39.yandex.cloud.mdb.greenplum.v1.ListClusterBackupsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/managed-greenplum/v1/clusters/{cluster_id}/backups\x12\xc0\x01\n\x06\x42\x61\x63kup\x12\x33.yandex.cloud.mdb.greenplum.v1.BackupClusterRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2* \n\x15\x42\x61\x63kupClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x34\"2/managed-greenplum/v1/clusters/{cluster_id}:backup\x12\xba\x01\n\x07Restore\x12\x34.yandex.cloud.mdb.greenplum.v1.RestoreClusterRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*!\n\x16RestoreClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02+\"&/managed-greenplum/v1/clusters:restore:\x01*Bp\n!yandex.cloud.api.mdb.greenplum.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/greenplum/v1;greenplumb\x06proto3')
|
|
39
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/mdb/greenplum/v1/cluster_service.proto\x12\x1dyandex.cloud.mdb.greenplum.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/mdb/greenplum/v1/backup.proto\x1a+yandex/cloud/mdb/greenplum/v1/cluster.proto\x1a*yandex/cloud/mdb/greenplum/v1/config.proto\x1a(yandex/cloud/mdb/greenplum/v1/host.proto\x1a/yandex/cloud/mdb/greenplum/v1/maintenance.proto\x1a\'yandex/cloud/mdb/greenplum/v1/pxf.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"5\n\x11GetClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x90\x01\n\x13ListClustersRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=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\"i\n\x14ListClustersResponse\x12\x38\n\x08\x63lusters\x18\x01 \x03(\x0b\x32&.yandex.cloud.mdb.greenplum.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xec\t\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\x8c\x01\n\x06labels\x18\x04 \x03(\x0b\x32?.yandex.cloud.mdb.greenplum.v1.CreateClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12M\n\x0b\x65nvironment\x18\x05 \x01(\x0e\x32\x32.yandex.cloud.mdb.greenplum.v1.Cluster.EnvironmentB\x04\xe8\xc7\x31\x01\x12>\n\x06\x63onfig\x18\x06 \x01(\x0b\x32..yandex.cloud.mdb.greenplum.v1.GreenplumConfig\x12P\n\rmaster_config\x18\x07 \x01(\x0b\x32\x39.yandex.cloud.mdb.greenplum.v1.MasterSubclusterConfigSpec\x12R\n\x0esegment_config\x18\x08 \x01(\x0b\x32:.yandex.cloud.mdb.greenplum.v1.SegmentSubclusterConfigSpec\x12\x19\n\x11master_host_count\x18\t \x01(\x03\x12\x17\n\x0fsegment_in_host\x18\n \x01(\x03\x12\x1a\n\x12segment_host_count\x18\x0b \x01(\x03\x12\x17\n\tuser_name\x18\x0c \x01(\tB\x04\xe8\xc7\x31\x01\x12$\n\ruser_password\x18\r \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x38-128\x12 \n\nnetwork_id\x18\x0e \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x12security_group_ids\x18\x0f \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x10 \x01(\x08\x12\x16\n\x0ehost_group_ids\x18\x11 \x03(\t\x12L\n\x12maintenance_window\x18\x13 \x01(\x0b\x32\x30.yandex.cloud.mdb.greenplum.v1.MaintenanceWindow\x12>\n\x0b\x63onfig_spec\x18\x14 \x01(\x0b\x32).yandex.cloud.mdb.greenplum.v1.ConfigSpec\x12\x42\n\rcloud_storage\x18\x15 \x01(\x0b\x32+.yandex.cloud.mdb.greenplum.v1.CloudStorage\x12\x1d\n\x15master_host_group_ids\x18\x16 \x03(\t\x12\x1e\n\x16segment_host_group_ids\x18\x17 \x03(\t\x12\x1a\n\x12service_account_id\x18\x18 \x01(\t\x12=\n\x07logging\x18\x19 \x01(\x0b\x32,.yandex.cloud.mdb.greenplum.v1.LoggingConfig\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x12\x10\x13\"\x91\x06\n\nConfigSpec\x12i\n\x15greenplum_config_6_17\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_17H\x00R\x14greenplumConfig_6_17\x12i\n\x15greenplum_config_6_19\x18\x02 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_19H\x00R\x14greenplumConfig_6_19\x12i\n\x15greenplum_config_6_21\x18\x04 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_21H\x00R\x14greenplumConfig_6_21\x12i\n\x15greenplum_config_6_22\x18\x05 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_22H\x00R\x14greenplumConfig_6_22\x12`\n\x12greenplum_config_6\x18\t \x01(\x0b\x32/.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6H\x00R\x11greenplumConfig_6\x12\x43\n\x04pool\x18\x03 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.ConnectionPoolerConfig\x12X\n\x15\x62\x61\x63kground_activities\x18\x06 \x01(\x0b\x32\x39.yandex.cloud.mdb.greenplum.v1.BackgroundActivitiesConfig\x12<\n\npxf_config\x18\x08 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.PXFConfigB\x12\n\x10greenplum_configJ\x04\x08\x07\x10\x08\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\x8d\x08\n\x14UpdateClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8c\x01\n\x06labels\x18\x04 \x03(\x0b\x32?.yandex.cloud.mdb.greenplum.v1.UpdateClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12(\n\x04name\x18\x05 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12>\n\x06\x63onfig\x18\x06 \x01(\x0b\x32..yandex.cloud.mdb.greenplum.v1.GreenplumConfig\x12P\n\rmaster_config\x18\x07 \x01(\x0b\x32\x39.yandex.cloud.mdb.greenplum.v1.MasterSubclusterConfigSpec\x12R\n\x0esegment_config\x18\x08 \x01(\x0b\x32:.yandex.cloud.mdb.greenplum.v1.SegmentSubclusterConfigSpec\x12$\n\ruser_password\x18\r \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x38-128\x12\x1c\n\nnetwork_id\x18\x0e \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12L\n\x12maintenance_window\x18\x0f \x01(\x0b\x32\x30.yandex.cloud.mdb.greenplum.v1.MaintenanceWindow\x12\x1a\n\x12security_group_ids\x18\x11 \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x12 \x01(\x08\x12>\n\x0b\x63onfig_spec\x18\x13 \x01(\x0b\x32).yandex.cloud.mdb.greenplum.v1.ConfigSpec\x12\x42\n\rcloud_storage\x18\x14 \x01(\x0b\x32+.yandex.cloud.mdb.greenplum.v1.CloudStorage\x12\x1a\n\x12service_account_id\x18\x15 \x01(\t\x12=\n\x07logging\x18\x16 \x01(\x0b\x32,.yandex.cloud.mdb.greenplum.v1.LoggingConfig\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x10\x10\x11J\x04\x08\t\x10\r\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"-\n\x17\x41\x64\x64\x43lusterHostsMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xcb\x01\n\rExpandRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x12segment_host_count\x18\x02 \x01(\x03\x12#\n\x1b\x61\x64\x64_segments_per_host_count\x18\x03 \x01(\x03\x12\x10\n\x08\x64uration\x18\x04 \x01(\x03\x12\x10\n\x08parallel\x18\x05 \x01(\x03\x12\x15\n\rclose_cluster\x18\x06 \x01(\x08\x12\x1c\n\x14\x64\x65lay_redistribution\x18\x07 \x01(\x08\"8\n\x14\x44\x65leteClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"7\n\x13StartClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"6\n\x12StopClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"c\n\x12MoveClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"b\n\x13MoveClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x18\n\x10source_folder_id\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x65stination_folder_id\x18\x03 \x01(\t\"~\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<=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\"y\n\x17ListClusterHostsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"g\n\x18ListClusterHostsResponse\x12\x32\n\x05hosts\x18\x01 \x03(\x0b\x32#.yandex.cloud.mdb.greenplum.v1.Host\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"Y\n\x1aMasterSubclusterConfigSpec\x12;\n\tresources\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\"Z\n\x1bSegmentSubclusterConfigSpec\x12;\n\tresources\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\"j\n\x17ListClusterLogsResponse\x12\x36\n\x04logs\x18\x01 \x03(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.LogRecord\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb2\x01\n\tLogRecord\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x46\n\x07message\x18\x02 \x03(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.LogRecord.MessageEntry\x1a.\n\x0cMessageEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xe5\x03\n\x16ListClusterLogsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\rcolumn_filter\x18\x02 \x03(\t\x12W\n\x0cservice_type\x18\x03 \x01(\x0e\x32\x41.yandex.cloud.mdb.greenplum.v1.ListClusterLogsRequest.ServiceType\x12-\n\tfrom_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07to_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1d\n\tpage_size\x18\x06 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x07 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1e\n\x16\x61lways_next_page_token\x18\x08 \x01(\x08\x12\x1a\n\x06\x66ilter\x18\t \x01(\tB\n\x8a\xc8\x31\x06<=1000\"c\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tGREENPLUM\x10\x01\x12\x14\n\x10GREENPLUM_POOLER\x10\x02\x12\x11\n\rGREENPLUM_PXF\x10\x03\"{\n\x19ListClusterBackupsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"f\n\x0fStreamLogRecord\x12\x38\n\x06record\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.LogRecord\x12\x19\n\x11next_record_token\x18\x02 \x01(\t\"\xac\x03\n\x18StreamClusterLogsRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x15\n\rcolumn_filter\x18\x02 \x03(\t\x12Y\n\x0cservice_type\x18\x03 \x01(\x0e\x32\x43.yandex.cloud.mdb.greenplum.v1.StreamClusterLogsRequest.ServiceType\x12-\n\tfrom_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07to_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1f\n\x0crecord_token\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x07 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"c\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tGREENPLUM\x10\x01\x12\x14\n\x10GREENPLUM_POOLER\x10\x02\x12\x11\n\rGREENPLUM_PXF\x10\x03\"m\n\x1aListClusterBackupsResponse\x12\x36\n\x07\x62\x61\x63kups\x18\x01 \x03(\x0b\x32%.yandex.cloud.mdb.greenplum.v1.Backup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"8\n\x14\x42\x61\x63kupClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\">\n\x15\x42\x61\x63kupClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tbackup_id\x18\x02 \x01(\t\"\xf4\x08\n\x15RestoreClusterRequest\x12\x17\n\tbackup_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12(\n\x04time\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04name\x18\x03 \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\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8d\x01\n\x06labels\x18\x05 \x03(\x0b\x32@.yandex.cloud.mdb.greenplum.v1.RestoreClusterRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12M\n\x0b\x65nvironment\x18\x06 \x01(\x0e\x32\x32.yandex.cloud.mdb.greenplum.v1.Cluster.EnvironmentB\x04\xe8\xc7\x31\x01\x12\x45\n\x06\x63onfig\x18\x07 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.GreenplumRestoreConfig\x12\x42\n\x10master_resources\x18\x08 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\x12\x43\n\x11segment_resources\x18\t \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\x12 \n\nnetwork_id\x18\n \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x12security_group_ids\x18\x0b \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x0c \x01(\x08\x12\x16\n\x0ehost_group_ids\x18\r \x03(\t\x12\x1a\n\x12placement_group_id\x18\x0e \x01(\t\x12L\n\x12maintenance_window\x18\x0f \x01(\x0b\x32\x30.yandex.cloud.mdb.greenplum.v1.MaintenanceWindow\x12\x1a\n\x12segment_host_count\x18\x11 \x01(\x03\x12\x17\n\x0fsegment_in_host\x18\x12 \x01(\x03\x12R\n\x0crestore_only\x18\x13 \x03(\tB<\xf2\xc7\x31\'[a-zA-Z0-9\\*_]*(\\/[a-zA-Z0-9\\*_]*){0,2}\x82\xc8\x31\x04<=50\x8a\xc8\x31\x05<=256\x12\x1d\n\x15master_host_group_ids\x18\x14 \x03(\t\x12\x1e\n\x16segment_host_group_ids\x18\x15 \x03(\t\x12\x1a\n\x12service_account_id\x18\x18 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x16\x10\x17J\x04\x08\x17\x10\x18\"?\n\x16RestoreClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\x11\n\tbackup_id\x18\x02 \x01(\t2\x86\x19\n\x0e\x43lusterService\x12\x94\x01\n\x03Get\x12\x30.yandex.cloud.mdb.greenplum.v1.GetClusterRequest\x1a&.yandex.cloud.mdb.greenplum.v1.Cluster\"3\x82\xd3\xe4\x93\x02-\x12+/managed-greenplum/v1/clusters/{cluster_id}\x12\x97\x01\n\x04List\x12\x32.yandex.cloud.mdb.greenplum.v1.ListClustersRequest\x1a\x33.yandex.cloud.mdb.greenplum.v1.ListClustersResponse\"&\x82\xd3\xe4\x93\x02 \x12\x1e/managed-greenplum/v1/clusters\x12\xaf\x01\n\x06\x43reate\x12\x33.yandex.cloud.mdb.greenplum.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"M\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02#\"\x1e/managed-greenplum/v1/clusters:\x01*\x12\xbc\x01\n\x06Update\x12\x33.yandex.cloud.mdb.greenplum.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x30\x32+/managed-greenplum/v1/clusters/{cluster_id}:\x01*\x12\xbe\x01\n\x06\x45xpand\x12,.yandex.cloud.mdb.greenplum.v1.ExpandRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*\"\n\x17\x41\x64\x64\x43lusterHostsMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x37\"2/managed-greenplum/v1/clusters/{cluster_id}/expand:\x01*\x12\xc7\x01\n\x06\x44\x65lete\x12\x33.yandex.cloud.mdb.greenplum.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"e\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02-*+/managed-greenplum/v1/clusters/{cluster_id}\x12\xbc\x01\n\x05Start\x12\x32.yandex.cloud.mdb.greenplum.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x33\"1/managed-greenplum/v1/clusters/{cluster_id}:start\x12\xb8\x01\n\x04Stop\x12\x31.yandex.cloud.mdb.greenplum.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x32\"0/managed-greenplum/v1/clusters/{cluster_id}:stop\x12\xbb\x01\n\x04Move\x12\x31.yandex.cloud.mdb.greenplum.v1.MoveClusterRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*\x1e\n\x13MoveClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x35\"0/managed-greenplum/v1/clusters/{cluster_id}:move:\x01*\x12\xcb\x01\n\x0eListOperations\x12;.yandex.cloud.mdb.greenplum.v1.ListClusterOperationsRequest\x1a<.yandex.cloud.mdb.greenplum.v1.ListClusterOperationsResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/managed-greenplum/v1/clusters/{cluster_id}/operations\x12\xc4\x01\n\x0fListMasterHosts\x12\x36.yandex.cloud.mdb.greenplum.v1.ListClusterHostsRequest\x1a\x37.yandex.cloud.mdb.greenplum.v1.ListClusterHostsResponse\"@\x82\xd3\xe4\x93\x02:\x12\x38/managed-greenplum/v1/clusters/{cluster_id}/master-hosts\x12\xc6\x01\n\x10ListSegmentHosts\x12\x36.yandex.cloud.mdb.greenplum.v1.ListClusterHostsRequest\x1a\x37.yandex.cloud.mdb.greenplum.v1.ListClusterHostsResponse\"A\x82\xd3\xe4\x93\x02;\x12\x39/managed-greenplum/v1/clusters/{cluster_id}/segment-hosts\x12\xb3\x01\n\x08ListLogs\x12\x35.yandex.cloud.mdb.greenplum.v1.ListClusterLogsRequest\x1a\x36.yandex.cloud.mdb.greenplum.v1.ListClusterLogsResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/managed-greenplum/v1/clusters/{cluster_id}:logs\x12\xb8\x01\n\nStreamLogs\x12\x37.yandex.cloud.mdb.greenplum.v1.StreamClusterLogsRequest\x1a..yandex.cloud.mdb.greenplum.v1.StreamLogRecord\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-greenplum/v1/clusters/{cluster_id}:stream_logs0\x01\x12\xbf\x01\n\x0bListBackups\x12\x38.yandex.cloud.mdb.greenplum.v1.ListClusterBackupsRequest\x1a\x39.yandex.cloud.mdb.greenplum.v1.ListClusterBackupsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/managed-greenplum/v1/clusters/{cluster_id}/backups\x12\xc0\x01\n\x06\x42\x61\x63kup\x12\x33.yandex.cloud.mdb.greenplum.v1.BackupClusterRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2* \n\x15\x42\x61\x63kupClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x34\"2/managed-greenplum/v1/clusters/{cluster_id}:backup\x12\xba\x01\n\x07Restore\x12\x34.yandex.cloud.mdb.greenplum.v1.RestoreClusterRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*!\n\x16RestoreClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02+\"&/managed-greenplum/v1/clusters:restore:\x01*Bp\n!yandex.cloud.api.mdb.greenplum.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/greenplum/v1;greenplumb\x06proto3')
|
|
40
40
|
|
|
41
41
|
_globals = globals()
|
|
42
42
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -193,81 +193,81 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
193
193
|
_globals['_LISTCLUSTERSRESPONSE']._serialized_start=755
|
|
194
194
|
_globals['_LISTCLUSTERSRESPONSE']._serialized_end=860
|
|
195
195
|
_globals['_CREATECLUSTERREQUEST']._serialized_start=863
|
|
196
|
-
_globals['_CREATECLUSTERREQUEST']._serialized_end=
|
|
197
|
-
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
198
|
-
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
199
|
-
_globals['_CONFIGSPEC']._serialized_start=
|
|
200
|
-
_globals['_CONFIGSPEC']._serialized_end=
|
|
201
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_start=
|
|
202
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_end=
|
|
203
|
-
_globals['_UPDATECLUSTERREQUEST']._serialized_start=
|
|
204
|
-
_globals['_UPDATECLUSTERREQUEST']._serialized_end=
|
|
205
|
-
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
206
|
-
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
207
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_start=
|
|
208
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_end=
|
|
209
|
-
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_start=
|
|
210
|
-
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_end=
|
|
211
|
-
_globals['_EXPANDREQUEST']._serialized_start=
|
|
212
|
-
_globals['_EXPANDREQUEST']._serialized_end=
|
|
213
|
-
_globals['_DELETECLUSTERREQUEST']._serialized_start=
|
|
214
|
-
_globals['_DELETECLUSTERREQUEST']._serialized_end=
|
|
215
|
-
_globals['_DELETECLUSTERMETADATA']._serialized_start=
|
|
216
|
-
_globals['_DELETECLUSTERMETADATA']._serialized_end=
|
|
217
|
-
_globals['_STARTCLUSTERREQUEST']._serialized_start=
|
|
218
|
-
_globals['_STARTCLUSTERREQUEST']._serialized_end=
|
|
219
|
-
_globals['_STARTCLUSTERMETADATA']._serialized_start=
|
|
220
|
-
_globals['_STARTCLUSTERMETADATA']._serialized_end=
|
|
221
|
-
_globals['_STOPCLUSTERREQUEST']._serialized_start=
|
|
222
|
-
_globals['_STOPCLUSTERREQUEST']._serialized_end=
|
|
223
|
-
_globals['_STOPCLUSTERMETADATA']._serialized_start=
|
|
224
|
-
_globals['_STOPCLUSTERMETADATA']._serialized_end=
|
|
225
|
-
_globals['_MOVECLUSTERREQUEST']._serialized_start=
|
|
226
|
-
_globals['_MOVECLUSTERREQUEST']._serialized_end=
|
|
227
|
-
_globals['_MOVECLUSTERMETADATA']._serialized_start=
|
|
228
|
-
_globals['_MOVECLUSTERMETADATA']._serialized_end=
|
|
229
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=
|
|
230
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=
|
|
231
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=
|
|
232
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=
|
|
233
|
-
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_start=
|
|
234
|
-
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_end=
|
|
235
|
-
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_start=
|
|
236
|
-
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_end=
|
|
237
|
-
_globals['_MASTERSUBCLUSTERCONFIGSPEC']._serialized_start=
|
|
238
|
-
_globals['_MASTERSUBCLUSTERCONFIGSPEC']._serialized_end=
|
|
239
|
-
_globals['_SEGMENTSUBCLUSTERCONFIGSPEC']._serialized_start=
|
|
240
|
-
_globals['_SEGMENTSUBCLUSTERCONFIGSPEC']._serialized_end=
|
|
241
|
-
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_start=
|
|
242
|
-
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_end=
|
|
243
|
-
_globals['_LOGRECORD']._serialized_start=
|
|
244
|
-
_globals['_LOGRECORD']._serialized_end=
|
|
245
|
-
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_start=
|
|
246
|
-
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_end=
|
|
247
|
-
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_start=
|
|
248
|
-
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_end=
|
|
249
|
-
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=
|
|
250
|
-
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=
|
|
251
|
-
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_start=
|
|
252
|
-
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_end=
|
|
253
|
-
_globals['_STREAMLOGRECORD']._serialized_start=
|
|
254
|
-
_globals['_STREAMLOGRECORD']._serialized_end=
|
|
255
|
-
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_start=
|
|
256
|
-
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_end=
|
|
257
|
-
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=
|
|
258
|
-
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=
|
|
259
|
-
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_start=
|
|
260
|
-
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_end=
|
|
261
|
-
_globals['_BACKUPCLUSTERREQUEST']._serialized_start=
|
|
262
|
-
_globals['_BACKUPCLUSTERREQUEST']._serialized_end=
|
|
263
|
-
_globals['_BACKUPCLUSTERMETADATA']._serialized_start=
|
|
264
|
-
_globals['_BACKUPCLUSTERMETADATA']._serialized_end=
|
|
265
|
-
_globals['_RESTORECLUSTERREQUEST']._serialized_start=
|
|
266
|
-
_globals['_RESTORECLUSTERREQUEST']._serialized_end=
|
|
267
|
-
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
268
|
-
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
269
|
-
_globals['_RESTORECLUSTERMETADATA']._serialized_start=
|
|
270
|
-
_globals['_RESTORECLUSTERMETADATA']._serialized_end=
|
|
271
|
-
_globals['_CLUSTERSERVICE']._serialized_start=
|
|
272
|
-
_globals['_CLUSTERSERVICE']._serialized_end=
|
|
196
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_end=2123
|
|
197
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=2072
|
|
198
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=2117
|
|
199
|
+
_globals['_CONFIGSPEC']._serialized_start=2126
|
|
200
|
+
_globals['_CONFIGSPEC']._serialized_end=2911
|
|
201
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_start=2913
|
|
202
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_end=2956
|
|
203
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_start=2959
|
|
204
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_end=3996
|
|
205
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=2072
|
|
206
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=2117
|
|
207
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_start=3998
|
|
208
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_end=4041
|
|
209
|
+
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_start=4043
|
|
210
|
+
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_end=4088
|
|
211
|
+
_globals['_EXPANDREQUEST']._serialized_start=4091
|
|
212
|
+
_globals['_EXPANDREQUEST']._serialized_end=4294
|
|
213
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_start=4296
|
|
214
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_end=4352
|
|
215
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_start=4354
|
|
216
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_end=4397
|
|
217
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_start=4399
|
|
218
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_end=4454
|
|
219
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_start=4456
|
|
220
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_end=4498
|
|
221
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_start=4500
|
|
222
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_end=4554
|
|
223
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_start=4556
|
|
224
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_end=4597
|
|
225
|
+
_globals['_MOVECLUSTERREQUEST']._serialized_start=4599
|
|
226
|
+
_globals['_MOVECLUSTERREQUEST']._serialized_end=4698
|
|
227
|
+
_globals['_MOVECLUSTERMETADATA']._serialized_start=4700
|
|
228
|
+
_globals['_MOVECLUSTERMETADATA']._serialized_end=4798
|
|
229
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=4800
|
|
230
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=4926
|
|
231
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=4928
|
|
232
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=5039
|
|
233
|
+
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_start=5041
|
|
234
|
+
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_end=5162
|
|
235
|
+
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_start=5164
|
|
236
|
+
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_end=5267
|
|
237
|
+
_globals['_MASTERSUBCLUSTERCONFIGSPEC']._serialized_start=5269
|
|
238
|
+
_globals['_MASTERSUBCLUSTERCONFIGSPEC']._serialized_end=5358
|
|
239
|
+
_globals['_SEGMENTSUBCLUSTERCONFIGSPEC']._serialized_start=5360
|
|
240
|
+
_globals['_SEGMENTSUBCLUSTERCONFIGSPEC']._serialized_end=5450
|
|
241
|
+
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_start=5452
|
|
242
|
+
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_end=5558
|
|
243
|
+
_globals['_LOGRECORD']._serialized_start=5561
|
|
244
|
+
_globals['_LOGRECORD']._serialized_end=5739
|
|
245
|
+
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_start=5693
|
|
246
|
+
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_end=5739
|
|
247
|
+
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_start=5742
|
|
248
|
+
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_end=6227
|
|
249
|
+
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=6128
|
|
250
|
+
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=6227
|
|
251
|
+
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_start=6229
|
|
252
|
+
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_end=6352
|
|
253
|
+
_globals['_STREAMLOGRECORD']._serialized_start=6354
|
|
254
|
+
_globals['_STREAMLOGRECORD']._serialized_end=6456
|
|
255
|
+
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_start=6459
|
|
256
|
+
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_end=6887
|
|
257
|
+
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=6128
|
|
258
|
+
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=6227
|
|
259
|
+
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_start=6889
|
|
260
|
+
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_end=6998
|
|
261
|
+
_globals['_BACKUPCLUSTERREQUEST']._serialized_start=7000
|
|
262
|
+
_globals['_BACKUPCLUSTERREQUEST']._serialized_end=7056
|
|
263
|
+
_globals['_BACKUPCLUSTERMETADATA']._serialized_start=7058
|
|
264
|
+
_globals['_BACKUPCLUSTERMETADATA']._serialized_end=7120
|
|
265
|
+
_globals['_RESTORECLUSTERREQUEST']._serialized_start=7123
|
|
266
|
+
_globals['_RESTORECLUSTERREQUEST']._serialized_end=8263
|
|
267
|
+
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_start=2072
|
|
268
|
+
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_end=2117
|
|
269
|
+
_globals['_RESTORECLUSTERMETADATA']._serialized_start=8265
|
|
270
|
+
_globals['_RESTORECLUSTERMETADATA']._serialized_end=8328
|
|
271
|
+
_globals['_CLUSTERSERVICE']._serialized_start=8331
|
|
272
|
+
_globals['_CLUSTERSERVICE']._serialized_end=11537
|
|
273
273
|
# @@protoc_insertion_point(module_scope)
|