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
|
@@ -33,7 +33,7 @@ from yandex.cloud.cloudregistry.v1 import artifact_pb2 as yandex_dot_cloud_dot_c
|
|
|
33
33
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/cloudregistry/v1/registry_service.proto\x12\x1dyandex.cloud.cloudregistry.v1\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a,yandex/cloud/cloudregistry/v1/registry.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a google/protobuf/field_mask.proto\x1a\x31yandex/cloud/cloudregistry/v1/ip_permission.proto\x1a,yandex/cloud/cloudregistry/v1/artifact.proto\x1a\x1cgoogle/api/annotations.proto\"7\n\x12GetRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"v\n\x15ListRegistriesRequest\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\"n\n\x16ListRegistriesResponse\x12;\n\nregistries\x18\x01 \x03(\x0b\x32\'.yandex.cloud.cloudregistry.v1.Registry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/cloudregistry/v1/registry_service.proto\x12\x1dyandex.cloud.cloudregistry.v1\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a,yandex/cloud/cloudregistry/v1/registry.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a google/protobuf/field_mask.proto\x1a\x31yandex/cloud/cloudregistry/v1/ip_permission.proto\x1a,yandex/cloud/cloudregistry/v1/artifact.proto\x1a\x1cgoogle/api/annotations.proto\"7\n\x12GetRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"v\n\x15ListRegistriesRequest\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\"n\n\x16ListRegistriesResponse\x12;\n\nregistries\x18\x01 \x03(\x0b\x32\'.yandex.cloud.cloudregistry.v1.Registry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa7\x05\n\x15\x43reateRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x8d\x01\n\x06labels\x18\x03 \x03(\x0b\x32@.yandex.cloud.cloudregistry.v1.CreateRegistryRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12@\n\x04kind\x18\x04 \x01(\x0e\x32,.yandex.cloud.cloudregistry.v1.Registry.KindB\x04\xe8\xc7\x31\x01\x12@\n\x04type\x18\x05 \x01(\x0e\x32,.yandex.cloud.cloudregistry.v1.Registry.TypeB\x04\xe8\xc7\x31\x01\x12\x1f\n\x0b\x64\x65scription\x18\x06 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\xa4\x01\n\nproperties\x18\x07 \x03(\x0b\x32\x44.yandex.cloud.cloudregistry.v1.CreateRegistryRequest.PropertiesEntryBJ\xf2\xc7\x31![-_.~!*\'();/?:@&=+$,%#0-9a-zA-Z]+\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x11\x12\t[a-zA-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\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16\x43reateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\xd6\x04\n\x15UpdateRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12/\n\x04name\x18\x03 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x8d\x01\n\x06labels\x18\x04 \x03(\x0b\x32@.yandex.cloud.cloudregistry.v1.UpdateRegistryRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12\x1f\n\x0b\x64\x65scription\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\xa4\x01\n\nproperties\x18\x06 \x03(\x0b\x32\x44.yandex.cloud.cloudregistry.v1.UpdateRegistryRequest.PropertiesEntryBJ\xf2\xc7\x31![-_.~!*\'();/?:@&=+$,%#0-9a-zA-Z]+\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x11\x12\t[a-zA-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\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\":\n\x15\x44\x65leteRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65leteRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\x81\x01\n\x17SetIpPermissionsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x43\n\x0eip_permissions\x18\x02 \x03(\x0b\x32+.yandex.cloud.cloudregistry.v1.IpPermission\"\x8f\x01\n\x1aUpdateIpPermissionsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12N\n\x14ip_permission_deltas\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.cloudregistry.v1.IpPermissionDelta\"=\n\x18ListIpPermissionsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"]\n\x19ListIpPermissionsResponse\x12@\n\x0bpermissions\x18\x01 \x03(\x0b\x32+.yandex.cloud.cloudregistry.v1.IpPermission\"/\n\x18SetIpPermissionsMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"2\n\x1bUpdateIpPermissionsMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\xd2\x01\n\x14ListArtifactsRequest\x12\x1d\n\x0bregistry_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12]\n\x04path\x18\x02 \x01(\tBO\xf2\xc7\x31K|[a-zA-Z0-9]+(?:[._-][a-zA-Z0-9]+)*(/([a-zA-Z0-9]+(?:[._-][a-zA-Z0-9]+)*))*\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x15ListArtifactsResponse\x12:\n\tartifacts\x18\x01 \x03(\x0b\x32\'.yandex.cloud.cloudregistry.v1.Artifact\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xae\x13\n\x0fRegistryService\x12\x96\x01\n\x03Get\x12\x31.yandex.cloud.cloudregistry.v1.GetRegistryRequest\x1a\'.yandex.cloud.cloudregistry.v1.Registry\"3\x82\xd3\xe4\x93\x02-\x12+/cloud-registry/v1/registries/{registry_id}\x12\x9a\x01\n\x04List\x12\x34.yandex.cloud.cloudregistry.v1.ListRegistriesRequest\x1a\x35.yandex.cloud.cloudregistry.v1.ListRegistriesResponse\"%\x82\xd3\xe4\x93\x02\x1f\x12\x1d/cloud-registry/v1/registries\x12\xb1\x01\n\x06\x43reate\x12\x34.yandex.cloud.cloudregistry.v1.CreateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2*\"\n\x16\x43reateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\"\"\x1d/cloud-registry/v1/registries:\x01*\x12\xbf\x01\n\x06Update\x12\x34.yandex.cloud.cloudregistry.v1.UpdateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*\"\n\x16UpdateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x30\x32+/cloud-registry/v1/registries/{registry_id}:\x01*\x12\xc9\x01\n\x06\x44\x65lete\x12\x34.yandex.cloud.cloudregistry.v1.DeleteRegistryRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*/\n\x16\x44\x65leteRegistryMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02-*+/cloud-registry/v1/registries/{registry_id}\x12\xbd\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"F\x82\xd3\xe4\x93\x02@\x12>/cloud-registry/v1/registries/{resource_id}:listAccessBindings\x12\xed\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x85\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x42\"=/cloud-registry/v1/registries/{resource_id}:setAccessBindings:\x01*\x12\xf9\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8b\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x45\"@/cloud-registry/v1/registries/{resource_id}:updateAccessBindings:\x01*\x12\xcd\x01\n\x11ListIpPermissions\x12\x37.yandex.cloud.cloudregistry.v1.ListIpPermissionsRequest\x1a\x38.yandex.cloud.cloudregistry.v1.ListIpPermissionsResponse\"E\x82\xd3\xe4\x93\x02?\x12=/cloud-registry/v1/registries/{registry_id}:listIpPermissions\x12\xeb\x01\n\x10SetIpPermissions\x12\x36.yandex.cloud.cloudregistry.v1.SetIpPermissionsRequest\x1a!.yandex.cloud.operation.Operation\"|\xb2\xd2*1\n\x18SetIpPermissionsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x41\"</cloud-registry/v1/registries/{registry_id}:setIpPermissions:\x01*\x12\xf8\x01\n\x13UpdateIpPermissions\x12\x39.yandex.cloud.cloudregistry.v1.UpdateIpPermissionsRequest\x1a!.yandex.cloud.operation.Operation\"\x82\x01\xb2\xd2*4\n\x1bUpdateIpPermissionsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x44\"?/cloud-registry/v1/registries/{registry_id}:updateIpPermissions:\x01*\x12\xbd\x01\n\rListArtifacts\x12\x33.yandex.cloud.cloudregistry.v1.ListArtifactsRequest\x1a\x34.yandex.cloud.cloudregistry.v1.ListArtifactsResponse\"A\x82\xd3\xe4\x93\x02;\x12\x39/cloud-registry/v1/registries/{registry_id}:listArtifactsBt\n!yandex.cloud.api.cloudregistry.v1ZOgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudregistry/v1;cloudregistryb\x06proto3')
|
|
37
37
|
|
|
38
38
|
_globals = globals()
|
|
39
39
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -66,7 +66,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
66
66
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['description']._loaded_options = None
|
|
67
67
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
|
|
68
68
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['properties']._loaded_options = None
|
|
69
|
-
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['properties']._serialized_options = b'\362\3071
|
|
69
|
+
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['properties']._serialized_options = b'\362\3071![-_.~!*\'();/?:@&=+$,%#0-9a-zA-Z]+\202\3101\004<=64\212\3101\004<=63\262\3101\021\022\t[a-zA-Z]+\032\0041-63'
|
|
70
70
|
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._loaded_options = None
|
|
71
71
|
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
72
72
|
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._loaded_options = None
|
|
@@ -80,7 +80,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
80
80
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['description']._loaded_options = None
|
|
81
81
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
|
|
82
82
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['properties']._loaded_options = None
|
|
83
|
-
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['properties']._serialized_options = b'\362\3071
|
|
83
|
+
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['properties']._serialized_options = b'\362\3071![-_.~!*\'();/?:@&=+$,%#0-9a-zA-Z]+\202\3101\004<=64\212\3101\004<=63\262\3101\021\022\t[a-zA-Z]+\032\0041-63'
|
|
84
84
|
_globals['_DELETEREGISTRYREQUEST'].fields_by_name['registry_id']._loaded_options = None
|
|
85
85
|
_globals['_DELETEREGISTRYREQUEST'].fields_by_name['registry_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
86
86
|
_globals['_SETIPPERMISSIONSREQUEST'].fields_by_name['registry_id']._loaded_options = None
|
|
@@ -128,41 +128,41 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
128
128
|
_globals['_LISTREGISTRIESRESPONSE']._serialized_start=610
|
|
129
129
|
_globals['_LISTREGISTRIESRESPONSE']._serialized_end=720
|
|
130
130
|
_globals['_CREATEREGISTRYREQUEST']._serialized_start=723
|
|
131
|
-
_globals['_CREATEREGISTRYREQUEST']._serialized_end=
|
|
132
|
-
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=
|
|
133
|
-
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=
|
|
134
|
-
_globals['_CREATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_start=
|
|
135
|
-
_globals['_CREATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_end=
|
|
136
|
-
_globals['_CREATEREGISTRYMETADATA']._serialized_start=
|
|
137
|
-
_globals['_CREATEREGISTRYMETADATA']._serialized_end=
|
|
138
|
-
_globals['_UPDATEREGISTRYREQUEST']._serialized_start=
|
|
139
|
-
_globals['_UPDATEREGISTRYREQUEST']._serialized_end=
|
|
140
|
-
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=
|
|
141
|
-
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=
|
|
142
|
-
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_start=
|
|
143
|
-
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_end=
|
|
144
|
-
_globals['_UPDATEREGISTRYMETADATA']._serialized_start=
|
|
145
|
-
_globals['_UPDATEREGISTRYMETADATA']._serialized_end=
|
|
146
|
-
_globals['_DELETEREGISTRYREQUEST']._serialized_start=
|
|
147
|
-
_globals['_DELETEREGISTRYREQUEST']._serialized_end=
|
|
148
|
-
_globals['_DELETEREGISTRYMETADATA']._serialized_start=
|
|
149
|
-
_globals['_DELETEREGISTRYMETADATA']._serialized_end=
|
|
150
|
-
_globals['_SETIPPERMISSIONSREQUEST']._serialized_start=
|
|
151
|
-
_globals['_SETIPPERMISSIONSREQUEST']._serialized_end=
|
|
152
|
-
_globals['_UPDATEIPPERMISSIONSREQUEST']._serialized_start=
|
|
153
|
-
_globals['_UPDATEIPPERMISSIONSREQUEST']._serialized_end=
|
|
154
|
-
_globals['_LISTIPPERMISSIONSREQUEST']._serialized_start=
|
|
155
|
-
_globals['_LISTIPPERMISSIONSREQUEST']._serialized_end=
|
|
156
|
-
_globals['_LISTIPPERMISSIONSRESPONSE']._serialized_start=
|
|
157
|
-
_globals['_LISTIPPERMISSIONSRESPONSE']._serialized_end=
|
|
158
|
-
_globals['_SETIPPERMISSIONSMETADATA']._serialized_start=
|
|
159
|
-
_globals['_SETIPPERMISSIONSMETADATA']._serialized_end=
|
|
160
|
-
_globals['_UPDATEIPPERMISSIONSMETADATA']._serialized_start=
|
|
161
|
-
_globals['_UPDATEIPPERMISSIONSMETADATA']._serialized_end=
|
|
162
|
-
_globals['_LISTARTIFACTSREQUEST']._serialized_start=
|
|
163
|
-
_globals['_LISTARTIFACTSREQUEST']._serialized_end=
|
|
164
|
-
_globals['_LISTARTIFACTSRESPONSE']._serialized_start=
|
|
165
|
-
_globals['_LISTARTIFACTSRESPONSE']._serialized_end=
|
|
166
|
-
_globals['_REGISTRYSERVICE']._serialized_start=
|
|
167
|
-
_globals['_REGISTRYSERVICE']._serialized_end=
|
|
131
|
+
_globals['_CREATEREGISTRYREQUEST']._serialized_end=1402
|
|
132
|
+
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1306
|
|
133
|
+
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1351
|
|
134
|
+
_globals['_CREATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_start=1353
|
|
135
|
+
_globals['_CREATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_end=1402
|
|
136
|
+
_globals['_CREATEREGISTRYMETADATA']._serialized_start=1404
|
|
137
|
+
_globals['_CREATEREGISTRYMETADATA']._serialized_end=1449
|
|
138
|
+
_globals['_UPDATEREGISTRYREQUEST']._serialized_start=1452
|
|
139
|
+
_globals['_UPDATEREGISTRYREQUEST']._serialized_end=2050
|
|
140
|
+
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1306
|
|
141
|
+
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1351
|
|
142
|
+
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_start=1353
|
|
143
|
+
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_end=1402
|
|
144
|
+
_globals['_UPDATEREGISTRYMETADATA']._serialized_start=2052
|
|
145
|
+
_globals['_UPDATEREGISTRYMETADATA']._serialized_end=2097
|
|
146
|
+
_globals['_DELETEREGISTRYREQUEST']._serialized_start=2099
|
|
147
|
+
_globals['_DELETEREGISTRYREQUEST']._serialized_end=2157
|
|
148
|
+
_globals['_DELETEREGISTRYMETADATA']._serialized_start=2159
|
|
149
|
+
_globals['_DELETEREGISTRYMETADATA']._serialized_end=2204
|
|
150
|
+
_globals['_SETIPPERMISSIONSREQUEST']._serialized_start=2207
|
|
151
|
+
_globals['_SETIPPERMISSIONSREQUEST']._serialized_end=2336
|
|
152
|
+
_globals['_UPDATEIPPERMISSIONSREQUEST']._serialized_start=2339
|
|
153
|
+
_globals['_UPDATEIPPERMISSIONSREQUEST']._serialized_end=2482
|
|
154
|
+
_globals['_LISTIPPERMISSIONSREQUEST']._serialized_start=2484
|
|
155
|
+
_globals['_LISTIPPERMISSIONSREQUEST']._serialized_end=2545
|
|
156
|
+
_globals['_LISTIPPERMISSIONSRESPONSE']._serialized_start=2547
|
|
157
|
+
_globals['_LISTIPPERMISSIONSRESPONSE']._serialized_end=2640
|
|
158
|
+
_globals['_SETIPPERMISSIONSMETADATA']._serialized_start=2642
|
|
159
|
+
_globals['_SETIPPERMISSIONSMETADATA']._serialized_end=2689
|
|
160
|
+
_globals['_UPDATEIPPERMISSIONSMETADATA']._serialized_start=2691
|
|
161
|
+
_globals['_UPDATEIPPERMISSIONSMETADATA']._serialized_end=2741
|
|
162
|
+
_globals['_LISTARTIFACTSREQUEST']._serialized_start=2744
|
|
163
|
+
_globals['_LISTARTIFACTSREQUEST']._serialized_end=2954
|
|
164
|
+
_globals['_LISTARTIFACTSRESPONSE']._serialized_start=2956
|
|
165
|
+
_globals['_LISTARTIFACTSRESPONSE']._serialized_end=3064
|
|
166
|
+
_globals['_REGISTRYSERVICE']._serialized_start=3067
|
|
167
|
+
_globals['_REGISTRYSERVICE']._serialized_end=5545
|
|
168
168
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -22,7 +22,7 @@ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
|
22
22
|
|
|
23
23
|
@typing.final
|
|
24
24
|
class Job(google.protobuf.message.Message):
|
|
25
|
-
"""Data
|
|
25
|
+
"""Yandex Data Processing job."""
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
28
28
|
|
|
@@ -79,28 +79,28 @@ class Job(google.protobuf.message.Message):
|
|
|
79
79
|
HIVE_JOB_FIELD_NUMBER: builtins.int
|
|
80
80
|
APPLICATION_INFO_FIELD_NUMBER: builtins.int
|
|
81
81
|
id: builtins.str
|
|
82
|
-
"""Unique ID of the Data
|
|
83
|
-
This ID is assigned by MDB in the process of creating Data
|
|
82
|
+
"""Unique ID of the Yandex Data Processing job.
|
|
83
|
+
This ID is assigned by MDB in the process of creating Yandex Data Processing job.
|
|
84
84
|
"""
|
|
85
85
|
cluster_id: builtins.str
|
|
86
|
-
"""ID of the Data
|
|
86
|
+
"""ID of the Yandex Data Processing cluster."""
|
|
87
87
|
name: builtins.str
|
|
88
|
-
"""Name of the Data
|
|
88
|
+
"""Name of the Yandex Data Processing job."""
|
|
89
89
|
created_by: builtins.str
|
|
90
90
|
"""The id of the user who created the job"""
|
|
91
91
|
status: global___Job.Status.ValueType
|
|
92
92
|
"""Status."""
|
|
93
93
|
@property
|
|
94
94
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
95
|
-
"""The time when the Data
|
|
95
|
+
"""The time when the Yandex Data Processing job was created."""
|
|
96
96
|
|
|
97
97
|
@property
|
|
98
98
|
def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
99
|
-
"""The time when the Data
|
|
99
|
+
"""The time when the Yandex Data Processing job was started."""
|
|
100
100
|
|
|
101
101
|
@property
|
|
102
102
|
def finished_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
103
|
-
"""The time when the Data
|
|
103
|
+
"""The time when the Yandex Data Processing job was finished."""
|
|
104
104
|
|
|
105
105
|
@property
|
|
106
106
|
def mapreduce_job(self) -> global___MapreduceJob: ...
|
|
@@ -220,15 +220,15 @@ class MapreduceJob(google.protobuf.message.Message):
|
|
|
220
220
|
|
|
221
221
|
@property
|
|
222
222
|
def file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
223
|
-
"""URIs of files to be copied to the working directory of Data
|
|
223
|
+
"""URIs of files to be copied to the working directory of Yandex Data Processing drivers and distributed tasks."""
|
|
224
224
|
|
|
225
225
|
@property
|
|
226
226
|
def archive_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
227
|
-
"""URIs of archives to be extracted in the working directory of Data
|
|
227
|
+
"""URIs of archives to be extracted in the working directory of Yandex Data Processing drivers and tasks."""
|
|
228
228
|
|
|
229
229
|
@property
|
|
230
230
|
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
231
|
-
"""A mapping of property names to values, used to configure Data
|
|
231
|
+
"""A mapping of property names to values, used to configure Yandex Data Processing."""
|
|
232
232
|
|
|
233
233
|
def __init__(
|
|
234
234
|
self,
|
|
@@ -287,19 +287,19 @@ class SparkJob(google.protobuf.message.Message):
|
|
|
287
287
|
|
|
288
288
|
@property
|
|
289
289
|
def jar_file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
290
|
-
"""Jar file URIs to add to the CLASSPATHs of the Data
|
|
290
|
+
"""Jar file URIs to add to the CLASSPATHs of the Yandex Data Processing driver and tasks."""
|
|
291
291
|
|
|
292
292
|
@property
|
|
293
293
|
def file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
294
|
-
"""URIs of files to be copied to the working directory of Data
|
|
294
|
+
"""URIs of files to be copied to the working directory of Yandex Data Processing drivers and distributed tasks."""
|
|
295
295
|
|
|
296
296
|
@property
|
|
297
297
|
def archive_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
298
|
-
"""URIs of archives to be extracted in the working directory of Data
|
|
298
|
+
"""URIs of archives to be extracted in the working directory of Yandex Data Processing drivers and tasks."""
|
|
299
299
|
|
|
300
300
|
@property
|
|
301
301
|
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
302
|
-
"""A mapping of property names to values, used to configure Data
|
|
302
|
+
"""A mapping of property names to values, used to configure Yandex Data Processing."""
|
|
303
303
|
|
|
304
304
|
@property
|
|
305
305
|
def packages(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
@@ -369,19 +369,19 @@ class PysparkJob(google.protobuf.message.Message):
|
|
|
369
369
|
|
|
370
370
|
@property
|
|
371
371
|
def jar_file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
372
|
-
"""Jar file URIs to add to the CLASSPATHs of the Data
|
|
372
|
+
"""Jar file URIs to add to the CLASSPATHs of the Yandex Data Processing driver and tasks."""
|
|
373
373
|
|
|
374
374
|
@property
|
|
375
375
|
def file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
376
|
-
"""URIs of files to be copied to the working directory of Data
|
|
376
|
+
"""URIs of files to be copied to the working directory of Yandex Data Processing drivers and distributed tasks."""
|
|
377
377
|
|
|
378
378
|
@property
|
|
379
379
|
def archive_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
380
|
-
"""URIs of archives to be extracted in the working directory of Data
|
|
380
|
+
"""URIs of archives to be extracted in the working directory of Yandex Data Processing drivers and tasks."""
|
|
381
381
|
|
|
382
382
|
@property
|
|
383
383
|
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
384
|
-
"""A mapping of property names to values, used to configure Data
|
|
384
|
+
"""A mapping of property names to values, used to configure Yandex Data Processing."""
|
|
385
385
|
|
|
386
386
|
@property
|
|
387
387
|
def python_file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
@@ -511,7 +511,7 @@ global___HiveJob = HiveJob
|
|
|
511
511
|
|
|
512
512
|
@typing.final
|
|
513
513
|
class SupportJob(google.protobuf.message.Message):
|
|
514
|
-
"""Data
|
|
514
|
+
"""Yandex Data Processing support job."""
|
|
515
515
|
|
|
516
516
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
517
517
|
|
|
@@ -564,11 +564,11 @@ class SupportJob(google.protobuf.message.Message):
|
|
|
564
564
|
TIMEOUT_FIELD_NUMBER: builtins.int
|
|
565
565
|
CREATED_BY_FIELD_NUMBER: builtins.int
|
|
566
566
|
id: builtins.str
|
|
567
|
-
"""Required. Unique ID of the Data
|
|
568
|
-
This ID is assigned by MDB in the process of creating Data
|
|
567
|
+
"""Required. Unique ID of the Yandex Data Processing job.
|
|
568
|
+
This ID is assigned by MDB in the process of creating Yandex Data Processing job.
|
|
569
569
|
"""
|
|
570
570
|
cluster_id: builtins.str
|
|
571
|
-
"""Required. Unique ID of the Data
|
|
571
|
+
"""Required. Unique ID of the Yandex Data Processing cluster."""
|
|
572
572
|
status: global___SupportJob.Status.ValueType
|
|
573
573
|
"""Status."""
|
|
574
574
|
cmd: builtins.str
|
|
@@ -579,15 +579,15 @@ class SupportJob(google.protobuf.message.Message):
|
|
|
579
579
|
"""The id of the user who created the job"""
|
|
580
580
|
@property
|
|
581
581
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
582
|
-
"""The time when the Data
|
|
582
|
+
"""The time when the Yandex Data Processing job was created."""
|
|
583
583
|
|
|
584
584
|
@property
|
|
585
585
|
def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
586
|
-
"""The time when the Data
|
|
586
|
+
"""The time when the Yandex Data Processing job was started."""
|
|
587
587
|
|
|
588
588
|
@property
|
|
589
589
|
def finished_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
590
|
-
"""The time when the Data
|
|
590
|
+
"""The time when the Yandex Data Processing job was finished."""
|
|
591
591
|
|
|
592
592
|
def __init__(
|
|
593
593
|
self,
|
|
@@ -22,7 +22,7 @@ class ListJobsRequest(google.protobuf.message.Message):
|
|
|
22
22
|
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
23
23
|
FILTER_FIELD_NUMBER: builtins.int
|
|
24
24
|
cluster_id: builtins.str
|
|
25
|
-
"""Required. ID of the cluster to list Data
|
|
25
|
+
"""Required. ID of the cluster to list Yandex Data Processing jobs of."""
|
|
26
26
|
page_size: builtins.int
|
|
27
27
|
"""The maximum number of results per page that should be returned. If the number of available
|
|
28
28
|
results is larger than `page_size`, the service returns a `next_page_token` that can be used
|
|
@@ -62,7 +62,7 @@ class ListJobsResponse(google.protobuf.message.Message):
|
|
|
62
62
|
"""
|
|
63
63
|
@property
|
|
64
64
|
def jobs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.dataproc.manager.v1.job_pb2.Job]:
|
|
65
|
-
"""Requested list of Data
|
|
65
|
+
"""Requested list of Yandex Data Processing jobs."""
|
|
66
66
|
|
|
67
67
|
def __init__(
|
|
68
68
|
self,
|
|
@@ -83,9 +83,9 @@ class UpdateJobStatusRequest(google.protobuf.message.Message):
|
|
|
83
83
|
STATUS_FIELD_NUMBER: builtins.int
|
|
84
84
|
APPLICATION_INFO_FIELD_NUMBER: builtins.int
|
|
85
85
|
cluster_id: builtins.str
|
|
86
|
-
"""Required. ID of the Data
|
|
86
|
+
"""Required. ID of the Yandex Data Processing cluster."""
|
|
87
87
|
job_id: builtins.str
|
|
88
|
-
"""Required. ID of the Data
|
|
88
|
+
"""Required. ID of the Yandex Data Processing job to update."""
|
|
89
89
|
status: yandex.cloud.dataproc.manager.v1.job_pb2.Job.Status.ValueType
|
|
90
90
|
"""Required. New status of the job."""
|
|
91
91
|
@property
|
|
@@ -130,7 +130,7 @@ class ListSupportJobsResponse(google.protobuf.message.Message):
|
|
|
130
130
|
"""
|
|
131
131
|
@property
|
|
132
132
|
def jobs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.dataproc.manager.v1.job_pb2.SupportJob]:
|
|
133
|
-
"""Requested list of Data
|
|
133
|
+
"""Requested list of Yandex Data Processing jobs."""
|
|
134
134
|
|
|
135
135
|
def __init__(
|
|
136
136
|
self,
|
|
@@ -150,9 +150,9 @@ class UpdateSupportJobStatusRequest(google.protobuf.message.Message):
|
|
|
150
150
|
JOB_ID_FIELD_NUMBER: builtins.int
|
|
151
151
|
STATUS_FIELD_NUMBER: builtins.int
|
|
152
152
|
cluster_id: builtins.str
|
|
153
|
-
"""Required. ID of the Data
|
|
153
|
+
"""Required. ID of the Yandex Data Processing cluster."""
|
|
154
154
|
job_id: builtins.str
|
|
155
|
-
"""Required. ID of the Data
|
|
155
|
+
"""Required. ID of the Yandex Data Processing job to update."""
|
|
156
156
|
status: yandex.cloud.dataproc.manager.v1.job_pb2.SupportJob.Status.ValueType
|
|
157
157
|
"""Required. New status of the job."""
|
|
158
158
|
def __init__(
|
|
@@ -65,7 +65,7 @@ class JobServiceServicer(object):
|
|
|
65
65
|
"""Missing associated documentation comment in .proto file."""
|
|
66
66
|
|
|
67
67
|
def ListActive(self, request, context):
|
|
68
|
-
"""Retrieves a list of jobs for Data
|
|
68
|
+
"""Retrieves a list of jobs for Yandex Data Processing cluster.
|
|
69
69
|
"""
|
|
70
70
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
71
71
|
context.set_details('Method not implemented!')
|
|
@@ -79,7 +79,7 @@ class JobServiceServicer(object):
|
|
|
79
79
|
raise NotImplementedError('Method not implemented!')
|
|
80
80
|
|
|
81
81
|
def ListSupportActive(self, request, context):
|
|
82
|
-
"""Retrieves a list of support jobs for Data
|
|
82
|
+
"""Retrieves a list of support jobs for Yandex Data Processing cluster.
|
|
83
83
|
"""
|
|
84
84
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
85
85
|
context.set_details('Method not implemented!')
|
|
@@ -23,7 +23,7 @@ class JobServiceStub:
|
|
|
23
23
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsRequest,
|
|
24
24
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsResponse,
|
|
25
25
|
]
|
|
26
|
-
"""Retrieves a list of jobs for Data
|
|
26
|
+
"""Retrieves a list of jobs for Yandex Data Processing cluster."""
|
|
27
27
|
|
|
28
28
|
UpdateStatus: grpc.UnaryUnaryMultiCallable[
|
|
29
29
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.UpdateJobStatusRequest,
|
|
@@ -35,7 +35,7 @@ class JobServiceStub:
|
|
|
35
35
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsRequest,
|
|
36
36
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.ListSupportJobsResponse,
|
|
37
37
|
]
|
|
38
|
-
"""Retrieves a list of support jobs for Data
|
|
38
|
+
"""Retrieves a list of support jobs for Yandex Data Processing cluster."""
|
|
39
39
|
|
|
40
40
|
UpdateSupportStatus: grpc.UnaryUnaryMultiCallable[
|
|
41
41
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.UpdateSupportJobStatusRequest,
|
|
@@ -54,7 +54,7 @@ class JobServiceAsyncStub:
|
|
|
54
54
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsRequest,
|
|
55
55
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsResponse,
|
|
56
56
|
]
|
|
57
|
-
"""Retrieves a list of jobs for Data
|
|
57
|
+
"""Retrieves a list of jobs for Yandex Data Processing cluster."""
|
|
58
58
|
|
|
59
59
|
UpdateStatus: grpc.aio.UnaryUnaryMultiCallable[
|
|
60
60
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.UpdateJobStatusRequest,
|
|
@@ -66,7 +66,7 @@ class JobServiceAsyncStub:
|
|
|
66
66
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsRequest,
|
|
67
67
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.ListSupportJobsResponse,
|
|
68
68
|
]
|
|
69
|
-
"""Retrieves a list of support jobs for Data
|
|
69
|
+
"""Retrieves a list of support jobs for Yandex Data Processing cluster."""
|
|
70
70
|
|
|
71
71
|
UpdateSupportStatus: grpc.aio.UnaryUnaryMultiCallable[
|
|
72
72
|
yandex.cloud.dataproc.manager.v1.job_service_pb2.UpdateSupportJobStatusRequest,
|
|
@@ -87,7 +87,7 @@ class JobServiceServicer(metaclass=abc.ABCMeta):
|
|
|
87
87
|
request: yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsRequest,
|
|
88
88
|
context: _ServicerContext,
|
|
89
89
|
) -> typing.Union[yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsResponse, collections.abc.Awaitable[yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsResponse]]:
|
|
90
|
-
"""Retrieves a list of jobs for Data
|
|
90
|
+
"""Retrieves a list of jobs for Yandex Data Processing cluster."""
|
|
91
91
|
|
|
92
92
|
@abc.abstractmethod
|
|
93
93
|
def UpdateStatus(
|
|
@@ -103,7 +103,7 @@ class JobServiceServicer(metaclass=abc.ABCMeta):
|
|
|
103
103
|
request: yandex.cloud.dataproc.manager.v1.job_service_pb2.ListJobsRequest,
|
|
104
104
|
context: _ServicerContext,
|
|
105
105
|
) -> typing.Union[yandex.cloud.dataproc.manager.v1.job_service_pb2.ListSupportJobsResponse, collections.abc.Awaitable[yandex.cloud.dataproc.manager.v1.job_service_pb2.ListSupportJobsResponse]]:
|
|
106
|
-
"""Retrieves a list of support jobs for Data
|
|
106
|
+
"""Retrieves a list of support jobs for Yandex Data Processing cluster."""
|
|
107
107
|
|
|
108
108
|
@abc.abstractmethod
|
|
109
109
|
def UpdateSupportStatus(
|
|
@@ -356,8 +356,8 @@ class Info(google.protobuf.message.Message):
|
|
|
356
356
|
LIVY_FIELD_NUMBER: builtins.int
|
|
357
357
|
INIT_ACTS_FIELD_NUMBER: builtins.int
|
|
358
358
|
report_count: builtins.int
|
|
359
|
-
"""Report count is incremented every time report is sent by
|
|
360
|
-
So Worker can use this property to make sure that
|
|
359
|
+
"""Report count is incremented every time report is sent by Yandex Data Processing Agent.
|
|
360
|
+
So Worker can use this property to make sure that Yandex Data Processing Agent got data sent by Worker through Yandex Data Processing Manager
|
|
361
361
|
for synchronization purposes
|
|
362
362
|
"""
|
|
363
363
|
@property
|
|
@@ -26,7 +26,7 @@ if _version_not_supported:
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
class DataprocManagerServiceStub(object):
|
|
29
|
-
"""Data
|
|
29
|
+
"""Yandex Data Processing manager service definition.
|
|
30
30
|
"""
|
|
31
31
|
|
|
32
32
|
def __init__(self, channel):
|
|
@@ -43,7 +43,7 @@ class DataprocManagerServiceStub(object):
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
class DataprocManagerServiceServicer(object):
|
|
46
|
-
"""Data
|
|
46
|
+
"""Yandex Data Processing manager service definition.
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
def Report(self, request, context):
|
|
@@ -70,7 +70,7 @@ def add_DataprocManagerServiceServicer_to_server(servicer, server):
|
|
|
70
70
|
|
|
71
71
|
# This class is part of an EXPERIMENTAL API.
|
|
72
72
|
class DataprocManagerService(object):
|
|
73
|
-
"""Data
|
|
73
|
+
"""Yandex Data Processing manager service definition.
|
|
74
74
|
"""
|
|
75
75
|
|
|
76
76
|
@staticmethod
|
|
@@ -18,7 +18,7 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
18
18
|
...
|
|
19
19
|
|
|
20
20
|
class DataprocManagerServiceStub:
|
|
21
|
-
"""Data
|
|
21
|
+
"""Yandex Data Processing manager service definition."""
|
|
22
22
|
|
|
23
23
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
24
24
|
Report: grpc.UnaryUnaryMultiCallable[
|
|
@@ -28,7 +28,7 @@ class DataprocManagerServiceStub:
|
|
|
28
28
|
"""Sends a status report from a host."""
|
|
29
29
|
|
|
30
30
|
class DataprocManagerServiceAsyncStub:
|
|
31
|
-
"""Data
|
|
31
|
+
"""Yandex Data Processing manager service definition."""
|
|
32
32
|
|
|
33
33
|
Report: grpc.aio.UnaryUnaryMultiCallable[
|
|
34
34
|
yandex.cloud.dataproc.manager.v1.manager_service_pb2.ReportRequest,
|
|
@@ -37,7 +37,7 @@ class DataprocManagerServiceAsyncStub:
|
|
|
37
37
|
"""Sends a status report from a host."""
|
|
38
38
|
|
|
39
39
|
class DataprocManagerServiceServicer(metaclass=abc.ABCMeta):
|
|
40
|
-
"""Data
|
|
40
|
+
"""Yandex Data Processing manager service definition."""
|
|
41
41
|
|
|
42
42
|
@abc.abstractmethod
|
|
43
43
|
def Report(
|
|
@@ -23,7 +23,7 @@ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
|
23
23
|
|
|
24
24
|
@typing.final
|
|
25
25
|
class Cluster(google.protobuf.message.Message):
|
|
26
|
-
"""A Data
|
|
26
|
+
"""A Yandex Data Processing cluster. For details about the concept, see [documentation](/docs/data-proc/concepts/)."""
|
|
27
27
|
|
|
28
28
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
29
29
|
|
|
@@ -129,9 +129,9 @@ class Cluster(google.protobuf.message.Message):
|
|
|
129
129
|
zone_id: builtins.str
|
|
130
130
|
"""ID of the availability zone where the cluster resides."""
|
|
131
131
|
service_account_id: builtins.str
|
|
132
|
-
"""ID of service account for the Data
|
|
132
|
+
"""ID of service account for the Yandex Data Processing manager agent."""
|
|
133
133
|
bucket: builtins.str
|
|
134
|
-
"""Object Storage bucket to be used for Data
|
|
134
|
+
"""Object Storage bucket to be used for Yandex Data Processing jobs that are run in the cluster."""
|
|
135
135
|
ui_proxy: builtins.bool
|
|
136
136
|
"""Whether UI Proxy feature is enabled."""
|
|
137
137
|
deletion_protection: builtins.bool
|
|
@@ -196,7 +196,7 @@ global___Cluster = Cluster
|
|
|
196
196
|
|
|
197
197
|
@typing.final
|
|
198
198
|
class Monitoring(google.protobuf.message.Message):
|
|
199
|
-
"""Metadata of a monitoring system for a Data
|
|
199
|
+
"""Metadata of a monitoring system for a Yandex Data Processing cluster."""
|
|
200
200
|
|
|
201
201
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
202
202
|
|
|
@@ -330,7 +330,7 @@ class ClusterConfig(google.protobuf.message.Message):
|
|
|
330
330
|
"""
|
|
331
331
|
@property
|
|
332
332
|
def hadoop(self) -> global___HadoopConfig:
|
|
333
|
-
"""Data
|
|
333
|
+
"""Yandex Data Processing specific configuration options."""
|
|
334
334
|
|
|
335
335
|
def __init__(
|
|
336
336
|
self,
|
|
@@ -23,7 +23,7 @@ class GetClusterRequest(google.protobuf.message.Message):
|
|
|
23
23
|
|
|
24
24
|
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
25
25
|
cluster_id: builtins.str
|
|
26
|
-
"""ID of the Data
|
|
26
|
+
"""ID of the Yandex Data Processing cluster.
|
|
27
27
|
|
|
28
28
|
To get a cluster ID make a [ClusterService.List] request.
|
|
29
29
|
"""
|
|
@@ -121,7 +121,7 @@ class CreateSubclusterConfigSpec(google.protobuf.message.Message):
|
|
|
121
121
|
name: builtins.str
|
|
122
122
|
"""Name of the subcluster."""
|
|
123
123
|
role: yandex.cloud.dataproc.v1.subcluster_pb2.Role.ValueType
|
|
124
|
-
"""Role of the subcluster in the Data
|
|
124
|
+
"""Role of the subcluster in the Yandex Data Processing cluster."""
|
|
125
125
|
subnet_id: builtins.str
|
|
126
126
|
"""ID of the VPC subnet used for hosts in the subcluster."""
|
|
127
127
|
hosts_count: builtins.int
|
|
@@ -206,7 +206,7 @@ class CreateClusterConfigSpec(google.protobuf.message.Message):
|
|
|
206
206
|
"""
|
|
207
207
|
@property
|
|
208
208
|
def hadoop(self) -> yandex.cloud.dataproc.v1.cluster_pb2.HadoopConfig:
|
|
209
|
-
"""Data
|
|
209
|
+
"""Yandex Data Processing specific options."""
|
|
210
210
|
|
|
211
211
|
@property
|
|
212
212
|
def subclusters_spec(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___CreateSubclusterConfigSpec]:
|
|
@@ -290,7 +290,7 @@ class CreateClusterRequest(google.protobuf.message.Message):
|
|
|
290
290
|
"""
|
|
291
291
|
name: builtins.str
|
|
292
292
|
"""Name of the cluster. The name must be unique within the folder.
|
|
293
|
-
The name can't be changed after the Data
|
|
293
|
+
The name can't be changed after the Yandex Data Processing cluster is created.
|
|
294
294
|
"""
|
|
295
295
|
description: builtins.str
|
|
296
296
|
"""Description of the cluster."""
|
|
@@ -300,9 +300,9 @@ class CreateClusterRequest(google.protobuf.message.Message):
|
|
|
300
300
|
To get the list of available zones make a [yandex.cloud.compute.v1.ZoneService.List] request.
|
|
301
301
|
"""
|
|
302
302
|
service_account_id: builtins.str
|
|
303
|
-
"""ID of the service account to be used by the Data
|
|
303
|
+
"""ID of the service account to be used by the Yandex Data Processing manager agent."""
|
|
304
304
|
bucket: builtins.str
|
|
305
|
-
"""Name of the Object Storage bucket to use for Data
|
|
305
|
+
"""Name of the Object Storage bucket to use for Yandex Data Processing jobs."""
|
|
306
306
|
ui_proxy: builtins.bool
|
|
307
307
|
"""Enable UI Proxy feature."""
|
|
308
308
|
deletion_protection: builtins.bool
|
|
@@ -407,11 +407,11 @@ class UpdateClusterRequest(google.protobuf.message.Message):
|
|
|
407
407
|
description: builtins.str
|
|
408
408
|
"""New description for the cluster."""
|
|
409
409
|
name: builtins.str
|
|
410
|
-
"""New name for the Data
|
|
410
|
+
"""New name for the Yandex Data Processing cluster. The name must be unique within the folder."""
|
|
411
411
|
service_account_id: builtins.str
|
|
412
|
-
"""ID of the new service account to be used by the Data
|
|
412
|
+
"""ID of the new service account to be used by the Yandex Data Processing manager agent."""
|
|
413
413
|
bucket: builtins.str
|
|
414
|
-
"""Name of the new Object Storage bucket to use for Data
|
|
414
|
+
"""Name of the new Object Storage bucket to use for Yandex Data Processing jobs."""
|
|
415
415
|
decommission_timeout: builtins.int
|
|
416
416
|
"""Timeout to gracefully decommission nodes. In seconds. Default value: 0"""
|
|
417
417
|
ui_proxy: builtins.bool
|
|
@@ -430,7 +430,7 @@ class UpdateClusterRequest(google.protobuf.message.Message):
|
|
|
430
430
|
|
|
431
431
|
@property
|
|
432
432
|
def config_spec(self) -> global___UpdateClusterConfigSpec:
|
|
433
|
-
"""Configuration and resources for hosts that should be created with the Data
|
|
433
|
+
"""Configuration and resources for hosts that should be created with the Yandex Data Processing cluster."""
|
|
434
434
|
|
|
435
435
|
@property
|
|
436
436
|
def security_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
@@ -503,7 +503,7 @@ class DeleteClusterMetadata(google.protobuf.message.Message):
|
|
|
503
503
|
|
|
504
504
|
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
505
505
|
cluster_id: builtins.str
|
|
506
|
-
"""ID of the Data
|
|
506
|
+
"""ID of the Yandex Data Processing cluster that is being deleted."""
|
|
507
507
|
def __init__(
|
|
508
508
|
self,
|
|
509
509
|
*,
|
|
@@ -538,7 +538,7 @@ class StartClusterMetadata(google.protobuf.message.Message):
|
|
|
538
538
|
|
|
539
539
|
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
540
540
|
cluster_id: builtins.str
|
|
541
|
-
"""ID of the Data
|
|
541
|
+
"""ID of the Yandex Data Processing cluster that is being started."""
|
|
542
542
|
def __init__(
|
|
543
543
|
self,
|
|
544
544
|
*,
|
|
@@ -577,7 +577,7 @@ class StopClusterMetadata(google.protobuf.message.Message):
|
|
|
577
577
|
|
|
578
578
|
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
579
579
|
cluster_id: builtins.str
|
|
580
|
-
"""ID of the Data
|
|
580
|
+
"""ID of the Yandex Data Processing cluster that is being stopped."""
|
|
581
581
|
def __init__(
|
|
582
582
|
self,
|
|
583
583
|
*,
|