yandexcloud 0.364.0__py3-none-any.whl → 0.365.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/dns/v1/dns_zone_service_pb2.py +37 -27
- yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +42 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.py +44 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.pyi +20 -0
- yandex/cloud/gitlab/v1/package_options_pb2.py +35 -0
- yandex/cloud/gitlab/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +11 -11
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +184 -177
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +98 -91
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +70 -63
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +248 -241
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +110 -103
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +146 -139
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +114 -107
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +132 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +136 -129
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.365.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.365.0.dist-info}/RECORD +43 -39
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.365.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.365.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.365.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.365.0.dist-info}/top_level.txt +0 -0
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import grpc
|
|
4
4
|
import warnings
|
|
5
5
|
|
|
6
|
+
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
6
7
|
from yandex.cloud.mdb.clickhouse.v1 import cluster_pb2 as yandex_dot_cloud_dot_mdb_dot_clickhouse_dot_v1_dot_cluster__pb2
|
|
7
8
|
from yandex.cloud.mdb.clickhouse.v1 import cluster_service_pb2 as yandex_dot_cloud_dot_mdb_dot_clickhouse_dot_v1_dot_cluster__service__pb2
|
|
8
9
|
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
@@ -222,6 +223,21 @@ class ClusterServiceStub(object):
|
|
|
222
223
|
request_serializer=yandex_dot_cloud_dot_mdb_dot_clickhouse_dot_v1_dot_cluster__service__pb2.DeleteClusterExternalDictionaryRequest.SerializeToString,
|
|
223
224
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
224
225
|
_registered_method=True)
|
|
226
|
+
self.ListAccessBindings = channel.unary_unary(
|
|
227
|
+
'/yandex.cloud.mdb.clickhouse.v1.ClusterService/ListAccessBindings',
|
|
228
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
229
|
+
response_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
|
|
230
|
+
_registered_method=True)
|
|
231
|
+
self.SetAccessBindings = channel.unary_unary(
|
|
232
|
+
'/yandex.cloud.mdb.clickhouse.v1.ClusterService/SetAccessBindings',
|
|
233
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
|
|
234
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
235
|
+
_registered_method=True)
|
|
236
|
+
self.UpdateAccessBindings = channel.unary_unary(
|
|
237
|
+
'/yandex.cloud.mdb.clickhouse.v1.ClusterService/UpdateAccessBindings',
|
|
238
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
|
|
239
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
240
|
+
_registered_method=True)
|
|
225
241
|
|
|
226
242
|
|
|
227
243
|
class ClusterServiceServicer(object):
|
|
@@ -489,6 +505,27 @@ class ClusterServiceServicer(object):
|
|
|
489
505
|
context.set_details('Method not implemented!')
|
|
490
506
|
raise NotImplementedError('Method not implemented!')
|
|
491
507
|
|
|
508
|
+
def ListAccessBindings(self, request, context):
|
|
509
|
+
"""Retrieves a list of access bindings for the specified ClickHouse cluster.
|
|
510
|
+
"""
|
|
511
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
512
|
+
context.set_details('Method not implemented!')
|
|
513
|
+
raise NotImplementedError('Method not implemented!')
|
|
514
|
+
|
|
515
|
+
def SetAccessBindings(self, request, context):
|
|
516
|
+
"""Sets access bindings for the specified ClickHouse cluster.
|
|
517
|
+
"""
|
|
518
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
519
|
+
context.set_details('Method not implemented!')
|
|
520
|
+
raise NotImplementedError('Method not implemented!')
|
|
521
|
+
|
|
522
|
+
def UpdateAccessBindings(self, request, context):
|
|
523
|
+
"""Updates access bindings for the specified ClickHouse cluster.
|
|
524
|
+
"""
|
|
525
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
526
|
+
context.set_details('Method not implemented!')
|
|
527
|
+
raise NotImplementedError('Method not implemented!')
|
|
528
|
+
|
|
492
529
|
|
|
493
530
|
def add_ClusterServiceServicer_to_server(servicer, server):
|
|
494
531
|
rpc_method_handlers = {
|
|
@@ -677,6 +714,21 @@ def add_ClusterServiceServicer_to_server(servicer, server):
|
|
|
677
714
|
request_deserializer=yandex_dot_cloud_dot_mdb_dot_clickhouse_dot_v1_dot_cluster__service__pb2.DeleteClusterExternalDictionaryRequest.FromString,
|
|
678
715
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
679
716
|
),
|
|
717
|
+
'ListAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
718
|
+
servicer.ListAccessBindings,
|
|
719
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.FromString,
|
|
720
|
+
response_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.SerializeToString,
|
|
721
|
+
),
|
|
722
|
+
'SetAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
723
|
+
servicer.SetAccessBindings,
|
|
724
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.FromString,
|
|
725
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
726
|
+
),
|
|
727
|
+
'UpdateAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
728
|
+
servicer.UpdateAccessBindings,
|
|
729
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.FromString,
|
|
730
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
731
|
+
),
|
|
680
732
|
}
|
|
681
733
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
682
734
|
'yandex.cloud.mdb.clickhouse.v1.ClusterService', rpc_method_handlers)
|
|
@@ -1687,3 +1739,84 @@ class ClusterService(object):
|
|
|
1687
1739
|
timeout,
|
|
1688
1740
|
metadata,
|
|
1689
1741
|
_registered_method=True)
|
|
1742
|
+
|
|
1743
|
+
@staticmethod
|
|
1744
|
+
def ListAccessBindings(request,
|
|
1745
|
+
target,
|
|
1746
|
+
options=(),
|
|
1747
|
+
channel_credentials=None,
|
|
1748
|
+
call_credentials=None,
|
|
1749
|
+
insecure=False,
|
|
1750
|
+
compression=None,
|
|
1751
|
+
wait_for_ready=None,
|
|
1752
|
+
timeout=None,
|
|
1753
|
+
metadata=None):
|
|
1754
|
+
return grpc.experimental.unary_unary(
|
|
1755
|
+
request,
|
|
1756
|
+
target,
|
|
1757
|
+
'/yandex.cloud.mdb.clickhouse.v1.ClusterService/ListAccessBindings',
|
|
1758
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
1759
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
|
|
1760
|
+
options,
|
|
1761
|
+
channel_credentials,
|
|
1762
|
+
insecure,
|
|
1763
|
+
call_credentials,
|
|
1764
|
+
compression,
|
|
1765
|
+
wait_for_ready,
|
|
1766
|
+
timeout,
|
|
1767
|
+
metadata,
|
|
1768
|
+
_registered_method=True)
|
|
1769
|
+
|
|
1770
|
+
@staticmethod
|
|
1771
|
+
def SetAccessBindings(request,
|
|
1772
|
+
target,
|
|
1773
|
+
options=(),
|
|
1774
|
+
channel_credentials=None,
|
|
1775
|
+
call_credentials=None,
|
|
1776
|
+
insecure=False,
|
|
1777
|
+
compression=None,
|
|
1778
|
+
wait_for_ready=None,
|
|
1779
|
+
timeout=None,
|
|
1780
|
+
metadata=None):
|
|
1781
|
+
return grpc.experimental.unary_unary(
|
|
1782
|
+
request,
|
|
1783
|
+
target,
|
|
1784
|
+
'/yandex.cloud.mdb.clickhouse.v1.ClusterService/SetAccessBindings',
|
|
1785
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
|
|
1786
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
1787
|
+
options,
|
|
1788
|
+
channel_credentials,
|
|
1789
|
+
insecure,
|
|
1790
|
+
call_credentials,
|
|
1791
|
+
compression,
|
|
1792
|
+
wait_for_ready,
|
|
1793
|
+
timeout,
|
|
1794
|
+
metadata,
|
|
1795
|
+
_registered_method=True)
|
|
1796
|
+
|
|
1797
|
+
@staticmethod
|
|
1798
|
+
def UpdateAccessBindings(request,
|
|
1799
|
+
target,
|
|
1800
|
+
options=(),
|
|
1801
|
+
channel_credentials=None,
|
|
1802
|
+
call_credentials=None,
|
|
1803
|
+
insecure=False,
|
|
1804
|
+
compression=None,
|
|
1805
|
+
wait_for_ready=None,
|
|
1806
|
+
timeout=None,
|
|
1807
|
+
metadata=None):
|
|
1808
|
+
return grpc.experimental.unary_unary(
|
|
1809
|
+
request,
|
|
1810
|
+
target,
|
|
1811
|
+
'/yandex.cloud.mdb.clickhouse.v1.ClusterService/UpdateAccessBindings',
|
|
1812
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
|
|
1813
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
1814
|
+
options,
|
|
1815
|
+
channel_credentials,
|
|
1816
|
+
insecure,
|
|
1817
|
+
call_credentials,
|
|
1818
|
+
compression,
|
|
1819
|
+
wait_for_ready,
|
|
1820
|
+
timeout,
|
|
1821
|
+
metadata,
|
|
1822
|
+
_registered_method=True)
|
|
@@ -8,6 +8,7 @@ import collections.abc
|
|
|
8
8
|
import grpc
|
|
9
9
|
import grpc.aio
|
|
10
10
|
import typing
|
|
11
|
+
import yandex.cloud.access.access_pb2
|
|
11
12
|
import yandex.cloud.mdb.clickhouse.v1.cluster_pb2
|
|
12
13
|
import yandex.cloud.mdb.clickhouse.v1.cluster_service_pb2
|
|
13
14
|
import yandex.cloud.operation.operation_pb2
|
|
@@ -249,6 +250,24 @@ class ClusterServiceStub:
|
|
|
249
250
|
]
|
|
250
251
|
"""Deletes the specified external dictionary."""
|
|
251
252
|
|
|
253
|
+
ListAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
254
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
255
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
256
|
+
]
|
|
257
|
+
"""Retrieves a list of access bindings for the specified ClickHouse cluster."""
|
|
258
|
+
|
|
259
|
+
SetAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
260
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
261
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
262
|
+
]
|
|
263
|
+
"""Sets access bindings for the specified ClickHouse cluster."""
|
|
264
|
+
|
|
265
|
+
UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
266
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
267
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
268
|
+
]
|
|
269
|
+
"""Updates access bindings for the specified ClickHouse cluster."""
|
|
270
|
+
|
|
252
271
|
class ClusterServiceAsyncStub:
|
|
253
272
|
"""A set of methods for managing ClickHouse clusters."""
|
|
254
273
|
|
|
@@ -478,6 +497,24 @@ class ClusterServiceAsyncStub:
|
|
|
478
497
|
]
|
|
479
498
|
"""Deletes the specified external dictionary."""
|
|
480
499
|
|
|
500
|
+
ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
501
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
502
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
503
|
+
]
|
|
504
|
+
"""Retrieves a list of access bindings for the specified ClickHouse cluster."""
|
|
505
|
+
|
|
506
|
+
SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
507
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
508
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
509
|
+
]
|
|
510
|
+
"""Sets access bindings for the specified ClickHouse cluster."""
|
|
511
|
+
|
|
512
|
+
UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
513
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
514
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
515
|
+
]
|
|
516
|
+
"""Updates access bindings for the specified ClickHouse cluster."""
|
|
517
|
+
|
|
481
518
|
class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
482
519
|
"""A set of methods for managing ClickHouse clusters."""
|
|
483
520
|
|
|
@@ -781,4 +818,28 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
781
818
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
782
819
|
"""Deletes the specified external dictionary."""
|
|
783
820
|
|
|
821
|
+
@abc.abstractmethod
|
|
822
|
+
def ListAccessBindings(
|
|
823
|
+
self,
|
|
824
|
+
request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
825
|
+
context: _ServicerContext,
|
|
826
|
+
) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
|
|
827
|
+
"""Retrieves a list of access bindings for the specified ClickHouse cluster."""
|
|
828
|
+
|
|
829
|
+
@abc.abstractmethod
|
|
830
|
+
def SetAccessBindings(
|
|
831
|
+
self,
|
|
832
|
+
request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
833
|
+
context: _ServicerContext,
|
|
834
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
835
|
+
"""Sets access bindings for the specified ClickHouse cluster."""
|
|
836
|
+
|
|
837
|
+
@abc.abstractmethod
|
|
838
|
+
def UpdateAccessBindings(
|
|
839
|
+
self,
|
|
840
|
+
request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
841
|
+
context: _ServicerContext,
|
|
842
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
843
|
+
"""Updates access bindings for the specified ClickHouse cluster."""
|
|
844
|
+
|
|
784
845
|
def add_ClusterServiceServicer_to_server(servicer: ClusterServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -25,6 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
26
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
27
27
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
28
|
+
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
28
29
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
29
30
|
from yandex.cloud.mdb.greenplum.v1 import backup_pb2 as yandex_dot_cloud_dot_mdb_dot_greenplum_dot_v1_dot_backup__pb2
|
|
30
31
|
from yandex.cloud.mdb.greenplum.v1 import cluster_pb2 as yandex_dot_cloud_dot_mdb_dot_greenplum_dot_v1_dot_cluster__pb2
|
|
@@ -36,7 +37,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
36
37
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
37
38
|
|
|
38
39
|
|
|
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\"\xce\x02\n\x1cRescheduleMaintenanceRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12i\n\x0freschedule_type\x18\x02 \x01(\x0e\x32J.yandex.cloud.mdb.greenplum.v1.RescheduleMaintenanceRequest.RescheduleTypeB\x04\xe8\xc7\x31\x01\x12\x31\n\rdelayed_until\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"n\n\x0eRescheduleType\x12\x1f\n\x1bRESCHEDULE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tIMMEDIATE\x10\x01\x12\x19\n\x15NEXT_AVAILABLE_WINDOW\x10\x02\x12\x11\n\rSPECIFIC_TIME\x10\x03\"r\n\x1dRescheduleMaintenanceMetadata\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x37\n\rdelayed_until\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\"~\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\xfa\x1a\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\xf1\x01\n\x15RescheduleMaintenance\x12;.yandex.cloud.mdb.greenplum.v1.RescheduleMaintenanceRequest\x1a!.yandex.cloud.operation.Operation\"x\xb2\xd2*(\n\x1dRescheduleMaintenanceMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x46\"A/managed-greenplum/v1/clusters/{cluster_id}:rescheduleMaintenance:\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
|
+
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/access/access.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\"\xce\x02\n\x1cRescheduleMaintenanceRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12i\n\x0freschedule_type\x18\x02 \x01(\x0e\x32J.yandex.cloud.mdb.greenplum.v1.RescheduleMaintenanceRequest.RescheduleTypeB\x04\xe8\xc7\x31\x01\x12\x31\n\rdelayed_until\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"n\n\x0eRescheduleType\x12\x1f\n\x1bRESCHEDULE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tIMMEDIATE\x10\x01\x12\x19\n\x15NEXT_AVAILABLE_WINDOW\x10\x02\x12\x11\n\rSPECIFIC_TIME\x10\x03\"r\n\x1dRescheduleMaintenanceMetadata\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x37\n\rdelayed_until\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\"~\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\xc7 \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\xf1\x01\n\x15RescheduleMaintenance\x12;.yandex.cloud.mdb.greenplum.v1.RescheduleMaintenanceRequest\x1a!.yandex.cloud.operation.Operation\"x\xb2\xd2*(\n\x1dRescheduleMaintenanceMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x46\"A/managed-greenplum/v1/clusters/{cluster_id}:rescheduleMaintenance:\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*\x12\xbe\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"G\x82\xd3\xe4\x93\x02\x41\x12?/managed-greenplum/v1/clusters/{resource_id}:listAccessBindings\x12\xfd\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x95\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x43\">/managed-greenplum/v1/clusters/{resource_id}:setAccessBindings:\x01*\x12\x89\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9b\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x46\x32\x41/managed-greenplum/v1/clusters/{resource_id}:updateAccessBindings:\x01*Bp\n!yandex.cloud.api.mdb.greenplum.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/greenplum/v1;greenplumb\x06proto3')
|
|
40
41
|
|
|
41
42
|
_globals = globals()
|
|
42
43
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -196,94 +197,100 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
196
197
|
_globals['_CLUSTERSERVICE'].methods_by_name['Backup']._serialized_options = b'\262\322* \n\025BackupClusterMetadata\022\007Cluster\202\323\344\223\0024\"2/managed-greenplum/v1/clusters/{cluster_id}:backup'
|
|
197
198
|
_globals['_CLUSTERSERVICE'].methods_by_name['Restore']._loaded_options = None
|
|
198
199
|
_globals['_CLUSTERSERVICE'].methods_by_name['Restore']._serialized_options = b'\262\322*!\n\026RestoreClusterMetadata\022\007Cluster\202\323\344\223\002+\"&/managed-greenplum/v1/clusters:restore:\001*'
|
|
199
|
-
_globals['
|
|
200
|
-
_globals['
|
|
201
|
-
_globals['
|
|
202
|
-
_globals['
|
|
203
|
-
_globals['
|
|
204
|
-
_globals['
|
|
205
|
-
_globals['
|
|
206
|
-
_globals['
|
|
207
|
-
_globals['
|
|
208
|
-
_globals['
|
|
209
|
-
_globals['
|
|
210
|
-
_globals['
|
|
211
|
-
_globals['
|
|
212
|
-
_globals['
|
|
213
|
-
_globals['
|
|
214
|
-
_globals['
|
|
215
|
-
_globals['
|
|
216
|
-
_globals['
|
|
217
|
-
_globals['
|
|
218
|
-
_globals['
|
|
219
|
-
_globals['
|
|
220
|
-
_globals['
|
|
221
|
-
_globals['
|
|
222
|
-
_globals['
|
|
223
|
-
_globals['
|
|
224
|
-
_globals['
|
|
225
|
-
_globals['
|
|
226
|
-
_globals['
|
|
227
|
-
_globals['
|
|
228
|
-
_globals['
|
|
229
|
-
_globals['
|
|
230
|
-
_globals['
|
|
231
|
-
_globals['
|
|
232
|
-
_globals['
|
|
233
|
-
_globals['
|
|
234
|
-
_globals['
|
|
235
|
-
_globals['
|
|
236
|
-
_globals['
|
|
237
|
-
_globals['
|
|
238
|
-
_globals['
|
|
239
|
-
_globals['
|
|
240
|
-
_globals['
|
|
241
|
-
_globals['
|
|
242
|
-
_globals['
|
|
243
|
-
_globals['
|
|
244
|
-
_globals['
|
|
245
|
-
_globals['
|
|
246
|
-
_globals['
|
|
247
|
-
_globals['
|
|
248
|
-
_globals['
|
|
249
|
-
_globals['
|
|
250
|
-
_globals['
|
|
251
|
-
_globals['
|
|
252
|
-
_globals['
|
|
253
|
-
_globals['
|
|
254
|
-
_globals['
|
|
255
|
-
_globals['
|
|
256
|
-
_globals['
|
|
257
|
-
_globals['
|
|
258
|
-
_globals['
|
|
259
|
-
_globals['
|
|
260
|
-
_globals['
|
|
261
|
-
_globals['
|
|
262
|
-
_globals['
|
|
263
|
-
_globals['
|
|
264
|
-
_globals['
|
|
265
|
-
_globals['
|
|
266
|
-
_globals['
|
|
267
|
-
_globals['
|
|
268
|
-
_globals['
|
|
269
|
-
_globals['
|
|
270
|
-
_globals['
|
|
271
|
-
_globals['
|
|
272
|
-
_globals['
|
|
273
|
-
_globals['
|
|
274
|
-
_globals['
|
|
275
|
-
_globals['
|
|
276
|
-
_globals['
|
|
277
|
-
_globals['
|
|
278
|
-
_globals['
|
|
279
|
-
_globals['
|
|
280
|
-
_globals['
|
|
281
|
-
_globals['
|
|
282
|
-
_globals['
|
|
283
|
-
_globals['
|
|
284
|
-
_globals['
|
|
285
|
-
_globals['
|
|
286
|
-
_globals['
|
|
287
|
-
_globals['
|
|
288
|
-
_globals['
|
|
200
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['ListAccessBindings']._loaded_options = None
|
|
201
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['ListAccessBindings']._serialized_options = b'\202\323\344\223\002A\022?/managed-greenplum/v1/clusters/{resource_id}:listAccessBindings'
|
|
202
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['SetAccessBindings']._loaded_options = None
|
|
203
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['SetAccessBindings']._serialized_options = b'\262\322*H\n access.SetAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002C\">/managed-greenplum/v1/clusters/{resource_id}:setAccessBindings:\001*'
|
|
204
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['UpdateAccessBindings']._loaded_options = None
|
|
205
|
+
_globals['_CLUSTERSERVICE'].methods_by_name['UpdateAccessBindings']._serialized_options = b'\262\322*K\n#access.UpdateAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002F2A/managed-greenplum/v1/clusters/{resource_id}:updateAccessBindings:\001*'
|
|
206
|
+
_globals['_GETCLUSTERREQUEST']._serialized_start=587
|
|
207
|
+
_globals['_GETCLUSTERREQUEST']._serialized_end=640
|
|
208
|
+
_globals['_LISTCLUSTERSREQUEST']._serialized_start=643
|
|
209
|
+
_globals['_LISTCLUSTERSREQUEST']._serialized_end=787
|
|
210
|
+
_globals['_LISTCLUSTERSRESPONSE']._serialized_start=789
|
|
211
|
+
_globals['_LISTCLUSTERSRESPONSE']._serialized_end=894
|
|
212
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_start=897
|
|
213
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_end=2157
|
|
214
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=2106
|
|
215
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=2151
|
|
216
|
+
_globals['_CONFIGSPEC']._serialized_start=2160
|
|
217
|
+
_globals['_CONFIGSPEC']._serialized_end=2945
|
|
218
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_start=2947
|
|
219
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_end=2990
|
|
220
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_start=2993
|
|
221
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_end=4030
|
|
222
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=2106
|
|
223
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=2151
|
|
224
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_start=4032
|
|
225
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_end=4075
|
|
226
|
+
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_start=4077
|
|
227
|
+
_globals['_ADDCLUSTERHOSTSMETADATA']._serialized_end=4122
|
|
228
|
+
_globals['_EXPANDREQUEST']._serialized_start=4125
|
|
229
|
+
_globals['_EXPANDREQUEST']._serialized_end=4328
|
|
230
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_start=4330
|
|
231
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_end=4386
|
|
232
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_start=4388
|
|
233
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_end=4431
|
|
234
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_start=4433
|
|
235
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_end=4488
|
|
236
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_start=4490
|
|
237
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_end=4532
|
|
238
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_start=4534
|
|
239
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_end=4588
|
|
240
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_start=4590
|
|
241
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_end=4631
|
|
242
|
+
_globals['_MOVECLUSTERREQUEST']._serialized_start=4633
|
|
243
|
+
_globals['_MOVECLUSTERREQUEST']._serialized_end=4732
|
|
244
|
+
_globals['_MOVECLUSTERMETADATA']._serialized_start=4734
|
|
245
|
+
_globals['_MOVECLUSTERMETADATA']._serialized_end=4832
|
|
246
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_start=4835
|
|
247
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_end=5169
|
|
248
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST_RESCHEDULETYPE']._serialized_start=5059
|
|
249
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST_RESCHEDULETYPE']._serialized_end=5169
|
|
250
|
+
_globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_start=5171
|
|
251
|
+
_globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_end=5285
|
|
252
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=5287
|
|
253
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=5413
|
|
254
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=5415
|
|
255
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=5526
|
|
256
|
+
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_start=5528
|
|
257
|
+
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_end=5649
|
|
258
|
+
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_start=5651
|
|
259
|
+
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_end=5754
|
|
260
|
+
_globals['_MASTERSUBCLUSTERCONFIGSPEC']._serialized_start=5756
|
|
261
|
+
_globals['_MASTERSUBCLUSTERCONFIGSPEC']._serialized_end=5845
|
|
262
|
+
_globals['_SEGMENTSUBCLUSTERCONFIGSPEC']._serialized_start=5847
|
|
263
|
+
_globals['_SEGMENTSUBCLUSTERCONFIGSPEC']._serialized_end=5937
|
|
264
|
+
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_start=5939
|
|
265
|
+
_globals['_LISTCLUSTERLOGSRESPONSE']._serialized_end=6045
|
|
266
|
+
_globals['_LOGRECORD']._serialized_start=6048
|
|
267
|
+
_globals['_LOGRECORD']._serialized_end=6226
|
|
268
|
+
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_start=6180
|
|
269
|
+
_globals['_LOGRECORD_MESSAGEENTRY']._serialized_end=6226
|
|
270
|
+
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_start=6229
|
|
271
|
+
_globals['_LISTCLUSTERLOGSREQUEST']._serialized_end=6714
|
|
272
|
+
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=6615
|
|
273
|
+
_globals['_LISTCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=6714
|
|
274
|
+
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_start=6716
|
|
275
|
+
_globals['_LISTCLUSTERBACKUPSREQUEST']._serialized_end=6839
|
|
276
|
+
_globals['_STREAMLOGRECORD']._serialized_start=6841
|
|
277
|
+
_globals['_STREAMLOGRECORD']._serialized_end=6943
|
|
278
|
+
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_start=6946
|
|
279
|
+
_globals['_STREAMCLUSTERLOGSREQUEST']._serialized_end=7374
|
|
280
|
+
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_start=6615
|
|
281
|
+
_globals['_STREAMCLUSTERLOGSREQUEST_SERVICETYPE']._serialized_end=6714
|
|
282
|
+
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_start=7376
|
|
283
|
+
_globals['_LISTCLUSTERBACKUPSRESPONSE']._serialized_end=7485
|
|
284
|
+
_globals['_BACKUPCLUSTERREQUEST']._serialized_start=7487
|
|
285
|
+
_globals['_BACKUPCLUSTERREQUEST']._serialized_end=7543
|
|
286
|
+
_globals['_BACKUPCLUSTERMETADATA']._serialized_start=7545
|
|
287
|
+
_globals['_BACKUPCLUSTERMETADATA']._serialized_end=7607
|
|
288
|
+
_globals['_RESTORECLUSTERREQUEST']._serialized_start=7610
|
|
289
|
+
_globals['_RESTORECLUSTERREQUEST']._serialized_end=8750
|
|
290
|
+
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_start=2106
|
|
291
|
+
_globals['_RESTORECLUSTERREQUEST_LABELSENTRY']._serialized_end=2151
|
|
292
|
+
_globals['_RESTORECLUSTERMETADATA']._serialized_start=8752
|
|
293
|
+
_globals['_RESTORECLUSTERMETADATA']._serialized_end=8815
|
|
294
|
+
_globals['_CLUSTERSERVICE']._serialized_start=8818
|
|
295
|
+
_globals['_CLUSTERSERVICE']._serialized_end=12985
|
|
289
296
|
# @@protoc_insertion_point(module_scope)
|