yandexcloud 0.330.0__py3-none-any.whl → 0.332.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.
- yandex/cloud/ai/assistants/v1/common_pb2.py +28 -9
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +231 -12
- yandex/cloud/ai/assistants/v1/runs/run_pb2.py +10 -10
- yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +20 -4
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +26 -22
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +50 -4
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +46 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +29 -0
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +13 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +7 -7
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +9 -2
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.py +6 -5
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +8 -1
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.py +22 -21
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +15 -2
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +12 -10
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +23 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +62 -48
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +89 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +87 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +37 -0
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +34 -28
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +73 -3
- yandex/cloud/ai/translate/v2/translation_pb2.pyi +2 -2
- yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +14 -13
- yandex/cloud/ai/tuning/v1/tuning_error_pb2.py +39 -0
- yandex/cloud/ai/tuning/v1/tuning_error_pb2.pyi +54 -0
- yandex/cloud/ai/tuning/v1/tuning_error_pb2_grpc.py +24 -0
- yandex/cloud/ai/tuning/v1/tuning_error_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +56 -51
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +33 -2
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +1 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +1 -1
- yandex/cloud/audittrails/v1/trail_pb2.py +17 -15
- yandex/cloud/audittrails/v1/trail_pb2.pyi +25 -2
- yandex/cloud/backup/v1/policy_pb2.py +27 -27
- yandex/cloud/backup/v1/policy_pb2.pyi +8 -2
- yandex/cloud/billing/v1/customer_service_pb2.pyi +2 -2
- yandex/cloud/compute/v1/disk_placement_group_service_pb2.py +28 -28
- yandex/cloud/compute/v1/disk_service_pb2.py +36 -36
- yandex/cloud/compute/v1/filesystem_service_pb2.py +24 -24
- yandex/cloud/compute/v1/gpu_cluster_pb2.pyi +1 -1
- yandex/cloud/compute/v1/host_group_service_pb2.py +36 -36
- yandex/cloud/compute/v1/image_service_pb2.py +24 -24
- yandex/cloud/compute/v1/image_service_pb2.pyi +2 -1
- yandex/cloud/compute/v1/instance_service_pb2.py +130 -130
- yandex/cloud/compute/v1/snapshot_service_pb2.py +24 -24
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.py +9 -7
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +19 -0
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.py +8 -8
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +7 -3
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.py +6 -6
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +11 -4
- yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +33 -3
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +21 -8
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +41 -5
- yandex/cloud/datatransfer/v1/transfer_pb2.py +48 -46
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +22 -2
- yandex/cloud/datatransfer/v1/transfer_service_pb2.py +32 -32
- yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +53 -7
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +20 -7
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +55 -7
- yandex/cloud/endpoint/api_endpoint_service_pb2.py +10 -6
- yandex/cloud/loadtesting/api/v1/agent/create_compute_instance_pb2.pyi +1 -1
- yandex/cloud/loadtesting/api/v1/agent_service_pb2.py +3 -3
- yandex/cloud/loadtesting/api/v1/config_service_pb2.py +2 -2
- yandex/cloud/loadtesting/api/v1/regression_dashboard_service_pb2.py +3 -3
- yandex/cloud/loadtesting/api/v1/report_service_pb2.py +2 -2
- yandex/cloud/loadtesting/api/v1/test/test_pb2.pyi +1 -1
- yandex/cloud/loadtesting/api/v1/test_service_pb2.py +2 -2
- yandex/cloud/lockbox/v1/payload_service_pb2.py +6 -6
- yandex/cloud/lockbox/v1/payload_service_pb2.pyi +4 -1
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +72 -68
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +33 -2
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +36 -34
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +34 -4
- yandex/cloud/mdb/clickhouse/v1/user_service_pb2.py +30 -29
- yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +9 -2
- yandex/cloud/mdb/greenplum/v1/config_pb2.py +24 -24
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +20 -2
- yandex/cloud/mdb/greenplum/v1/resource_groups_pb2.py +51 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_pb2.pyi +62 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_pb2_grpc.py +24 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2.py +99 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2.pyi +187 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2_grpc.py +276 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2_grpc.pyi +126 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +0 -1
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +3 -9
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +96 -96
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/mysql/v1/user_pb2.py +16 -14
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +32 -4
- yandex/cloud/mdb/mysql/v1/user_service_pb2.py +30 -29
- yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +9 -2
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +0 -1
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +3 -9
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +98 -98
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/postgresql/v1/user_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +32 -4
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +18 -18
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +8 -2
- yandex/cloud/mdb/redis/v1/user_pb2.py +47 -0
- yandex/cloud/mdb/redis/v1/user_pb2.pyi +131 -0
- yandex/cloud/mdb/redis/v1/user_pb2_grpc.py +24 -0
- yandex/cloud/mdb/redis/v1/user_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/redis/v1/user_service_pb2.py +93 -0
- yandex/cloud/mdb/redis/v1/user_service_pb2.pyi +250 -0
- yandex/cloud/mdb/redis/v1/user_service_pb2_grpc.py +281 -0
- yandex/cloud/mdb/redis/v1/user_service_pb2_grpc.pyi +141 -0
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2_grpc.py +1 -1
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2_grpc.pyi +3 -3
- yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.py +1 -1
- yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.pyi +3 -3
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +20 -18
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +1 -1
- yandex/cloud/video/v1/episode_service_pb2.py +35 -21
- yandex/cloud/video/v1/episode_service_pb2.pyi +42 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +44 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
- yandex/cloud/video/v1/video_service_pb2.py +64 -63
- yandex/cloud/video/v1/video_service_pb2.pyi +9 -2
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/METADATA +2 -2
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/RECORD +133 -113
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/top_level.txt +0 -0
|
@@ -65,6 +65,11 @@ class TuningServiceStub(object):
|
|
|
65
65
|
request_serializer=yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.GetOptionsRequest.SerializeToString,
|
|
66
66
|
response_deserializer=yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.GetOptionsResponse.FromString,
|
|
67
67
|
_registered_method=True)
|
|
68
|
+
self.ListErrors = channel.unary_unary(
|
|
69
|
+
'/yandex.cloud.ai.tuning.v1.TuningService/ListErrors',
|
|
70
|
+
request_serializer=yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.ListErrorsRequest.SerializeToString,
|
|
71
|
+
response_deserializer=yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.ListErrorsResponse.FromString,
|
|
72
|
+
_registered_method=True)
|
|
68
73
|
|
|
69
74
|
|
|
70
75
|
class TuningServiceServicer(object):
|
|
@@ -106,6 +111,12 @@ class TuningServiceServicer(object):
|
|
|
106
111
|
context.set_details('Method not implemented!')
|
|
107
112
|
raise NotImplementedError('Method not implemented!')
|
|
108
113
|
|
|
114
|
+
def ListErrors(self, request, context):
|
|
115
|
+
"""Missing associated documentation comment in .proto file."""
|
|
116
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
117
|
+
context.set_details('Method not implemented!')
|
|
118
|
+
raise NotImplementedError('Method not implemented!')
|
|
119
|
+
|
|
109
120
|
|
|
110
121
|
def add_TuningServiceServicer_to_server(servicer, server):
|
|
111
122
|
rpc_method_handlers = {
|
|
@@ -139,6 +150,11 @@ def add_TuningServiceServicer_to_server(servicer, server):
|
|
|
139
150
|
request_deserializer=yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.GetOptionsRequest.FromString,
|
|
140
151
|
response_serializer=yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.GetOptionsResponse.SerializeToString,
|
|
141
152
|
),
|
|
153
|
+
'ListErrors': grpc.unary_unary_rpc_method_handler(
|
|
154
|
+
servicer.ListErrors,
|
|
155
|
+
request_deserializer=yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.ListErrorsRequest.FromString,
|
|
156
|
+
response_serializer=yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.ListErrorsResponse.SerializeToString,
|
|
157
|
+
),
|
|
142
158
|
}
|
|
143
159
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
144
160
|
'yandex.cloud.ai.tuning.v1.TuningService', rpc_method_handlers)
|
|
@@ -311,3 +327,30 @@ class TuningService(object):
|
|
|
311
327
|
timeout,
|
|
312
328
|
metadata,
|
|
313
329
|
_registered_method=True)
|
|
330
|
+
|
|
331
|
+
@staticmethod
|
|
332
|
+
def ListErrors(request,
|
|
333
|
+
target,
|
|
334
|
+
options=(),
|
|
335
|
+
channel_credentials=None,
|
|
336
|
+
call_credentials=None,
|
|
337
|
+
insecure=False,
|
|
338
|
+
compression=None,
|
|
339
|
+
wait_for_ready=None,
|
|
340
|
+
timeout=None,
|
|
341
|
+
metadata=None):
|
|
342
|
+
return grpc.experimental.unary_unary(
|
|
343
|
+
request,
|
|
344
|
+
target,
|
|
345
|
+
'/yandex.cloud.ai.tuning.v1.TuningService/ListErrors',
|
|
346
|
+
yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.ListErrorsRequest.SerializeToString,
|
|
347
|
+
yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__service__pb2.ListErrorsResponse.FromString,
|
|
348
|
+
options,
|
|
349
|
+
channel_credentials,
|
|
350
|
+
insecure,
|
|
351
|
+
call_credentials,
|
|
352
|
+
compression,
|
|
353
|
+
wait_for_ready,
|
|
354
|
+
timeout,
|
|
355
|
+
metadata,
|
|
356
|
+
_registered_method=True)
|
|
@@ -50,6 +50,11 @@ class TuningServiceStub:
|
|
|
50
50
|
yandex.cloud.ai.tuning.v1.tuning_service_pb2.GetOptionsResponse,
|
|
51
51
|
]
|
|
52
52
|
|
|
53
|
+
ListErrors: grpc.UnaryUnaryMultiCallable[
|
|
54
|
+
yandex.cloud.ai.tuning.v1.tuning_service_pb2.ListErrorsRequest,
|
|
55
|
+
yandex.cloud.ai.tuning.v1.tuning_service_pb2.ListErrorsResponse,
|
|
56
|
+
]
|
|
57
|
+
|
|
53
58
|
class TuningServiceAsyncStub:
|
|
54
59
|
Tune: grpc.aio.UnaryUnaryMultiCallable[
|
|
55
60
|
yandex.cloud.ai.tuning.v1.tuning_service_pb2.TuningRequest,
|
|
@@ -81,6 +86,11 @@ class TuningServiceAsyncStub:
|
|
|
81
86
|
yandex.cloud.ai.tuning.v1.tuning_service_pb2.GetOptionsResponse,
|
|
82
87
|
]
|
|
83
88
|
|
|
89
|
+
ListErrors: grpc.aio.UnaryUnaryMultiCallable[
|
|
90
|
+
yandex.cloud.ai.tuning.v1.tuning_service_pb2.ListErrorsRequest,
|
|
91
|
+
yandex.cloud.ai.tuning.v1.tuning_service_pb2.ListErrorsResponse,
|
|
92
|
+
]
|
|
93
|
+
|
|
84
94
|
class TuningServiceServicer(metaclass=abc.ABCMeta):
|
|
85
95
|
@abc.abstractmethod
|
|
86
96
|
def Tune(
|
|
@@ -124,4 +134,11 @@ class TuningServiceServicer(metaclass=abc.ABCMeta):
|
|
|
124
134
|
context: _ServicerContext,
|
|
125
135
|
) -> typing.Union[yandex.cloud.ai.tuning.v1.tuning_service_pb2.GetOptionsResponse, collections.abc.Awaitable[yandex.cloud.ai.tuning.v1.tuning_service_pb2.GetOptionsResponse]]: ...
|
|
126
136
|
|
|
137
|
+
@abc.abstractmethod
|
|
138
|
+
def ListErrors(
|
|
139
|
+
self,
|
|
140
|
+
request: yandex.cloud.ai.tuning.v1.tuning_service_pb2.ListErrorsRequest,
|
|
141
|
+
context: _ServicerContext,
|
|
142
|
+
) -> typing.Union[yandex.cloud.ai.tuning.v1.tuning_service_pb2.ListErrorsResponse, collections.abc.Awaitable[yandex.cloud.ai.tuning.v1.tuning_service_pb2.ListErrorsResponse]]: ...
|
|
143
|
+
|
|
127
144
|
def add_TuningServiceServicer_to_server(servicer: TuningServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -114,7 +114,7 @@ class LoadBalancer(google.protobuf.message.Message):
|
|
|
114
114
|
log_group_id: builtins.str
|
|
115
115
|
"""ID of the log group that stores access logs of the application load balancer.
|
|
116
116
|
|
|
117
|
-
The logs can be accessed using a Cloud Functions [trigger for Cloud Logs](/docs/functions/operations/trigger/
|
|
117
|
+
The logs can be accessed using a Cloud Functions [trigger for Cloud Logs](/docs/functions/operations/trigger/cloud-logging-trigger-create).
|
|
118
118
|
"""
|
|
119
119
|
@property
|
|
120
120
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
@@ -26,7 +26,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
26
26
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/audittrails/v1/trail.proto\x12\x1byandex.cloud.audittrails.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/audittrails/v1/trail.proto\x12\x1byandex.cloud.audittrails.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xa1\x1c\n\x05Trail\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x34\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\x12\x34\n\nupdated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\x12\x32\n\x04name\x18\x05 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1f\n\x0b\x64\x65scription\x18\x06 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12{\n\x06labels\x18\x07 \x03(\x0b\x32..yandex.cloud.audittrails.v1.Trail.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\x12I\n\x0b\x64\x65stination\x18\x08 \x01(\x0b\x32..yandex.cloud.audittrails.v1.Trail.DestinationB\x04\xe8\xc7\x31\x01\x12$\n\x12service_account_id\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12?\n\x06status\x18\n \x01(\x0e\x32).yandex.cloud.audittrails.v1.Trail.StatusB\x04\xe8\xc7\x31\x01\x12=\n\x06\x66ilter\x18\x0b \x01(\x0b\x32).yandex.cloud.audittrails.v1.Trail.FilterB\x02\x18\x01\x12\x1c\n\x14status_error_message\x18\x0c \x01(\t\x12\x1e\n\x08\x63loud_id\x18\x0e \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12L\n\x10\x66iltering_policy\x18\x0f \x01(\x0b\x32\x32.yandex.cloud.audittrails.v1.Trail.FilteringPolicy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x84\x02\n\x0b\x44\x65stination\x12J\n\x0eobject_storage\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.audittrails.v1.Trail.ObjectStorageH\x00\x12H\n\rcloud_logging\x18\x03 \x01(\x0b\x32/.yandex.cloud.audittrails.v1.Trail.CloudLoggingH\x00\x12\x44\n\x0b\x64\x61ta_stream\x18\x04 \x01(\x0b\x32-.yandex.cloud.audittrails.v1.Trail.DataStreamH\x00\x42\x13\n\x0b\x64\x65stination\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x03\x1a\x43\n\rObjectStorage\x12\x1b\n\tbucket_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04\x33-63\x12\x15\n\robject_prefix\x18\x02 \x01(\t\x1a\x45\n\x0c\x43loudLogging\x12 \n\x0clog_group_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=64H\x00\x42\r\n\x0b\x64\x65stinationJ\x04\x08\x02\x10\x03\x1a\x36\n\nDataStream\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\t\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\x1a\x98\x01\n\x06\x46ilter\x12\x42\n\x0bpath_filter\x18\x01 \x01(\x0b\x32-.yandex.cloud.audittrails.v1.Trail.PathFilter\x12J\n\x0c\x65vent_filter\x18\x02 \x01(\x0b\x32..yandex.cloud.audittrails.v1.Trail.EventFilterB\x04\xe8\xc7\x31\x01\x1aV\n\nPathFilter\x12H\n\x04root\x18\x01 \x01(\x0b\x32\x34.yandex.cloud.audittrails.v1.Trail.PathFilterElementB\x04\xe8\xc7\x31\x01\x1a\xc4\x01\n\x11PathFilterElement\x12M\n\nany_filter\x18\x01 \x01(\x0b\x32\x37.yandex.cloud.audittrails.v1.Trail.PathFilterElementAnyH\x00\x12O\n\x0bsome_filter\x18\x02 \x01(\x0b\x32\x38.yandex.cloud.audittrails.v1.Trail.PathFilterElementSomeH\x00\x42\x0f\n\x07\x65lement\x12\x04\xc0\xc1\x31\x01\x1a[\n\x14PathFilterElementAny\x12\x43\n\x08resource\x18\x01 \x01(\x0b\x32+.yandex.cloud.audittrails.v1.Trail.ResourceB\x04\xe8\xc7\x31\x01\x1a\xab\x01\n\x15PathFilterElementSome\x12\x43\n\x08resource\x18\x01 \x01(\x0b\x32+.yandex.cloud.audittrails.v1.Trail.ResourceB\x04\xe8\xc7\x31\x01\x12M\n\x07\x66ilters\x18\x02 \x03(\x0b\x32\x34.yandex.cloud.audittrails.v1.Trail.PathFilterElementB\x06\x82\xc8\x31\x02>0\x1a@\n\x08Resource\x12\x18\n\x02id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=64\x12\x1a\n\x04type\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x1a^\n\x0b\x45ventFilter\x12O\n\x07\x66ilters\x18\x01 \x03(\x0b\x32\x35.yandex.cloud.audittrails.v1.Trail.EventFilterElementB\x07\x82\xc8\x31\x03>=0\x1a\xd0\x01\n\x12\x45ventFilterElement\x12\x15\n\x07service\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12Y\n\ncategories\x18\x02 \x03(\x0b\x32=.yandex.cloud.audittrails.v1.Trail.EventFilterElementCategoryB\x06\x82\xc8\x31\x02>0\x12H\n\x0bpath_filter\x18\x03 \x01(\x0b\x32-.yandex.cloud.audittrails.v1.Trail.PathFilterB\x04\xe8\xc7\x31\x01\x1a\xb7\x01\n\x1a\x45ventFilterElementCategory\x12K\n\x05plane\x18\x01 \x01(\x0e\x32\x36.yandex.cloud.audittrails.v1.Trail.EventCategoryFilterB\x04\xe8\xc7\x31\x01\x12L\n\x04type\x18\x02 \x01(\x0e\x32\x38.yandex.cloud.audittrails.v1.Trail.EventAccessTypeFilterB\x04\xe8\xc7\x31\x01\x1a\x8e\x03\n\x13\x44\x61taEventsFiltering\x12\x15\n\x07service\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12H\n\x0fincluded_events\x18\x02 \x01(\x0b\x32-.yandex.cloud.audittrails.v1.Trail.EventTypesH\x00\x12H\n\x0f\x65xcluded_events\x18\x03 \x01(\x0b\x32-.yandex.cloud.audittrails.v1.Trail.EventTypesH\x00\x12L\n\ndns_filter\x18\x05 \x01(\x0b\x32\x36.yandex.cloud.audittrails.v1.Trail.DnsDataEventsFilterH\x01\x12P\n\x0fresource_scopes\x18\x04 \x03(\x0b\x32+.yandex.cloud.audittrails.v1.Trail.ResourceB\n\x82\xc8\x31\x06\x31-1024B\x12\n\x10\x61\x64\x64itional_rulesB\x18\n\x16service_specific_rules\x1a-\n\nEventTypes\x12\x1f\n\x0b\x65vent_types\x18\x01 \x03(\tB\n\x82\xc8\x31\x06\x31-1024\x1am\n\x19ManagementEventsFiltering\x12P\n\x0fresource_scopes\x18\x01 \x03(\x0b\x32+.yandex.cloud.audittrails.v1.Trail.ResourceB\n\x82\xc8\x31\x06\x31-1024\x1a\xd6\x01\n\x0f\x46ilteringPolicy\x12\x64\n\x18management_events_filter\x18\x01 \x01(\x0b\x32<.yandex.cloud.audittrails.v1.Trail.ManagementEventsFilteringB\x04\xe8\xc7\x31\x00\x12]\n\x13\x64\x61ta_events_filters\x18\x02 \x03(\x0b\x32\x36.yandex.cloud.audittrails.v1.Trail.DataEventsFilteringB\x08\x82\xc8\x31\x04<128\x1a\x35\n\x13\x44nsDataEventsFilter\x12\x1e\n\x16only_recursive_queries\x18\x01 \x01(\x08\"D\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\t\n\x05\x45RROR\x10\x02\x12\x0b\n\x07\x44\x45LETED\x10\x03\"_\n\x13\x45ventCategoryFilter\x12%\n!EVENT_CATEGORY_FILTER_UNSPECIFIED\x10\x00\x12\x11\n\rCONTROL_PLANE\x10\x01\x12\x0e\n\nDATA_PLANE\x10\x02\"V\n\x15\x45ventAccessTypeFilter\x12(\n$EVENT_ACCESS_TYPE_FILTER_UNSPECIFIED\x10\x00\x12\t\n\x05WRITE\x10\x01\x12\x08\n\x04READ\x10\x02J\x04\x08\r\x10\x0e\x42r\n\x1fyandex.cloud.api.audittrails.v1B\x02\x41TZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/audittrails/v1;audittrailsb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -105,7 +105,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
105
105
|
_globals['_TRAIL'].fields_by_name['cloud_id']._loaded_options = None
|
|
106
106
|
_globals['_TRAIL'].fields_by_name['cloud_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
107
107
|
_globals['_TRAIL']._serialized_start=137
|
|
108
|
-
_globals['_TRAIL']._serialized_end=
|
|
108
|
+
_globals['_TRAIL']._serialized_end=3754
|
|
109
109
|
_globals['_TRAIL_LABELSENTRY']._serialized_start=890
|
|
110
110
|
_globals['_TRAIL_LABELSENTRY']._serialized_end=935
|
|
111
111
|
_globals['_TRAIL_DESTINATION']._serialized_start=938
|
|
@@ -135,17 +135,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
135
135
|
_globals['_TRAIL_EVENTFILTERELEMENTCATEGORY']._serialized_start=2479
|
|
136
136
|
_globals['_TRAIL_EVENTFILTERELEMENTCATEGORY']._serialized_end=2662
|
|
137
137
|
_globals['_TRAIL_DATAEVENTSFILTERING']._serialized_start=2665
|
|
138
|
-
_globals['_TRAIL_DATAEVENTSFILTERING']._serialized_end=
|
|
139
|
-
_globals['_TRAIL_EVENTTYPES']._serialized_start=
|
|
140
|
-
_globals['_TRAIL_EVENTTYPES']._serialized_end=
|
|
141
|
-
_globals['_TRAIL_MANAGEMENTEVENTSFILTERING']._serialized_start=
|
|
142
|
-
_globals['_TRAIL_MANAGEMENTEVENTSFILTERING']._serialized_end=
|
|
143
|
-
_globals['_TRAIL_FILTERINGPOLICY']._serialized_start=
|
|
144
|
-
_globals['_TRAIL_FILTERINGPOLICY']._serialized_end=
|
|
145
|
-
_globals['
|
|
146
|
-
_globals['
|
|
147
|
-
_globals['
|
|
148
|
-
_globals['
|
|
149
|
-
_globals['
|
|
150
|
-
_globals['
|
|
138
|
+
_globals['_TRAIL_DATAEVENTSFILTERING']._serialized_end=3063
|
|
139
|
+
_globals['_TRAIL_EVENTTYPES']._serialized_start=3065
|
|
140
|
+
_globals['_TRAIL_EVENTTYPES']._serialized_end=3110
|
|
141
|
+
_globals['_TRAIL_MANAGEMENTEVENTSFILTERING']._serialized_start=3112
|
|
142
|
+
_globals['_TRAIL_MANAGEMENTEVENTSFILTERING']._serialized_end=3221
|
|
143
|
+
_globals['_TRAIL_FILTERINGPOLICY']._serialized_start=3224
|
|
144
|
+
_globals['_TRAIL_FILTERINGPOLICY']._serialized_end=3438
|
|
145
|
+
_globals['_TRAIL_DNSDATAEVENTSFILTER']._serialized_start=3440
|
|
146
|
+
_globals['_TRAIL_DNSDATAEVENTSFILTER']._serialized_end=3493
|
|
147
|
+
_globals['_TRAIL_STATUS']._serialized_start=3495
|
|
148
|
+
_globals['_TRAIL_STATUS']._serialized_end=3563
|
|
149
|
+
_globals['_TRAIL_EVENTCATEGORYFILTER']._serialized_start=3565
|
|
150
|
+
_globals['_TRAIL_EVENTCATEGORYFILTER']._serialized_end=3660
|
|
151
|
+
_globals['_TRAIL_EVENTACCESSTYPEFILTER']._serialized_start=3662
|
|
152
|
+
_globals['_TRAIL_EVENTACCESSTYPEFILTER']._serialized_end=3748
|
|
151
153
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -386,6 +386,7 @@ class Trail(google.protobuf.message.Message):
|
|
|
386
386
|
SERVICE_FIELD_NUMBER: builtins.int
|
|
387
387
|
INCLUDED_EVENTS_FIELD_NUMBER: builtins.int
|
|
388
388
|
EXCLUDED_EVENTS_FIELD_NUMBER: builtins.int
|
|
389
|
+
DNS_FILTER_FIELD_NUMBER: builtins.int
|
|
389
390
|
RESOURCE_SCOPES_FIELD_NUMBER: builtins.int
|
|
390
391
|
service: builtins.str
|
|
391
392
|
"""Name of the service whose events will be delivered"""
|
|
@@ -401,6 +402,10 @@ class Trail(google.protobuf.message.Message):
|
|
|
401
402
|
New events of the service will be delivered by default
|
|
402
403
|
"""
|
|
403
404
|
|
|
405
|
+
@property
|
|
406
|
+
def dns_filter(self) -> global___Trail.DnsDataEventsFilter:
|
|
407
|
+
"""Filter is allowed only if service = dns"""
|
|
408
|
+
|
|
404
409
|
@property
|
|
405
410
|
def resource_scopes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Trail.Resource]:
|
|
406
411
|
"""A list of resources which will be monitored by the trail"""
|
|
@@ -411,11 +416,15 @@ class Trail(google.protobuf.message.Message):
|
|
|
411
416
|
service: builtins.str = ...,
|
|
412
417
|
included_events: global___Trail.EventTypes | None = ...,
|
|
413
418
|
excluded_events: global___Trail.EventTypes | None = ...,
|
|
419
|
+
dns_filter: global___Trail.DnsDataEventsFilter | None = ...,
|
|
414
420
|
resource_scopes: collections.abc.Iterable[global___Trail.Resource] | None = ...,
|
|
415
421
|
) -> None: ...
|
|
416
|
-
def HasField(self, field_name: typing.Literal["additional_rules", b"additional_rules", "excluded_events", b"excluded_events", "included_events", b"included_events"]) -> builtins.bool: ...
|
|
417
|
-
def ClearField(self, field_name: typing.Literal["additional_rules", b"additional_rules", "excluded_events", b"excluded_events", "included_events", b"included_events", "resource_scopes", b"resource_scopes", "service", b"service"]) -> None: ...
|
|
422
|
+
def HasField(self, field_name: typing.Literal["additional_rules", b"additional_rules", "dns_filter", b"dns_filter", "excluded_events", b"excluded_events", "included_events", b"included_events", "service_specific_rules", b"service_specific_rules"]) -> builtins.bool: ...
|
|
423
|
+
def ClearField(self, field_name: typing.Literal["additional_rules", b"additional_rules", "dns_filter", b"dns_filter", "excluded_events", b"excluded_events", "included_events", b"included_events", "resource_scopes", b"resource_scopes", "service", b"service", "service_specific_rules", b"service_specific_rules"]) -> None: ...
|
|
424
|
+
@typing.overload
|
|
418
425
|
def WhichOneof(self, oneof_group: typing.Literal["additional_rules", b"additional_rules"]) -> typing.Literal["included_events", "excluded_events"] | None: ...
|
|
426
|
+
@typing.overload
|
|
427
|
+
def WhichOneof(self, oneof_group: typing.Literal["service_specific_rules", b"service_specific_rules"]) -> typing.Literal["dns_filter"] | None: ...
|
|
419
428
|
|
|
420
429
|
@typing.final
|
|
421
430
|
class EventTypes(google.protobuf.message.Message):
|
|
@@ -478,6 +487,20 @@ class Trail(google.protobuf.message.Message):
|
|
|
478
487
|
def HasField(self, field_name: typing.Literal["management_events_filter", b"management_events_filter"]) -> builtins.bool: ...
|
|
479
488
|
def ClearField(self, field_name: typing.Literal["data_events_filters", b"data_events_filters", "management_events_filter", b"management_events_filter"]) -> None: ...
|
|
480
489
|
|
|
490
|
+
@typing.final
|
|
491
|
+
class DnsDataEventsFilter(google.protobuf.message.Message):
|
|
492
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
493
|
+
|
|
494
|
+
ONLY_RECURSIVE_QUERIES_FIELD_NUMBER: builtins.int
|
|
495
|
+
only_recursive_queries: builtins.bool
|
|
496
|
+
"""Only recursive queries will be delivered"""
|
|
497
|
+
def __init__(
|
|
498
|
+
self,
|
|
499
|
+
*,
|
|
500
|
+
only_recursive_queries: builtins.bool = ...,
|
|
501
|
+
) -> None: ...
|
|
502
|
+
def ClearField(self, field_name: typing.Literal["only_recursive_queries", b"only_recursive_queries"]) -> None: ...
|
|
503
|
+
|
|
481
504
|
ID_FIELD_NUMBER: builtins.int
|
|
482
505
|
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
483
506
|
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
@@ -26,7 +26,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
26
26
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/backup/v1/policy.proto\x12\x16yandex.cloud.backup.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xfc\x01\n\x06Policy\x12\x18\n\x02id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x04name\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x65nabled\x18\x05 \x01(\x08\x12\x38\n\x08settings\x18\x06 \x01(\x0b\x32&.yandex.cloud.backup.v1.PolicySettings\x12\x11\n\tfolder_id\x18\x07 \x01(\t\"\
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/backup/v1/policy.proto\x12\x16yandex.cloud.backup.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xfc\x01\n\x06Policy\x12\x18\n\x02id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x04name\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x65nabled\x18\x05 \x01(\x08\x12\x38\n\x08settings\x18\x06 \x01(\x0b\x32&.yandex.cloud.backup.v1.PolicySettings\x12\x11\n\tfolder_id\x18\x07 \x01(\t\"\x82!\n\x0ePolicySettings\x12M\n\x0b\x63ompression\x18\x01 \x01(\x0e\x32\x32.yandex.cloud.backup.v1.PolicySettings.CompressionB\x04\xe8\xc7\x31\x01\x12\x34\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x1e.yandex.cloud.backup.v1.FormatB\x04\xe8\xc7\x31\x01\x12)\n!multi_volume_snapshotting_enabled\x18\x03 \x01(\x08\x12\'\n\x1fpreserve_file_security_settings\x18\x04 \x01(\x08\x12U\n\nreattempts\x18\x05 \x01(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.RetriesConfigurationB\x04\xe8\xc7\x31\x01\x12\x1b\n\x13silent_mode_enabled\x18\x06 \x01(\x08\x12I\n\tsplitting\x18\x07 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.SplittingB\x04\xe8\xc7\x31\x01\x12\x61\n\x16vm_snapshot_reattempts\x18\x08 \x01(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.RetriesConfigurationB\x04\xe8\xc7\x31\x01\x12Y\n\x03vss\x18\t \x01(\x0b\x32\x46.yandex.cloud.backup.v1.PolicySettings.VolumeShadowCopyServiceSettingsB\x04\xe8\xc7\x31\x01\x12I\n\x07\x61rchive\x18\n \x01(\x0b\x32\x38.yandex.cloud.backup.v1.PolicySettings.ArchiveProperties\x12Z\n\x12performance_window\x18\x0b \x01(\x0b\x32\x38.yandex.cloud.backup.v1.PolicySettings.PerformanceWindowB\x04\xe8\xc7\x31\x01\x12I\n\tretention\x18\x0c \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.RetentionB\x04\xe8\xc7\x31\x01\x12K\n\nscheduling\x18\x0f \x01(\x0b\x32\x31.yandex.cloud.backup.v1.PolicySettings.SchedulingB\x04\xe8\xc7\x31\x01\x12N\n\x03\x63\x62t\x18\x10 \x01(\x0e\x32;.yandex.cloud.backup.v1.PolicySettings.ChangedBlockTrackingB\x04\xe8\xc7\x31\x01\x12\x1b\n\x13\x66\x61st_backup_enabled\x18\x11 \x01(\x08\x12$\n\x1cquiesce_snapshotting_enabled\x18\x12 \x01(\x08\x1a\xcf\x01\n\x08Interval\x12H\n\x04type\x18\x01 \x01(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.Interval.TypeB\x04\xe8\xc7\x31\x01\x12\x15\n\x05\x63ount\x18\x02 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\"b\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SECONDS\x10\x01\x12\x0b\n\x07MINUTES\x10\x02\x12\t\n\x05HOURS\x10\x03\x12\x08\n\x04\x44\x41YS\x10\x04\x12\t\n\x05WEEKS\x10\x05\x12\n\n\x06MONTHS\x10\x06\x1a\x8e\x01\n\x14RetriesConfiguration\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12G\n\x08interval\x18\x02 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\x12\x1c\n\x0cmax_attempts\x18\x03 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x1a\x19\n\tSplitting\x12\x0c\n\x04size\x18\x01 \x01(\x03\x1a\xf2\x01\n\x1fVolumeShadowCopyServiceSettings\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12j\n\x08provider\x18\x02 \x01(\x0e\x32R.yandex.cloud.backup.v1.PolicySettings.VolumeShadowCopyServiceSettings.VSSProviderB\x04\xe8\xc7\x31\x01\"R\n\x0bVSSProvider\x12\x1c\n\x18VSS_PROVIDER_UNSPECIFIED\x10\x00\x12\n\n\x06NATIVE\x10\x01\x12\x19\n\x15TARGET_SYSTEM_DEFINED\x10\x02\x1a!\n\x11\x41rchiveProperties\x12\x0c\n\x04name\x18\x01 \x01(\t\x1a$\n\x11PerformanceWindow\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x1a)\n\tTimeOfDay\x12\x0c\n\x04hour\x18\x01 \x01(\x03\x12\x0e\n\x06minute\x18\x02 \x01(\x03\x1a\xbf\x02\n\tRetention\x12M\n\x05rules\x18\x01 \x03(\x0b\x32>.yandex.cloud.backup.v1.PolicySettings.Retention.RetentionRule\x12\x15\n\rbefore_backup\x18\x03 \x01(\x08\x1a\xc5\x01\n\rRetentionRule\x12H\n\nbackup_set\x18\x01 \x03(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.RepeatePeriod\x12\x42\n\x07max_age\x18\x02 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalH\x00\x12\x13\n\tmax_count\x18\x03 \x01(\x03H\x00\x42\x11\n\tcondition\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x03\x1a\xed\x0c\n\nScheduling\x12X\n\x0b\x62\x61\x63kup_sets\x18\x01 \x03(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSetB\x06\x82\xc8\x31\x02>0\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\x12\x1c\n\x14max_parallel_backups\x18\x03 \x01(\x03\x12M\n\x0erand_max_delay\x18\x04 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\x12N\n\x06scheme\x18\x05 \x01(\x0e\x32\x38.yandex.cloud.backup.v1.PolicySettings.Scheduling.SchemeB\x04\xe8\xc7\x31\x01\x12K\n\x11weekly_backup_day\x18\x06 \x01(\x0e\x32*.yandex.cloud.backup.v1.PolicySettings.DayB\x04\xe8\xc7\x31\x01\x12Q\n\x0ctask_failure\x18\x07 \x01(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.RetriesConfiguration\x1a\xee\x07\n\tBackupSet\x12P\n\x04time\x18\x01 \x01(\x0b\x32@.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.TimeH\x00\x12m\n\x14since_last_exec_time\x18\x02 \x01(\x0b\x32M.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.SinceLastExecTimeH\x00\x12N\n\x04type\x18\x03 \x01(\x0e\x32@.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.Type\x1a\xfa\x03\n\x04Time\x12\x42\n\x08weekdays\x18\x01 \x03(\x0e\x32*.yandex.cloud.backup.v1.PolicySettings.DayB\x04\x90\xc8\x31\x01\x12\x43\n\trepeat_at\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x45\n\x0crepeat_every\x18\x03 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.Interval\x12\x43\n\ttime_from\x18\x04 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x41\n\x07time_to\x18\x05 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x17\n\tmonthdays\x18\x06 \x03(\x03\x42\x04\x90\xc8\x31\x01\x12!\n\x19include_last_day_of_month\x18\x07 \x01(\x08\x12\x14\n\x06months\x18\x08 \x03(\x03\x42\x04\x90\xc8\x31\x01\x12H\n\x04type\x18\t \x01(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.RepeatePeriodB\x04\xe8\xc7\x31\x01\x1aY\n\x11SinceLastExecTime\x12\x44\n\x05\x64\x65lay\x18\x01 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\"g\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tTYPE_AUTO\x10\x01\x12\r\n\tTYPE_FULL\x10\x02\x12\x14\n\x10TYPE_INCREMENTAL\x10\x03\x12\x15\n\x11TYPE_DIFFERENTIAL\x10\x04\x42\x0f\n\x07setting\x12\x04\xc0\xc1\x31\x01\"\xa5\x01\n\x06Scheme\x12\x16\n\x12SCHEME_UNSPECIFIED\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\x0f\n\x0b\x41LWAYS_FULL\x10\x02\x12\x16\n\x12\x41LWAYS_INCREMENTAL\x10\x03\x12\x16\n\x12WEEKLY_INCREMENTAL\x10\x04\x12!\n\x1dWEEKLY_FULL_DAILY_INCREMENTAL\x10\x05\x12\n\n\x06\x43USTOM\x10\x06\x12\x07\n\x03\x43\x44P\x10\x07\"R\n\x0b\x43ompression\x12\x1b\n\x17\x43OMPRESSION_UNSPECIFIED\x10\x00\x12\n\n\x06NORMAL\x10\x01\x12\x08\n\x04HIGH\x10\x02\x12\x07\n\x03MAX\x10\x03\x12\x07\n\x03OFF\x10\x04\"_\n\rRepeatePeriod\x12\x1e\n\x1aREPEATE_PERIOD_UNSPECIFIED\x10\x00\x12\n\n\x06HOURLY\x10\x01\x12\t\n\x05\x44\x41ILY\x10\x02\x12\n\n\x06WEEKLY\x10\x03\x12\x0b\n\x07MONTHLY\x10\x04\"v\n\x03\x44\x61y\x12\x13\n\x0f\x44\x41Y_UNSPECIFIED\x10\x00\x12\n\n\x06MONDAY\x10\x01\x12\x0b\n\x07TUESDAY\x10\x02\x12\r\n\tWEDNESDAY\x10\x03\x12\x0c\n\x08THURSDAY\x10\x04\x12\n\n\x06\x46RIDAY\x10\x05\x12\x0c\n\x08SATURDAY\x10\x06\x12\n\n\x06SUNDAY\x10\x07\"v\n\x14\x43hangedBlockTracking\x12&\n\"CHANGED_BLOCK_TRACKING_UNSPECIFIED\x10\x00\x12\x12\n\x0eUSE_IF_ENABLED\x10\x01\x12\x12\n\x0e\x45NABLE_AND_USE\x10\x02\x12\x0e\n\nDO_NOT_USE\x10\x03J\x04\x08\r\x10\x0eJ\x04\x08\x0e\x10\x0f\"\xa2\x02\n\x11PolicyApplication\x12\x11\n\tpolicy_id\x18\x01 \x01(\t\x12\x1b\n\x13\x63ompute_instance_id\x18\x02 \x01(\t\x12\x0f\n\x07\x65nabled\x18\x03 \x01(\x08\x12@\n\x06status\x18\x04 \x01(\x0e\x32\x30.yandex.cloud.backup.v1.PolicyApplication.Status\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x15\n\ris_processing\x18\x06 \x01(\x08\"C\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x06\n\x02OK\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08\x44ISABLED\x10\x03*J\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x0e\n\nVERSION_11\x10\x01\x12\x0e\n\nVERSION_12\x10\x02\x12\x08\n\x04\x41UTO\x10\x03\x42_\n\x1ayandex.cloud.api.backup.v1ZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/backup/v1;backupb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -90,12 +90,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
90
90
|
_globals['_POLICYSETTINGS'].fields_by_name['scheduling']._serialized_options = b'\350\3071\001'
|
|
91
91
|
_globals['_POLICYSETTINGS'].fields_by_name['cbt']._loaded_options = None
|
|
92
92
|
_globals['_POLICYSETTINGS'].fields_by_name['cbt']._serialized_options = b'\350\3071\001'
|
|
93
|
-
_globals['_FORMAT']._serialized_start=
|
|
94
|
-
_globals['_FORMAT']._serialized_end=
|
|
93
|
+
_globals['_FORMAT']._serialized_start=4904
|
|
94
|
+
_globals['_FORMAT']._serialized_end=4978
|
|
95
95
|
_globals['_POLICY']._serialized_start=128
|
|
96
96
|
_globals['_POLICY']._serialized_end=380
|
|
97
97
|
_globals['_POLICYSETTINGS']._serialized_start=383
|
|
98
|
-
_globals['_POLICYSETTINGS']._serialized_end=
|
|
98
|
+
_globals['_POLICYSETTINGS']._serialized_end=4609
|
|
99
99
|
_globals['_POLICYSETTINGS_INTERVAL']._serialized_start=1466
|
|
100
100
|
_globals['_POLICYSETTINGS_INTERVAL']._serialized_end=1673
|
|
101
101
|
_globals['_POLICYSETTINGS_INTERVAL_TYPE']._serialized_start=1575
|
|
@@ -119,27 +119,27 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
119
119
|
_globals['_POLICYSETTINGS_RETENTION_RETENTIONRULE']._serialized_start=2325
|
|
120
120
|
_globals['_POLICYSETTINGS_RETENTION_RETENTIONRULE']._serialized_end=2522
|
|
121
121
|
_globals['_POLICYSETTINGS_SCHEDULING']._serialized_start=2531
|
|
122
|
-
_globals['_POLICYSETTINGS_SCHEDULING']._serialized_end=
|
|
123
|
-
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_start=
|
|
124
|
-
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_end=
|
|
125
|
-
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_start=
|
|
126
|
-
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_end=
|
|
127
|
-
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_start=
|
|
128
|
-
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_end=
|
|
129
|
-
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_start=
|
|
130
|
-
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_end=
|
|
131
|
-
_globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_start=
|
|
132
|
-
_globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_end=
|
|
133
|
-
_globals['_POLICYSETTINGS_COMPRESSION']._serialized_start=
|
|
134
|
-
_globals['_POLICYSETTINGS_COMPRESSION']._serialized_end=
|
|
135
|
-
_globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_start=
|
|
136
|
-
_globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_end=
|
|
137
|
-
_globals['_POLICYSETTINGS_DAY']._serialized_start=
|
|
138
|
-
_globals['_POLICYSETTINGS_DAY']._serialized_end=
|
|
139
|
-
_globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_start=
|
|
140
|
-
_globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_end=
|
|
141
|
-
_globals['_POLICYAPPLICATION']._serialized_start=
|
|
142
|
-
_globals['_POLICYAPPLICATION']._serialized_end=
|
|
143
|
-
_globals['_POLICYAPPLICATION_STATUS']._serialized_start=
|
|
144
|
-
_globals['_POLICYAPPLICATION_STATUS']._serialized_end=
|
|
122
|
+
_globals['_POLICYSETTINGS_SCHEDULING']._serialized_end=4176
|
|
123
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_start=3002
|
|
124
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_end=4008
|
|
125
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_start=3289
|
|
126
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_end=3795
|
|
127
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_start=3797
|
|
128
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_end=3886
|
|
129
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_start=3888
|
|
130
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_end=3991
|
|
131
|
+
_globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_start=4011
|
|
132
|
+
_globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_end=4176
|
|
133
|
+
_globals['_POLICYSETTINGS_COMPRESSION']._serialized_start=4178
|
|
134
|
+
_globals['_POLICYSETTINGS_COMPRESSION']._serialized_end=4260
|
|
135
|
+
_globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_start=4262
|
|
136
|
+
_globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_end=4357
|
|
137
|
+
_globals['_POLICYSETTINGS_DAY']._serialized_start=4359
|
|
138
|
+
_globals['_POLICYSETTINGS_DAY']._serialized_end=4477
|
|
139
|
+
_globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_start=4479
|
|
140
|
+
_globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_end=4597
|
|
141
|
+
_globals['_POLICYAPPLICATION']._serialized_start=4612
|
|
142
|
+
_globals['_POLICYAPPLICATION']._serialized_end=4902
|
|
143
|
+
_globals['_POLICYAPPLICATION_STATUS']._serialized_start=4835
|
|
144
|
+
_globals['_POLICYAPPLICATION_STATUS']._serialized_end=4902
|
|
145
145
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -569,6 +569,7 @@ class PolicySettings(google.protobuf.message.Message):
|
|
|
569
569
|
RAND_MAX_DELAY_FIELD_NUMBER: builtins.int
|
|
570
570
|
SCHEME_FIELD_NUMBER: builtins.int
|
|
571
571
|
WEEKLY_BACKUP_DAY_FIELD_NUMBER: builtins.int
|
|
572
|
+
TASK_FAILURE_FIELD_NUMBER: builtins.int
|
|
572
573
|
enabled: builtins.bool
|
|
573
574
|
"""If true, the backup schedule will be enabled."""
|
|
574
575
|
max_parallel_backups: builtins.int
|
|
@@ -585,6 +586,10 @@ class PolicySettings(google.protobuf.message.Message):
|
|
|
585
586
|
def rand_max_delay(self) -> global___PolicySettings.Interval:
|
|
586
587
|
"""Configuration of the random delay between the execution of parallel tasks."""
|
|
587
588
|
|
|
589
|
+
@property
|
|
590
|
+
def task_failure(self) -> global___PolicySettings.RetriesConfiguration:
|
|
591
|
+
"""Task failure settings in case of failure of scheduled task, not applicable to manually launched tasks"""
|
|
592
|
+
|
|
588
593
|
def __init__(
|
|
589
594
|
self,
|
|
590
595
|
*,
|
|
@@ -594,9 +599,10 @@ class PolicySettings(google.protobuf.message.Message):
|
|
|
594
599
|
rand_max_delay: global___PolicySettings.Interval | None = ...,
|
|
595
600
|
scheme: global___PolicySettings.Scheduling.Scheme.ValueType = ...,
|
|
596
601
|
weekly_backup_day: global___PolicySettings.Day.ValueType = ...,
|
|
602
|
+
task_failure: global___PolicySettings.RetriesConfiguration | None = ...,
|
|
597
603
|
) -> None: ...
|
|
598
|
-
def HasField(self, field_name: typing.Literal["rand_max_delay", b"rand_max_delay"]) -> builtins.bool: ...
|
|
599
|
-
def ClearField(self, field_name: typing.Literal["backup_sets", b"backup_sets", "enabled", b"enabled", "max_parallel_backups", b"max_parallel_backups", "rand_max_delay", b"rand_max_delay", "scheme", b"scheme", "weekly_backup_day", b"weekly_backup_day"]) -> None: ...
|
|
604
|
+
def HasField(self, field_name: typing.Literal["rand_max_delay", b"rand_max_delay", "task_failure", b"task_failure"]) -> builtins.bool: ...
|
|
605
|
+
def ClearField(self, field_name: typing.Literal["backup_sets", b"backup_sets", "enabled", b"enabled", "max_parallel_backups", b"max_parallel_backups", "rand_max_delay", b"rand_max_delay", "scheme", b"scheme", "task_failure", b"task_failure", "weekly_backup_day", b"weekly_backup_day"]) -> None: ...
|
|
600
606
|
|
|
601
607
|
COMPRESSION_FIELD_NUMBER: builtins.int
|
|
602
608
|
FORMAT_FIELD_NUMBER: builtins.int
|
|
@@ -114,8 +114,8 @@ class CreateResellerServedCustomerRequest(google.protobuf.message.Message):
|
|
|
114
114
|
"""ID of the reseller that customer will be associated with.</br>
|
|
115
115
|
|
|
116
116
|
Value must match either one of the three regular expressions:
|
|
117
|
-
</br>- `^
|
|
118
|
-
</br>- `^
|
|
117
|
+
</br>- `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
|
|
118
|
+
</br>- `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{32}$`
|
|
119
119
|
</br>- `^[a-z][-a-zA-Z0-9.]{0,48}[a-zA-Z0-9]$`
|
|
120
120
|
"""
|
|
121
121
|
name: builtins.str
|
|
@@ -32,7 +32,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
32
32
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/compute/v1/disk_placement_group_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/compute/v1/disk.proto\x1a\x32yandex/cloud/compute/v1/disk_placement_group.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"M\n\x1cGetDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb8\x01\n\x1eListDiskPlacementGroupsRequest\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\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"\x86\x01\n\x1fListDiskPlacementGroupsResponse\x12J\n\x15\x64isk_placement_groups\x18\x01 \x03(\x0b\x32+.yandex.cloud.compute.v1.DiskPlacementGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/compute/v1/disk_placement_group_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/compute/v1/disk.proto\x1a\x32yandex/cloud/compute/v1/disk_placement_group.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"M\n\x1cGetDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb8\x01\n\x1eListDiskPlacementGroupsRequest\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\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"\x86\x01\n\x1fListDiskPlacementGroupsResponse\x12J\n\x15\x64isk_placement_groups\x18\x01 \x03(\x0b\x32+.yandex.cloud.compute.v1.DiskPlacementGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd9\x04\n\x1f\x43reateDiskPlacementGroupRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04name\x18\x02 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x99\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x44.yandex.cloud.compute.v1.CreateDiskPlacementGroupRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x1d\n\x07zone_id\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12Y\n\x19spread_placement_strategy\x18\x06 \x01(\x0b\x32\x34.yandex.cloud.compute.v1.DiskSpreadPlacementStrategyH\x00\x12_\n\x1cpartition_placement_strategy\x18\x07 \x01(\x0b\x32\x37.yandex.cloud.compute.v1.DiskPartitionPlacementStrategyH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x1a\n\x12placement_strategy\x12\x04\xc0\xc1\x31\x01\"C\n CreateDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"\xa1\x03\n\x1fUpdateDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_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\x33\n\x04name\x18\x03 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x99\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x44.yandex.cloud.compute.v1.UpdateDiskPlacementGroupRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"C\n UpdateDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"P\n\x1f\x44\x65leteDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"C\n DeleteDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"\x91\x01\n\"ListDiskPlacementGroupDisksRequest\x12-\n\x17\x64isk_placement_group_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\"l\n#ListDiskPlacementGroupDisksResponse\x12,\n\x05\x64isks\x18\x01 \x03(\x0b\x32\x1d.yandex.cloud.compute.v1.Disk\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x96\x01\n\'ListDiskPlacementGroupOperationsRequest\x12-\n\x17\x64isk_placement_group_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\"z\n(ListDiskPlacementGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x95\x11\n\x19\x44iskPlacementGroupService\x12\xac\x01\n\x03Get\x12\x35.yandex.cloud.compute.v1.GetDiskPlacementGroupRequest\x1a+.yandex.cloud.compute.v1.DiskPlacementGroup\"A\x82\xd3\xe4\x93\x02;\x12\x39/compute/v1/diskPlacementGroups/{disk_placement_group_id}\x12\xa2\x01\n\x04List\x12\x37.yandex.cloud.compute.v1.ListDiskPlacementGroupsRequest\x1a\x38.yandex.cloud.compute.v1.ListDiskPlacementGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/compute/v1/diskPlacementGroups\x12\xcb\x01\n\x06\x43reate\x12\x38.yandex.cloud.compute.v1.CreateDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*6\n CreateDiskPlacementGroupMetadata\x12\x12\x44iskPlacementGroup\x82\xd3\xe4\x93\x02$\"\x1f/compute/v1/diskPlacementGroups:\x01*\x12\xe5\x01\n\x06Update\x12\x38.yandex.cloud.compute.v1.UpdateDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"~\xb2\xd2*6\n UpdateDiskPlacementGroupMetadata\x12\x12\x44iskPlacementGroup\x82\xd3\xe4\x93\x02>29/compute/v1/diskPlacementGroups/{disk_placement_group_id}:\x01*\x12\xe5\x01\n\x06\x44\x65lete\x12\x38.yandex.cloud.compute.v1.DeleteDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"~\xb2\xd2*9\n DeleteDiskPlacementGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;*9/compute/v1/diskPlacementGroups/{disk_placement_group_id}\x12\xcf\x01\n\tListDisks\x12;.yandex.cloud.compute.v1.ListDiskPlacementGroupDisksRequest\x1a<.yandex.cloud.compute.v1.ListDiskPlacementGroupDisksResponse\"G\x82\xd3\xe4\x93\x02\x41\x12?/compute/v1/diskPlacementGroups/{disk_placement_group_id}/disks\x12\xe3\x01\n\x0eListOperations\x12@.yandex.cloud.compute.v1.ListDiskPlacementGroupOperationsRequest\x1a\x41.yandex.cloud.compute.v1.ListDiskPlacementGroupOperationsResponse\"L\x82\xd3\xe4\x93\x02\x46\x12\x44/compute/v1/diskPlacementGroups/{disk_placement_group_id}/operations\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/compute/v1/diskPlacementGroups/{resource_id}:listAccessBindings\x12\xfe\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x96\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x44\"?/compute/v1/diskPlacementGroups/{resource_id}:setAccessBindings:\x01*\x12\x8a\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02G\"B/compute/v1/diskPlacementGroups/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
|
|
36
36
|
|
|
37
37
|
_globals = globals()
|
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -59,7 +59,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
59
59
|
_globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
60
60
|
_globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
61
61
|
_globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
62
|
-
_globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
62
|
+
_globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
|
|
63
63
|
_globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['description']._loaded_options = None
|
|
64
64
|
_globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
65
65
|
_globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -71,7 +71,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
71
71
|
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['disk_placement_group_id']._loaded_options = None
|
|
72
72
|
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['disk_placement_group_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
73
73
|
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
74
|
-
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
74
|
+
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
|
|
75
75
|
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['description']._loaded_options = None
|
|
76
76
|
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
77
77
|
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -117,29 +117,29 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
117
117
|
_globals['_LISTDISKPLACEMENTGROUPSRESPONSE']._serialized_start=645
|
|
118
118
|
_globals['_LISTDISKPLACEMENTGROUPSRESPONSE']._serialized_end=779
|
|
119
119
|
_globals['_CREATEDISKPLACEMENTGROUPREQUEST']._serialized_start=782
|
|
120
|
-
_globals['_CREATEDISKPLACEMENTGROUPREQUEST']._serialized_end=
|
|
121
|
-
_globals['_CREATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_start=
|
|
122
|
-
_globals['_CREATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_end=
|
|
123
|
-
_globals['_CREATEDISKPLACEMENTGROUPMETADATA']._serialized_start=
|
|
124
|
-
_globals['_CREATEDISKPLACEMENTGROUPMETADATA']._serialized_end=
|
|
125
|
-
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST']._serialized_start=
|
|
126
|
-
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST']._serialized_end=
|
|
127
|
-
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_start=
|
|
128
|
-
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_end=
|
|
129
|
-
_globals['_UPDATEDISKPLACEMENTGROUPMETADATA']._serialized_start=
|
|
130
|
-
_globals['_UPDATEDISKPLACEMENTGROUPMETADATA']._serialized_end=
|
|
131
|
-
_globals['_DELETEDISKPLACEMENTGROUPREQUEST']._serialized_start=
|
|
132
|
-
_globals['_DELETEDISKPLACEMENTGROUPREQUEST']._serialized_end=
|
|
133
|
-
_globals['_DELETEDISKPLACEMENTGROUPMETADATA']._serialized_start=
|
|
134
|
-
_globals['_DELETEDISKPLACEMENTGROUPMETADATA']._serialized_end=
|
|
135
|
-
_globals['_LISTDISKPLACEMENTGROUPDISKSREQUEST']._serialized_start=
|
|
136
|
-
_globals['_LISTDISKPLACEMENTGROUPDISKSREQUEST']._serialized_end=
|
|
137
|
-
_globals['_LISTDISKPLACEMENTGROUPDISKSRESPONSE']._serialized_start=
|
|
138
|
-
_globals['_LISTDISKPLACEMENTGROUPDISKSRESPONSE']._serialized_end=
|
|
139
|
-
_globals['_LISTDISKPLACEMENTGROUPOPERATIONSREQUEST']._serialized_start=
|
|
140
|
-
_globals['_LISTDISKPLACEMENTGROUPOPERATIONSREQUEST']._serialized_end=
|
|
141
|
-
_globals['_LISTDISKPLACEMENTGROUPOPERATIONSRESPONSE']._serialized_start=
|
|
142
|
-
_globals['_LISTDISKPLACEMENTGROUPOPERATIONSRESPONSE']._serialized_end=
|
|
143
|
-
_globals['_DISKPLACEMENTGROUPSERVICE']._serialized_start=
|
|
144
|
-
_globals['_DISKPLACEMENTGROUPSERVICE']._serialized_end=
|
|
120
|
+
_globals['_CREATEDISKPLACEMENTGROUPREQUEST']._serialized_end=1383
|
|
121
|
+
_globals['_CREATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_start=1310
|
|
122
|
+
_globals['_CREATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_end=1355
|
|
123
|
+
_globals['_CREATEDISKPLACEMENTGROUPMETADATA']._serialized_start=1385
|
|
124
|
+
_globals['_CREATEDISKPLACEMENTGROUPMETADATA']._serialized_end=1452
|
|
125
|
+
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST']._serialized_start=1455
|
|
126
|
+
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST']._serialized_end=1872
|
|
127
|
+
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_start=1310
|
|
128
|
+
_globals['_UPDATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_end=1355
|
|
129
|
+
_globals['_UPDATEDISKPLACEMENTGROUPMETADATA']._serialized_start=1874
|
|
130
|
+
_globals['_UPDATEDISKPLACEMENTGROUPMETADATA']._serialized_end=1941
|
|
131
|
+
_globals['_DELETEDISKPLACEMENTGROUPREQUEST']._serialized_start=1943
|
|
132
|
+
_globals['_DELETEDISKPLACEMENTGROUPREQUEST']._serialized_end=2023
|
|
133
|
+
_globals['_DELETEDISKPLACEMENTGROUPMETADATA']._serialized_start=2025
|
|
134
|
+
_globals['_DELETEDISKPLACEMENTGROUPMETADATA']._serialized_end=2092
|
|
135
|
+
_globals['_LISTDISKPLACEMENTGROUPDISKSREQUEST']._serialized_start=2095
|
|
136
|
+
_globals['_LISTDISKPLACEMENTGROUPDISKSREQUEST']._serialized_end=2240
|
|
137
|
+
_globals['_LISTDISKPLACEMENTGROUPDISKSRESPONSE']._serialized_start=2242
|
|
138
|
+
_globals['_LISTDISKPLACEMENTGROUPDISKSRESPONSE']._serialized_end=2350
|
|
139
|
+
_globals['_LISTDISKPLACEMENTGROUPOPERATIONSREQUEST']._serialized_start=2353
|
|
140
|
+
_globals['_LISTDISKPLACEMENTGROUPOPERATIONSREQUEST']._serialized_end=2503
|
|
141
|
+
_globals['_LISTDISKPLACEMENTGROUPOPERATIONSRESPONSE']._serialized_start=2505
|
|
142
|
+
_globals['_LISTDISKPLACEMENTGROUPOPERATIONSRESPONSE']._serialized_end=2627
|
|
143
|
+
_globals['_DISKPLACEMENTGROUPSERVICE']._serialized_start=2630
|
|
144
|
+
_globals['_DISKPLACEMENTGROUPSERVICE']._serialized_end=4827
|
|
145
145
|
# @@protoc_insertion_point(module_scope)
|