yandexcloud 0.337.0__py3-none-any.whl → 0.339.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/common_pb2.py +32 -27
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +29 -2
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +32 -32
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +7 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +39 -3
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +220 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +172 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +68 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +50 -50
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +10 -2
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.py +86 -66
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.pyi +98 -2
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.py +88 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.pyi +40 -0
- yandex/cloud/backup/v1/backup_service_pb2.py +44 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +14 -2
- yandex/cloud/backup/v1/policy_pb2.py +56 -52
- yandex/cloud/backup/v1/policy_pb2.pyi +36 -5
- yandex/cloud/backup/v1/resource_pb2.py +21 -19
- yandex/cloud/backup/v1/resource_pb2.pyi +32 -2
- yandex/cloud/backup/v1/resource_service_pb2.py +30 -30
- yandex/cloud/backup/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/baremetal/__init__.py +0 -0
- yandex/cloud/baremetal/v1alpha/__init__.py +0 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2.py +42 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2.pyi +109 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +111 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.pyi +80 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2.pyi +33 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2.py +39 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2.pyi +68 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.pyi +36 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.pyi +87 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.pyi +80 -0
- yandex/cloud/baremetal/v1alpha/image_pb2.py +44 -0
- yandex/cloud/baremetal/v1alpha/image_pb2.pyi +125 -0
- yandex/cloud/baremetal/v1alpha/image_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/image_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2.py +108 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2.pyi +364 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2.py +47 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2.pyi +174 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +112 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.pyi +443 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2.py +45 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2.pyi +143 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.py +106 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.pyi +382 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.py +54 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.pyi +282 -0
- yandex/cloud/baremetal/v1alpha/server_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/server_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.py +217 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +850 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.py +589 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.pyi +281 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2.py +46 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2.pyi +165 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.py +51 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.pyi +91 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.py +145 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.pyi +70 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2.py +42 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2.pyi +77 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.py +106 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.pyi +357 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2.pyi +29 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.pyi +87 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +40 -40
- yandex/cloud/dataproc/manager/v1/job_pb2.pyi +26 -26
- yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +7 -7
- yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.py +2 -2
- yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +2 -2
- yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.py +3 -3
- yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.pyi +3 -3
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +5 -5
- yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +13 -13
- yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.py +4 -4
- yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/v1/job_pb2.pyi +15 -15
- yandex/cloud/dataproc/v1/job_service_pb2.pyi +3 -3
- yandex/cloud/dataproc/v1/job_service_pb2_grpc.py +4 -4
- yandex/cloud/dataproc/v1/job_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +2 -2
- yandex/cloud/dataproc/v1/subcluster_pb2.pyi +11 -11
- yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +3 -3
- yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.py +3 -3
- yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.pyi +3 -3
- yandex/cloud/iam/v1/api_key_pb2.pyi +3 -1
- yandex/cloud/iam/v1/api_key_service_pb2.pyi +3 -1
- yandex/cloud/iam/v1/key_service_pb2.pyi +0 -2
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2.py +32 -25
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.py +133 -0
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.pyi +61 -0
- yandex/cloud/k8s/v1/cluster_pb2.py +40 -30
- yandex/cloud/k8s/v1/cluster_pb2.pyi +94 -2
- yandex/cloud/k8s/v1/cluster_service_pb2.py +54 -42
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +70 -4
- yandex/cloud/k8s/v1/resource_preset_pb2.py +37 -0
- yandex/cloud/k8s/v1/resource_preset_pb2.pyi +43 -0
- yandex/cloud/k8s/v1/resource_preset_pb2_grpc.py +24 -0
- yandex/cloud/k8s/v1/resource_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2.py +53 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2.pyi +81 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.py +146 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.pyi +71 -0
- yandex/cloud/mdb/mysql/v1/backup_pb2.py +6 -6
- yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +5 -1
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +26 -20
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +73 -2
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +26 -20
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +100 -2
- yandex/cloud/mdb/opensearch/v1/backup_pb2.py +30 -3
- yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +162 -0
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +46 -45
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +9 -2
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +88 -70
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +102 -4
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +89 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +49 -3
- yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host10_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host11_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host12_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host13_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host14_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host15_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.py +25 -25
- yandex/cloud/mdb/postgresql/v1/config/host16_pb2.py +25 -25
- yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.py +29 -29
- yandex/cloud/monitoring/v3/unit_format_pb2.py +2 -2
- yandex/cloud/monitoring/v3/unit_format_pb2.pyi +16 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +28 -22
- yandex/cloud/searchapi/v2/search_query_pb2.py +8 -8
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +8 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +11 -3
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +24 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +44 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +20 -0
- yandex/cloud/spark/__init__.py +0 -0
- yandex/cloud/spark/v1/__init__.py +0 -0
- yandex/cloud/spark/v1/cluster_pb2.py +100 -0
- yandex/cloud/spark/v1/cluster_pb2.pyi +444 -0
- yandex/cloud/spark/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/spark/v1/cluster_service_pb2.py +124 -0
- yandex/cloud/spark/v1/cluster_service_pb2.pyi +333 -0
- yandex/cloud/spark/v1/cluster_service_pb2_grpc.py +366 -0
- yandex/cloud/spark/v1/cluster_service_pb2_grpc.pyi +169 -0
- yandex/cloud/spark/v1/job_pb2.py +56 -0
- yandex/cloud/spark/v1/job_pb2.pyi +346 -0
- yandex/cloud/spark/v1/job_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/job_pb2_grpc.pyi +17 -0
- yandex/cloud/spark/v1/job_service_pb2.py +97 -0
- yandex/cloud/spark/v1/job_service_pb2.pyi +224 -0
- yandex/cloud/spark/v1/job_service_pb2_grpc.py +279 -0
- yandex/cloud/spark/v1/job_service_pb2_grpc.pyi +132 -0
- yandex/cloud/spark/v1/maintenance_pb2.py +53 -0
- yandex/cloud/spark/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/spark/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/maintenance_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +2 -2
- yandexcloud/_operation_waiter.py +17 -19
- yandexcloud/_retry_policy.py +17 -3
- yandexcloud/_wrappers/dataproc/__init__.py +39 -0
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/METADATA +9 -9
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/RECORD +230 -118
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/top_level.txt +0 -0
|
@@ -112,6 +112,16 @@ class LoadBalancerServiceStub(object):
|
|
|
112
112
|
request_serializer=yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.ListLoadBalancerOperationsRequest.SerializeToString,
|
|
113
113
|
response_deserializer=yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.ListLoadBalancerOperationsResponse.FromString,
|
|
114
114
|
_registered_method=True)
|
|
115
|
+
self.StartZonalShift = channel.unary_unary(
|
|
116
|
+
'/yandex.cloud.apploadbalancer.v1.LoadBalancerService/StartZonalShift',
|
|
117
|
+
request_serializer=yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.StartZonalShiftRequest.SerializeToString,
|
|
118
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
119
|
+
_registered_method=True)
|
|
120
|
+
self.CancelZonalShift = channel.unary_unary(
|
|
121
|
+
'/yandex.cloud.apploadbalancer.v1.LoadBalancerService/CancelZonalShift',
|
|
122
|
+
request_serializer=yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.CancelZonalShiftRequest.SerializeToString,
|
|
123
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
124
|
+
_registered_method=True)
|
|
115
125
|
|
|
116
126
|
|
|
117
127
|
class LoadBalancerServiceServicer(object):
|
|
@@ -233,6 +243,20 @@ class LoadBalancerServiceServicer(object):
|
|
|
233
243
|
context.set_details('Method not implemented!')
|
|
234
244
|
raise NotImplementedError('Method not implemented!')
|
|
235
245
|
|
|
246
|
+
def StartZonalShift(self, request, context):
|
|
247
|
+
"""Start ZonalShift for the specified load balancer.
|
|
248
|
+
"""
|
|
249
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
250
|
+
context.set_details('Method not implemented!')
|
|
251
|
+
raise NotImplementedError('Method not implemented!')
|
|
252
|
+
|
|
253
|
+
def CancelZonalShift(self, request, context):
|
|
254
|
+
"""Cancel ZonalShift for the specified load balancer.
|
|
255
|
+
"""
|
|
256
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
257
|
+
context.set_details('Method not implemented!')
|
|
258
|
+
raise NotImplementedError('Method not implemented!')
|
|
259
|
+
|
|
236
260
|
|
|
237
261
|
def add_LoadBalancerServiceServicer_to_server(servicer, server):
|
|
238
262
|
rpc_method_handlers = {
|
|
@@ -311,6 +335,16 @@ def add_LoadBalancerServiceServicer_to_server(servicer, server):
|
|
|
311
335
|
request_deserializer=yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.ListLoadBalancerOperationsRequest.FromString,
|
|
312
336
|
response_serializer=yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.ListLoadBalancerOperationsResponse.SerializeToString,
|
|
313
337
|
),
|
|
338
|
+
'StartZonalShift': grpc.unary_unary_rpc_method_handler(
|
|
339
|
+
servicer.StartZonalShift,
|
|
340
|
+
request_deserializer=yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.StartZonalShiftRequest.FromString,
|
|
341
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
342
|
+
),
|
|
343
|
+
'CancelZonalShift': grpc.unary_unary_rpc_method_handler(
|
|
344
|
+
servicer.CancelZonalShift,
|
|
345
|
+
request_deserializer=yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.CancelZonalShiftRequest.FromString,
|
|
346
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
347
|
+
),
|
|
314
348
|
}
|
|
315
349
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
316
350
|
'yandex.cloud.apploadbalancer.v1.LoadBalancerService', rpc_method_handlers)
|
|
@@ -727,3 +761,57 @@ class LoadBalancerService(object):
|
|
|
727
761
|
timeout,
|
|
728
762
|
metadata,
|
|
729
763
|
_registered_method=True)
|
|
764
|
+
|
|
765
|
+
@staticmethod
|
|
766
|
+
def StartZonalShift(request,
|
|
767
|
+
target,
|
|
768
|
+
options=(),
|
|
769
|
+
channel_credentials=None,
|
|
770
|
+
call_credentials=None,
|
|
771
|
+
insecure=False,
|
|
772
|
+
compression=None,
|
|
773
|
+
wait_for_ready=None,
|
|
774
|
+
timeout=None,
|
|
775
|
+
metadata=None):
|
|
776
|
+
return grpc.experimental.unary_unary(
|
|
777
|
+
request,
|
|
778
|
+
target,
|
|
779
|
+
'/yandex.cloud.apploadbalancer.v1.LoadBalancerService/StartZonalShift',
|
|
780
|
+
yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.StartZonalShiftRequest.SerializeToString,
|
|
781
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
782
|
+
options,
|
|
783
|
+
channel_credentials,
|
|
784
|
+
insecure,
|
|
785
|
+
call_credentials,
|
|
786
|
+
compression,
|
|
787
|
+
wait_for_ready,
|
|
788
|
+
timeout,
|
|
789
|
+
metadata,
|
|
790
|
+
_registered_method=True)
|
|
791
|
+
|
|
792
|
+
@staticmethod
|
|
793
|
+
def CancelZonalShift(request,
|
|
794
|
+
target,
|
|
795
|
+
options=(),
|
|
796
|
+
channel_credentials=None,
|
|
797
|
+
call_credentials=None,
|
|
798
|
+
insecure=False,
|
|
799
|
+
compression=None,
|
|
800
|
+
wait_for_ready=None,
|
|
801
|
+
timeout=None,
|
|
802
|
+
metadata=None):
|
|
803
|
+
return grpc.experimental.unary_unary(
|
|
804
|
+
request,
|
|
805
|
+
target,
|
|
806
|
+
'/yandex.cloud.apploadbalancer.v1.LoadBalancerService/CancelZonalShift',
|
|
807
|
+
yandex_dot_cloud_dot_apploadbalancer_dot_v1_dot_load__balancer__service__pb2.CancelZonalShiftRequest.SerializeToString,
|
|
808
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
809
|
+
options,
|
|
810
|
+
channel_credentials,
|
|
811
|
+
insecure,
|
|
812
|
+
call_credentials,
|
|
813
|
+
compression,
|
|
814
|
+
wait_for_ready,
|
|
815
|
+
timeout,
|
|
816
|
+
metadata,
|
|
817
|
+
_registered_method=True)
|
|
@@ -128,6 +128,18 @@ class LoadBalancerServiceStub:
|
|
|
128
128
|
]
|
|
129
129
|
"""Lists operations for the specified application load balancer."""
|
|
130
130
|
|
|
131
|
+
StartZonalShift: grpc.UnaryUnaryMultiCallable[
|
|
132
|
+
yandex.cloud.apploadbalancer.v1.load_balancer_service_pb2.StartZonalShiftRequest,
|
|
133
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
134
|
+
]
|
|
135
|
+
"""Start ZonalShift for the specified load balancer."""
|
|
136
|
+
|
|
137
|
+
CancelZonalShift: grpc.UnaryUnaryMultiCallable[
|
|
138
|
+
yandex.cloud.apploadbalancer.v1.load_balancer_service_pb2.CancelZonalShiftRequest,
|
|
139
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
140
|
+
]
|
|
141
|
+
"""Cancel ZonalShift for the specified load balancer."""
|
|
142
|
+
|
|
131
143
|
class LoadBalancerServiceAsyncStub:
|
|
132
144
|
"""A set of methods for managing application load balancers."""
|
|
133
145
|
|
|
@@ -236,6 +248,18 @@ class LoadBalancerServiceAsyncStub:
|
|
|
236
248
|
]
|
|
237
249
|
"""Lists operations for the specified application load balancer."""
|
|
238
250
|
|
|
251
|
+
StartZonalShift: grpc.aio.UnaryUnaryMultiCallable[
|
|
252
|
+
yandex.cloud.apploadbalancer.v1.load_balancer_service_pb2.StartZonalShiftRequest,
|
|
253
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
254
|
+
]
|
|
255
|
+
"""Start ZonalShift for the specified load balancer."""
|
|
256
|
+
|
|
257
|
+
CancelZonalShift: grpc.aio.UnaryUnaryMultiCallable[
|
|
258
|
+
yandex.cloud.apploadbalancer.v1.load_balancer_service_pb2.CancelZonalShiftRequest,
|
|
259
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
260
|
+
]
|
|
261
|
+
"""Cancel ZonalShift for the specified load balancer."""
|
|
262
|
+
|
|
239
263
|
class LoadBalancerServiceServicer(metaclass=abc.ABCMeta):
|
|
240
264
|
"""A set of methods for managing application load balancers."""
|
|
241
265
|
|
|
@@ -374,4 +398,20 @@ class LoadBalancerServiceServicer(metaclass=abc.ABCMeta):
|
|
|
374
398
|
) -> typing.Union[yandex.cloud.apploadbalancer.v1.load_balancer_service_pb2.ListLoadBalancerOperationsResponse, collections.abc.Awaitable[yandex.cloud.apploadbalancer.v1.load_balancer_service_pb2.ListLoadBalancerOperationsResponse]]:
|
|
375
399
|
"""Lists operations for the specified application load balancer."""
|
|
376
400
|
|
|
401
|
+
@abc.abstractmethod
|
|
402
|
+
def StartZonalShift(
|
|
403
|
+
self,
|
|
404
|
+
request: yandex.cloud.apploadbalancer.v1.load_balancer_service_pb2.StartZonalShiftRequest,
|
|
405
|
+
context: _ServicerContext,
|
|
406
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
407
|
+
"""Start ZonalShift for the specified load balancer."""
|
|
408
|
+
|
|
409
|
+
@abc.abstractmethod
|
|
410
|
+
def CancelZonalShift(
|
|
411
|
+
self,
|
|
412
|
+
request: yandex.cloud.apploadbalancer.v1.load_balancer_service_pb2.CancelZonalShiftRequest,
|
|
413
|
+
context: _ServicerContext,
|
|
414
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
415
|
+
"""Cancel ZonalShift for the specified load balancer."""
|
|
416
|
+
|
|
377
417
|
def add_LoadBalancerServiceServicer_to_server(servicer: LoadBalancerServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -30,7 +30,7 @@ from yandex.cloud.backup.v1 import resource_pb2 as yandex_dot_cloud_dot_backup_d
|
|
|
30
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/backup/v1/backup_service.proto\x12\x16yandex.cloud.backup.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a#yandex/cloud/backup/v1/backup.proto\x1a&yandex/cloud/operation/operation.proto\x1a%yandex/cloud/backup/v1/resource.proto\x1a\x1dyandex/cloud/validation.proto\"U\n\x13ListArchivesRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13\x63ompute_instance_id\x18\x02 \x01(\tH\x00\x42\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"I\n\x14ListArchivesResponse\x12\x31\n\x08\x61rchives\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.backup.v1.Archive\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/backup/v1/backup_service.proto\x12\x16yandex.cloud.backup.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a#yandex/cloud/backup/v1/backup.proto\x1a&yandex/cloud/operation/operation.proto\x1a%yandex/cloud/backup/v1/resource.proto\x1a\x1dyandex/cloud/validation.proto\"U\n\x13ListArchivesRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13\x63ompute_instance_id\x18\x02 \x01(\tH\x00\x42\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"I\n\x14ListArchivesResponse\x12\x31\n\x08\x61rchives\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.backup.v1.Archive\"\xc5\x04\n\x12ListBackupsRequest\x12\x1d\n\x13\x63ompute_instance_id\x18\x01 \x01(\tH\x00\x12O\n\x07\x61rchive\x18\x02 \x01(\x0b\x32<.yandex.cloud.backup.v1.ListBackupsRequest.ArchiveParametersH\x00\x12\x13\n\tfolder_id\x18\x03 \x01(\tH\x00\x12T\n\x0finstance_policy\x18\x04 \x01(\x0b\x32\x39.yandex.cloud.backup.v1.ListBackupsRequest.InstancePolicyH\x00\x12\x15\n\x0bresource_id\x18\x06 \x01(\tH\x00\x12\x13\n\tpolicy_id\x18\x07 \x01(\tH\x00\x12\x10\n\x08order_by\x18\x05 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x08 \x01(\t\x12\x32\n\x04type\x18\t \x01(\x0e\x32$.yandex.cloud.backup.v1.ResourceType\x12\x1d\n\tpage_size\x18\n \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x0b \x01(\tB\t\x8a\xc8\x31\x05<=100\x1a\x46\n\x11\x41rchiveParameters\x12\x18\n\narchive_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x1a@\n\x0eInstancePolicy\x12\x1b\n\x13\x63ompute_instance_id\x18\x01 \x01(\t\x12\x11\n\tpolicy_id\x18\x02 \x01(\tB\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"_\n\x13ListBackupsResponse\x12/\n\x07\x62\x61\x63kups\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.backup.v1.Backup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"]\n\x10ListFilesRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tbackup_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tsource_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x00\"F\n\x11ListFilesResponse\x12\x31\n\x05\x66iles\x18\x01 \x03(\x0b\x32\".yandex.cloud.backup.v1.BackupFile\"D\n\x10GetBackupRequest\x12\x17\n\tbackup_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"Z\n\x14StartRecoveryRequest\x12)\n\x13\x63ompute_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\tbackup_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"l\n\x15StartRecoveryMetadata\x12\x1b\n\x13progress_percentage\x18\x01 \x01(\x01\x12\x15\n\rsrc_backup_id\x18\x02 \x01(\t\x12\x1f\n\x17\x64st_compute_instance_id\x18\x03 \x01(\t\"\x14\n\x12TargetPathOriginal\" \n\x10TargetPathCustom\x12\x0c\n\x04path\x18\x01 \x01(\t\"\xfb\x02\n\x14\x46ilesRecoveryOptions\x12O\n\toverwrite\x18\x01 \x01(\x0e\x32\x36.yandex.cloud.backup.v1.FilesRecoveryOptions.OverwriteB\x04\xe8\xc7\x31\x00\x12\x1e\n\x10reboot_if_needed\x18\x02 \x01(\x08\x42\x04\xe8\xc7\x31\x00\x12>\n\x08original\x18\x64 \x01(\x0b\x32*.yandex.cloud.backup.v1.TargetPathOriginalH\x00\x12:\n\x06\x63ustom\x18\x65 \x01(\x0b\x32(.yandex.cloud.backup.v1.TargetPathCustomH\x00\"b\n\tOverwrite\x12\x19\n\x15OVERWRITE_UNSPECIFIED\x10\x00\x12\x11\n\rOVERWRITE_ALL\x10\x01\x12\x13\n\x0fOVERWRITE_OLDER\x10\x02\x12\x12\n\x0eOVERWRITE_NONE\x10\x03\x42\x0c\n\x04type\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x64\"\xb5\x01\n\x19StartFilesRecoveryRequest\x12!\n\x13\x63ompute_instance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tbackup_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12@\n\x04opts\x18\x03 \x01(\x0b\x32,.yandex.cloud.backup.v1.FilesRecoveryOptionsB\x04\xe8\xc7\x31\x01\x12\x1a\n\nsource_ids\x18\x04 \x03(\tB\x06\x82\xc8\x31\x02>0\"\x91\x01\n\x1aStartFilesRecoveryMetadata\x12\x1b\n\x13progress_percentage\x18\x01 \x01(\x01\x12!\n\x13\x63ompute_instance_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tbackup_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1a\n\nsource_ids\x18\x04 \x03(\tB\x06\x82\xc8\x31\x02>0\"Y\n\x13\x44\x65leteBackupRequest\x12)\n\x13\x63ompute_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\tbackup_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"F\n\x14\x44\x65leteBackupMetadata\x12\x1b\n\x13\x63ompute_instance_id\x18\x01 \x01(\t\x12\x11\n\tbackup_id\x18\x02 \x01(\t\"\x95\x01\n\x14\x44\x65leteArchiveRequest\x12\x18\n\narchive_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x00\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x00\x8a\xc8\x31\x04<=50\x12!\n\x0binstance_id\x18\x03 \x01(\tB\x0c\xe8\xc7\x31\x00\x8a\xc8\x31\x04<=50\x12\x1f\n\tpolicy_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x00\x8a\xc8\x31\x04<=50\">\n\x15\x44\x65leteArchiveMetadata\x12\x12\n\narchive_id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t2\x92\n\n\rBackupService\x12{\n\x04List\x12*.yandex.cloud.backup.v1.ListBackupsRequest\x1a+.yandex.cloud.backup.v1.ListBackupsResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/backup/v1/backups\x12\xa4\x01\n\x0cListArchives\x12+.yandex.cloud.backup.v1.ListArchivesRequest\x1a,.yandex.cloud.backup.v1.ListArchivesResponse\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/backup/v1/backups/{compute_instance_id}/archives\x12\x8e\x01\n\tListFiles\x12(.yandex.cloud.backup.v1.ListFilesRequest\x1a).yandex.cloud.backup.v1.ListFilesResponse\",\x82\xd3\xe4\x93\x02&\x12$/backup/v1/backups/{backup_id}/files\x12w\n\x03Get\x12(.yandex.cloud.backup.v1.GetBackupRequest\x1a\x1e.yandex.cloud.backup.v1.Backup\"&\x82\xd3\xe4\x93\x02 \x12\x1e/backup/v1/backups/{backup_id}\x12\xcb\x01\n\rStartRecovery\x12,.yandex.cloud.backup.v1.StartRecoveryRequest\x1a!.yandex.cloud.operation.Operation\"i\xb2\xd2*.\n\x15StartRecoveryMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x31\",/backup/v1/backups/{backup_id}:startRecovery:\x01*\x12\xa3\x01\n\x12StartFilesRecovery\x12\x31.yandex.cloud.backup.v1.StartFilesRecoveryRequest\x1a!.yandex.cloud.operation.Operation\"7\xb2\xd2*3\n\x1aStartFilesRecoveryMetadata\x12\x15google.protobuf.Empty\x12\xc7\x01\n\x06\x44\x65lete\x12+.yandex.cloud.backup.v1.DeleteBackupRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*-\n\x14\x44\x65leteBackupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x36*4/backup/v1/backups/{compute_instance_id}/{backup_id}\x12\x94\x01\n\rDeleteArchive\x12,.yandex.cloud.backup.v1.DeleteArchiveRequest\x1a!.yandex.cloud.operation.Operation\"2\xb2\xd2*.\n\x15\x44\x65leteArchiveMetadata\x12\x15google.protobuf.EmptyB_\n\x1ayandex.cloud.api.backup.v1ZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/backup/v1;backupb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -46,6 +46,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
46
46
|
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
47
47
|
_globals['_LISTBACKUPSREQUEST'].oneofs_by_name['id']._loaded_options = None
|
|
48
48
|
_globals['_LISTBACKUPSREQUEST'].oneofs_by_name['id']._serialized_options = b'\300\3011\001'
|
|
49
|
+
_globals['_LISTBACKUPSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
50
|
+
_globals['_LISTBACKUPSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
51
|
+
_globals['_LISTBACKUPSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
52
|
+
_globals['_LISTBACKUPSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
49
53
|
_globals['_LISTFILESREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
50
54
|
_globals['_LISTFILESREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
51
55
|
_globals['_LISTFILESREQUEST'].fields_by_name['backup_id']._loaded_options = None
|
|
@@ -113,43 +117,43 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
113
117
|
_globals['_LISTARCHIVESRESPONSE']._serialized_start=369
|
|
114
118
|
_globals['_LISTARCHIVESRESPONSE']._serialized_end=442
|
|
115
119
|
_globals['_LISTBACKUPSREQUEST']._serialized_start=445
|
|
116
|
-
_globals['_LISTBACKUPSREQUEST']._serialized_end=
|
|
117
|
-
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS']._serialized_start=
|
|
118
|
-
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS']._serialized_end=
|
|
119
|
-
_globals['_LISTBACKUPSREQUEST_INSTANCEPOLICY']._serialized_start=
|
|
120
|
-
_globals['_LISTBACKUPSREQUEST_INSTANCEPOLICY']._serialized_end=
|
|
121
|
-
_globals['_LISTBACKUPSRESPONSE']._serialized_start=
|
|
122
|
-
_globals['_LISTBACKUPSRESPONSE']._serialized_end=
|
|
123
|
-
_globals['_LISTFILESREQUEST']._serialized_start=
|
|
124
|
-
_globals['_LISTFILESREQUEST']._serialized_end=
|
|
125
|
-
_globals['_LISTFILESRESPONSE']._serialized_start=
|
|
126
|
-
_globals['_LISTFILESRESPONSE']._serialized_end=
|
|
127
|
-
_globals['_GETBACKUPREQUEST']._serialized_start=
|
|
128
|
-
_globals['_GETBACKUPREQUEST']._serialized_end=
|
|
129
|
-
_globals['_STARTRECOVERYREQUEST']._serialized_start=
|
|
130
|
-
_globals['_STARTRECOVERYREQUEST']._serialized_end=
|
|
131
|
-
_globals['_STARTRECOVERYMETADATA']._serialized_start=
|
|
132
|
-
_globals['_STARTRECOVERYMETADATA']._serialized_end=
|
|
133
|
-
_globals['_TARGETPATHORIGINAL']._serialized_start=
|
|
134
|
-
_globals['_TARGETPATHORIGINAL']._serialized_end=
|
|
135
|
-
_globals['_TARGETPATHCUSTOM']._serialized_start=
|
|
136
|
-
_globals['_TARGETPATHCUSTOM']._serialized_end=
|
|
137
|
-
_globals['_FILESRECOVERYOPTIONS']._serialized_start=
|
|
138
|
-
_globals['_FILESRECOVERYOPTIONS']._serialized_end=
|
|
139
|
-
_globals['_FILESRECOVERYOPTIONS_OVERWRITE']._serialized_start=
|
|
140
|
-
_globals['_FILESRECOVERYOPTIONS_OVERWRITE']._serialized_end=
|
|
141
|
-
_globals['_STARTFILESRECOVERYREQUEST']._serialized_start=
|
|
142
|
-
_globals['_STARTFILESRECOVERYREQUEST']._serialized_end=
|
|
143
|
-
_globals['_STARTFILESRECOVERYMETADATA']._serialized_start=
|
|
144
|
-
_globals['_STARTFILESRECOVERYMETADATA']._serialized_end=
|
|
145
|
-
_globals['_DELETEBACKUPREQUEST']._serialized_start=
|
|
146
|
-
_globals['_DELETEBACKUPREQUEST']._serialized_end=
|
|
147
|
-
_globals['_DELETEBACKUPMETADATA']._serialized_start=
|
|
148
|
-
_globals['_DELETEBACKUPMETADATA']._serialized_end=
|
|
149
|
-
_globals['_DELETEARCHIVEREQUEST']._serialized_start=
|
|
150
|
-
_globals['_DELETEARCHIVEREQUEST']._serialized_end=
|
|
151
|
-
_globals['_DELETEARCHIVEMETADATA']._serialized_start=
|
|
152
|
-
_globals['_DELETEARCHIVEMETADATA']._serialized_end=
|
|
153
|
-
_globals['_BACKUPSERVICE']._serialized_start=
|
|
154
|
-
_globals['_BACKUPSERVICE']._serialized_end=
|
|
120
|
+
_globals['_LISTBACKUPSREQUEST']._serialized_end=1026
|
|
121
|
+
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS']._serialized_start=878
|
|
122
|
+
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS']._serialized_end=948
|
|
123
|
+
_globals['_LISTBACKUPSREQUEST_INSTANCEPOLICY']._serialized_start=950
|
|
124
|
+
_globals['_LISTBACKUPSREQUEST_INSTANCEPOLICY']._serialized_end=1014
|
|
125
|
+
_globals['_LISTBACKUPSRESPONSE']._serialized_start=1028
|
|
126
|
+
_globals['_LISTBACKUPSRESPONSE']._serialized_end=1123
|
|
127
|
+
_globals['_LISTFILESREQUEST']._serialized_start=1125
|
|
128
|
+
_globals['_LISTFILESREQUEST']._serialized_end=1218
|
|
129
|
+
_globals['_LISTFILESRESPONSE']._serialized_start=1220
|
|
130
|
+
_globals['_LISTFILESRESPONSE']._serialized_end=1290
|
|
131
|
+
_globals['_GETBACKUPREQUEST']._serialized_start=1292
|
|
132
|
+
_globals['_GETBACKUPREQUEST']._serialized_end=1360
|
|
133
|
+
_globals['_STARTRECOVERYREQUEST']._serialized_start=1362
|
|
134
|
+
_globals['_STARTRECOVERYREQUEST']._serialized_end=1452
|
|
135
|
+
_globals['_STARTRECOVERYMETADATA']._serialized_start=1454
|
|
136
|
+
_globals['_STARTRECOVERYMETADATA']._serialized_end=1562
|
|
137
|
+
_globals['_TARGETPATHORIGINAL']._serialized_start=1564
|
|
138
|
+
_globals['_TARGETPATHORIGINAL']._serialized_end=1584
|
|
139
|
+
_globals['_TARGETPATHCUSTOM']._serialized_start=1586
|
|
140
|
+
_globals['_TARGETPATHCUSTOM']._serialized_end=1618
|
|
141
|
+
_globals['_FILESRECOVERYOPTIONS']._serialized_start=1621
|
|
142
|
+
_globals['_FILESRECOVERYOPTIONS']._serialized_end=2000
|
|
143
|
+
_globals['_FILESRECOVERYOPTIONS_OVERWRITE']._serialized_start=1882
|
|
144
|
+
_globals['_FILESRECOVERYOPTIONS_OVERWRITE']._serialized_end=1980
|
|
145
|
+
_globals['_STARTFILESRECOVERYREQUEST']._serialized_start=2003
|
|
146
|
+
_globals['_STARTFILESRECOVERYREQUEST']._serialized_end=2184
|
|
147
|
+
_globals['_STARTFILESRECOVERYMETADATA']._serialized_start=2187
|
|
148
|
+
_globals['_STARTFILESRECOVERYMETADATA']._serialized_end=2332
|
|
149
|
+
_globals['_DELETEBACKUPREQUEST']._serialized_start=2334
|
|
150
|
+
_globals['_DELETEBACKUPREQUEST']._serialized_end=2423
|
|
151
|
+
_globals['_DELETEBACKUPMETADATA']._serialized_start=2425
|
|
152
|
+
_globals['_DELETEBACKUPMETADATA']._serialized_end=2495
|
|
153
|
+
_globals['_DELETEARCHIVEREQUEST']._serialized_start=2498
|
|
154
|
+
_globals['_DELETEARCHIVEREQUEST']._serialized_end=2647
|
|
155
|
+
_globals['_DELETEARCHIVEMETADATA']._serialized_start=2649
|
|
156
|
+
_globals['_DELETEARCHIVEMETADATA']._serialized_end=2711
|
|
157
|
+
_globals['_BACKUPSERVICE']._serialized_start=2714
|
|
158
|
+
_globals['_BACKUPSERVICE']._serialized_end=4012
|
|
155
159
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -108,6 +108,8 @@ class ListBackupsRequest(google.protobuf.message.Message):
|
|
|
108
108
|
ORDER_BY_FIELD_NUMBER: builtins.int
|
|
109
109
|
FILTER_FIELD_NUMBER: builtins.int
|
|
110
110
|
TYPE_FIELD_NUMBER: builtins.int
|
|
111
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
112
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
111
113
|
compute_instance_id: builtins.str
|
|
112
114
|
"""List backups that belongs to specific Compute Cloud instance."""
|
|
113
115
|
folder_id: builtins.str
|
|
@@ -130,6 +132,10 @@ class ListBackupsRequest(google.protobuf.message.Message):
|
|
|
130
132
|
"""
|
|
131
133
|
type: yandex.cloud.backup.v1.resource_pb2.ResourceType.ValueType
|
|
132
134
|
"""Type of resource. Could be compute VM or baremetal server."""
|
|
135
|
+
page_size: builtins.int
|
|
136
|
+
"""Number of results per page."""
|
|
137
|
+
page_token: builtins.str
|
|
138
|
+
"""Token for the results page. Not allowed to use if listing is performed by specific policy ID."""
|
|
133
139
|
@property
|
|
134
140
|
def archive(self) -> global___ListBackupsRequest.ArchiveParameters:
|
|
135
141
|
"""List backups that belongs to specific archive of specific folder."""
|
|
@@ -150,9 +156,11 @@ class ListBackupsRequest(google.protobuf.message.Message):
|
|
|
150
156
|
order_by: builtins.str = ...,
|
|
151
157
|
filter: builtins.str = ...,
|
|
152
158
|
type: yandex.cloud.backup.v1.resource_pb2.ResourceType.ValueType = ...,
|
|
159
|
+
page_size: builtins.int = ...,
|
|
160
|
+
page_token: builtins.str = ...,
|
|
153
161
|
) -> None: ...
|
|
154
162
|
def HasField(self, field_name: typing.Literal["archive", b"archive", "compute_instance_id", b"compute_instance_id", "folder_id", b"folder_id", "id", b"id", "instance_policy", b"instance_policy", "policy_id", b"policy_id", "resource_id", b"resource_id"]) -> builtins.bool: ...
|
|
155
|
-
def ClearField(self, field_name: typing.Literal["archive", b"archive", "compute_instance_id", b"compute_instance_id", "filter", b"filter", "folder_id", b"folder_id", "id", b"id", "instance_policy", b"instance_policy", "order_by", b"order_by", "policy_id", b"policy_id", "resource_id", b"resource_id", "type", b"type"]) -> None: ...
|
|
163
|
+
def ClearField(self, field_name: typing.Literal["archive", b"archive", "compute_instance_id", b"compute_instance_id", "filter", b"filter", "folder_id", b"folder_id", "id", b"id", "instance_policy", b"instance_policy", "order_by", b"order_by", "page_size", b"page_size", "page_token", b"page_token", "policy_id", b"policy_id", "resource_id", b"resource_id", "type", b"type"]) -> None: ...
|
|
156
164
|
def WhichOneof(self, oneof_group: typing.Literal["id", b"id"]) -> typing.Literal["compute_instance_id", "archive", "folder_id", "instance_policy", "resource_id", "policy_id"] | None: ...
|
|
157
165
|
|
|
158
166
|
global___ListBackupsRequest = ListBackupsRequest
|
|
@@ -162,14 +170,18 @@ class ListBackupsResponse(google.protobuf.message.Message):
|
|
|
162
170
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
163
171
|
|
|
164
172
|
BACKUPS_FIELD_NUMBER: builtins.int
|
|
173
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
174
|
+
next_page_token: builtins.str
|
|
175
|
+
"""Token for the next results page."""
|
|
165
176
|
@property
|
|
166
177
|
def backups(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.backup.v1.backup_pb2.Backup]: ...
|
|
167
178
|
def __init__(
|
|
168
179
|
self,
|
|
169
180
|
*,
|
|
170
181
|
backups: collections.abc.Iterable[yandex.cloud.backup.v1.backup_pb2.Backup] | None = ...,
|
|
182
|
+
next_page_token: builtins.str = ...,
|
|
171
183
|
) -> None: ...
|
|
172
|
-
def ClearField(self, field_name: typing.Literal["backups", b"backups"]) -> None: ...
|
|
184
|
+
def ClearField(self, field_name: typing.Literal["backups", b"backups", "next_page_token", b"next_page_token"]) -> None: ...
|
|
173
185
|
|
|
174
186
|
global___ListBackupsResponse = ListBackupsResponse
|
|
175
187
|
|
|
@@ -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\"\x80#\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\x42\x02\x18\x01\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\x42\x02\x18\x01\x12H\n\x0c\x66ile_filters\x18\x13 \x01(\x0b\x32\x32.yandex.cloud.backup.v1.PolicySettings.FileFilters\x12\x18\n\x10sector_by_sector\x18\x14 \x01(\x08\x12\x1a\n\x12validation_enabled\x18\x15 \x01(\x08\x12 \n\x18lvm_snapshotting_enabled\x18\x16 \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\x80\r\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\x81\x08\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\x8d\x04\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\x12\x11\n\trun_later\x18\n \x01(\x08\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\x1a?\n\x0b\x46ileFilters\x12\x17\n\x0f\x65xclusion_masks\x18\x01 \x03(\t\x12\x17\n\x0finclusion_masks\x18\x02 \x03(\t\"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)
|
|
@@ -74,6 +74,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
74
74
|
_globals['_POLICYSETTINGS'].fields_by_name['compression']._serialized_options = b'\350\3071\001'
|
|
75
75
|
_globals['_POLICYSETTINGS'].fields_by_name['format']._loaded_options = None
|
|
76
76
|
_globals['_POLICYSETTINGS'].fields_by_name['format']._serialized_options = b'\350\3071\001'
|
|
77
|
+
_globals['_POLICYSETTINGS'].fields_by_name['preserve_file_security_settings']._loaded_options = None
|
|
78
|
+
_globals['_POLICYSETTINGS'].fields_by_name['preserve_file_security_settings']._serialized_options = b'\030\001'
|
|
77
79
|
_globals['_POLICYSETTINGS'].fields_by_name['reattempts']._loaded_options = None
|
|
78
80
|
_globals['_POLICYSETTINGS'].fields_by_name['reattempts']._serialized_options = b'\350\3071\001'
|
|
79
81
|
_globals['_POLICYSETTINGS'].fields_by_name['splitting']._loaded_options = None
|
|
@@ -90,58 +92,60 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
90
92
|
_globals['_POLICYSETTINGS'].fields_by_name['scheduling']._serialized_options = b'\350\3071\001'
|
|
91
93
|
_globals['_POLICYSETTINGS'].fields_by_name['cbt']._loaded_options = None
|
|
92
94
|
_globals['_POLICYSETTINGS'].fields_by_name['cbt']._serialized_options = b'\350\3071\001'
|
|
93
|
-
_globals['
|
|
94
|
-
_globals['
|
|
95
|
+
_globals['_POLICYSETTINGS'].fields_by_name['quiesce_snapshotting_enabled']._loaded_options = None
|
|
96
|
+
_globals['_POLICYSETTINGS'].fields_by_name['quiesce_snapshotting_enabled']._serialized_options = b'\030\001'
|
|
97
|
+
_globals['_FORMAT']._serialized_start=5158
|
|
98
|
+
_globals['_FORMAT']._serialized_end=5232
|
|
95
99
|
_globals['_POLICY']._serialized_start=128
|
|
96
100
|
_globals['_POLICY']._serialized_end=380
|
|
97
101
|
_globals['_POLICYSETTINGS']._serialized_start=383
|
|
98
|
-
_globals['_POLICYSETTINGS']._serialized_end=
|
|
99
|
-
_globals['_POLICYSETTINGS_INTERVAL']._serialized_start=
|
|
100
|
-
_globals['_POLICYSETTINGS_INTERVAL']._serialized_end=
|
|
101
|
-
_globals['_POLICYSETTINGS_INTERVAL_TYPE']._serialized_start=
|
|
102
|
-
_globals['_POLICYSETTINGS_INTERVAL_TYPE']._serialized_end=
|
|
103
|
-
_globals['_POLICYSETTINGS_RETRIESCONFIGURATION']._serialized_start=
|
|
104
|
-
_globals['_POLICYSETTINGS_RETRIESCONFIGURATION']._serialized_end=
|
|
105
|
-
_globals['_POLICYSETTINGS_SPLITTING']._serialized_start=
|
|
106
|
-
_globals['_POLICYSETTINGS_SPLITTING']._serialized_end=
|
|
107
|
-
_globals['_POLICYSETTINGS_VOLUMESHADOWCOPYSERVICESETTINGS']._serialized_start=
|
|
108
|
-
_globals['_POLICYSETTINGS_VOLUMESHADOWCOPYSERVICESETTINGS']._serialized_end=
|
|
109
|
-
_globals['_POLICYSETTINGS_VOLUMESHADOWCOPYSERVICESETTINGS_VSSPROVIDER']._serialized_start=
|
|
110
|
-
_globals['_POLICYSETTINGS_VOLUMESHADOWCOPYSERVICESETTINGS_VSSPROVIDER']._serialized_end=
|
|
111
|
-
_globals['_POLICYSETTINGS_ARCHIVEPROPERTIES']._serialized_start=
|
|
112
|
-
_globals['_POLICYSETTINGS_ARCHIVEPROPERTIES']._serialized_end=
|
|
113
|
-
_globals['_POLICYSETTINGS_PERFORMANCEWINDOW']._serialized_start=
|
|
114
|
-
_globals['_POLICYSETTINGS_PERFORMANCEWINDOW']._serialized_end=
|
|
115
|
-
_globals['_POLICYSETTINGS_TIMEOFDAY']._serialized_start=
|
|
116
|
-
_globals['_POLICYSETTINGS_TIMEOFDAY']._serialized_end=
|
|
117
|
-
_globals['_POLICYSETTINGS_RETENTION']._serialized_start=
|
|
118
|
-
_globals['_POLICYSETTINGS_RETENTION']._serialized_end=
|
|
119
|
-
_globals['_POLICYSETTINGS_RETENTION_RETENTIONRULE']._serialized_start=
|
|
120
|
-
_globals['_POLICYSETTINGS_RETENTION_RETENTIONRULE']._serialized_end=
|
|
121
|
-
_globals['_POLICYSETTINGS_SCHEDULING']._serialized_start=
|
|
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_FILEFILTERS']._serialized_start=
|
|
134
|
-
_globals['_POLICYSETTINGS_FILEFILTERS']._serialized_end=
|
|
135
|
-
_globals['_POLICYSETTINGS_COMPRESSION']._serialized_start=
|
|
136
|
-
_globals['_POLICYSETTINGS_COMPRESSION']._serialized_end=
|
|
137
|
-
_globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_start=
|
|
138
|
-
_globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_end=
|
|
139
|
-
_globals['_POLICYSETTINGS_DAY']._serialized_start=
|
|
140
|
-
_globals['_POLICYSETTINGS_DAY']._serialized_end=
|
|
141
|
-
_globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_start=
|
|
142
|
-
_globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_end=
|
|
143
|
-
_globals['_POLICYAPPLICATION']._serialized_start=
|
|
144
|
-
_globals['_POLICYAPPLICATION']._serialized_end=
|
|
145
|
-
_globals['_POLICYAPPLICATION_STATUS']._serialized_start=
|
|
146
|
-
_globals['_POLICYAPPLICATION_STATUS']._serialized_end=
|
|
102
|
+
_globals['_POLICYSETTINGS']._serialized_end=4863
|
|
103
|
+
_globals['_POLICYSETTINGS_INTERVAL']._serialized_start=1636
|
|
104
|
+
_globals['_POLICYSETTINGS_INTERVAL']._serialized_end=1843
|
|
105
|
+
_globals['_POLICYSETTINGS_INTERVAL_TYPE']._serialized_start=1745
|
|
106
|
+
_globals['_POLICYSETTINGS_INTERVAL_TYPE']._serialized_end=1843
|
|
107
|
+
_globals['_POLICYSETTINGS_RETRIESCONFIGURATION']._serialized_start=1846
|
|
108
|
+
_globals['_POLICYSETTINGS_RETRIESCONFIGURATION']._serialized_end=1988
|
|
109
|
+
_globals['_POLICYSETTINGS_SPLITTING']._serialized_start=1990
|
|
110
|
+
_globals['_POLICYSETTINGS_SPLITTING']._serialized_end=2015
|
|
111
|
+
_globals['_POLICYSETTINGS_VOLUMESHADOWCOPYSERVICESETTINGS']._serialized_start=2018
|
|
112
|
+
_globals['_POLICYSETTINGS_VOLUMESHADOWCOPYSERVICESETTINGS']._serialized_end=2260
|
|
113
|
+
_globals['_POLICYSETTINGS_VOLUMESHADOWCOPYSERVICESETTINGS_VSSPROVIDER']._serialized_start=2178
|
|
114
|
+
_globals['_POLICYSETTINGS_VOLUMESHADOWCOPYSERVICESETTINGS_VSSPROVIDER']._serialized_end=2260
|
|
115
|
+
_globals['_POLICYSETTINGS_ARCHIVEPROPERTIES']._serialized_start=2262
|
|
116
|
+
_globals['_POLICYSETTINGS_ARCHIVEPROPERTIES']._serialized_end=2295
|
|
117
|
+
_globals['_POLICYSETTINGS_PERFORMANCEWINDOW']._serialized_start=2297
|
|
118
|
+
_globals['_POLICYSETTINGS_PERFORMANCEWINDOW']._serialized_end=2333
|
|
119
|
+
_globals['_POLICYSETTINGS_TIMEOFDAY']._serialized_start=2335
|
|
120
|
+
_globals['_POLICYSETTINGS_TIMEOFDAY']._serialized_end=2376
|
|
121
|
+
_globals['_POLICYSETTINGS_RETENTION']._serialized_start=2379
|
|
122
|
+
_globals['_POLICYSETTINGS_RETENTION']._serialized_end=2698
|
|
123
|
+
_globals['_POLICYSETTINGS_RETENTION_RETENTIONRULE']._serialized_start=2495
|
|
124
|
+
_globals['_POLICYSETTINGS_RETENTION_RETENTIONRULE']._serialized_end=2692
|
|
125
|
+
_globals['_POLICYSETTINGS_SCHEDULING']._serialized_start=2701
|
|
126
|
+
_globals['_POLICYSETTINGS_SCHEDULING']._serialized_end=4365
|
|
127
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_start=3172
|
|
128
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_end=4197
|
|
129
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_start=3459
|
|
130
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_end=3984
|
|
131
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_start=3986
|
|
132
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_end=4075
|
|
133
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_start=4077
|
|
134
|
+
_globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_end=4180
|
|
135
|
+
_globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_start=4200
|
|
136
|
+
_globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_end=4365
|
|
137
|
+
_globals['_POLICYSETTINGS_FILEFILTERS']._serialized_start=4367
|
|
138
|
+
_globals['_POLICYSETTINGS_FILEFILTERS']._serialized_end=4430
|
|
139
|
+
_globals['_POLICYSETTINGS_COMPRESSION']._serialized_start=4432
|
|
140
|
+
_globals['_POLICYSETTINGS_COMPRESSION']._serialized_end=4514
|
|
141
|
+
_globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_start=4516
|
|
142
|
+
_globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_end=4611
|
|
143
|
+
_globals['_POLICYSETTINGS_DAY']._serialized_start=4613
|
|
144
|
+
_globals['_POLICYSETTINGS_DAY']._serialized_end=4731
|
|
145
|
+
_globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_start=4733
|
|
146
|
+
_globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_end=4851
|
|
147
|
+
_globals['_POLICYAPPLICATION']._serialized_start=4866
|
|
148
|
+
_globals['_POLICYAPPLICATION']._serialized_end=5156
|
|
149
|
+
_globals['_POLICYAPPLICATION_STATUS']._serialized_start=5089
|
|
150
|
+
_globals['_POLICYAPPLICATION_STATUS']._serialized_end=5156
|
|
147
151
|
# @@protoc_insertion_point(module_scope)
|