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
|
@@ -28,7 +28,7 @@ if _version_not_supported:
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
class ClusterServiceStub(object):
|
|
31
|
-
"""A set of methods for managing Data
|
|
31
|
+
"""A set of methods for managing Yandex Data Processing clusters.
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
def __init__(self, channel):
|
|
@@ -90,7 +90,7 @@ class ClusterServiceStub(object):
|
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
class ClusterServiceServicer(object):
|
|
93
|
-
"""A set of methods for managing Data
|
|
93
|
+
"""A set of methods for managing Yandex Data Processing clusters.
|
|
94
94
|
"""
|
|
95
95
|
|
|
96
96
|
def Get(self, request, context):
|
|
@@ -159,7 +159,7 @@ class ClusterServiceServicer(object):
|
|
|
159
159
|
raise NotImplementedError('Method not implemented!')
|
|
160
160
|
|
|
161
161
|
def ListUILinks(self, request, context):
|
|
162
|
-
"""Retrieves a list of links to web interfaces being proxied by Data
|
|
162
|
+
"""Retrieves a list of links to web interfaces being proxied by Yandex Data Processing UI Proxy.
|
|
163
163
|
"""
|
|
164
164
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
165
165
|
context.set_details('Method not implemented!')
|
|
@@ -227,7 +227,7 @@ def add_ClusterServiceServicer_to_server(servicer, server):
|
|
|
227
227
|
|
|
228
228
|
# This class is part of an EXPERIMENTAL API.
|
|
229
229
|
class ClusterService(object):
|
|
230
|
-
"""A set of methods for managing Data
|
|
230
|
+
"""A set of methods for managing Yandex Data Processing clusters.
|
|
231
231
|
"""
|
|
232
232
|
|
|
233
233
|
@staticmethod
|
|
@@ -20,7 +20,7 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
class ClusterServiceStub:
|
|
23
|
-
"""A set of methods for managing Data
|
|
23
|
+
"""A set of methods for managing Yandex Data Processing clusters."""
|
|
24
24
|
|
|
25
25
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
26
|
Get: grpc.UnaryUnaryMultiCallable[
|
|
@@ -84,10 +84,10 @@ class ClusterServiceStub:
|
|
|
84
84
|
yandex.cloud.dataproc.v1.cluster_service_pb2.ListUILinksRequest,
|
|
85
85
|
yandex.cloud.dataproc.v1.cluster_service_pb2.ListUILinksResponse,
|
|
86
86
|
]
|
|
87
|
-
"""Retrieves a list of links to web interfaces being proxied by Data
|
|
87
|
+
"""Retrieves a list of links to web interfaces being proxied by Yandex Data Processing UI Proxy."""
|
|
88
88
|
|
|
89
89
|
class ClusterServiceAsyncStub:
|
|
90
|
-
"""A set of methods for managing Data
|
|
90
|
+
"""A set of methods for managing Yandex Data Processing clusters."""
|
|
91
91
|
|
|
92
92
|
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
93
93
|
yandex.cloud.dataproc.v1.cluster_service_pb2.GetClusterRequest,
|
|
@@ -150,10 +150,10 @@ class ClusterServiceAsyncStub:
|
|
|
150
150
|
yandex.cloud.dataproc.v1.cluster_service_pb2.ListUILinksRequest,
|
|
151
151
|
yandex.cloud.dataproc.v1.cluster_service_pb2.ListUILinksResponse,
|
|
152
152
|
]
|
|
153
|
-
"""Retrieves a list of links to web interfaces being proxied by Data
|
|
153
|
+
"""Retrieves a list of links to web interfaces being proxied by Yandex Data Processing UI Proxy."""
|
|
154
154
|
|
|
155
155
|
class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
156
|
-
"""A set of methods for managing Data
|
|
156
|
+
"""A set of methods for managing Yandex Data Processing clusters."""
|
|
157
157
|
|
|
158
158
|
@abc.abstractmethod
|
|
159
159
|
def Get(
|
|
@@ -236,6 +236,6 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
236
236
|
request: yandex.cloud.dataproc.v1.cluster_service_pb2.ListUILinksRequest,
|
|
237
237
|
context: _ServicerContext,
|
|
238
238
|
) -> typing.Union[yandex.cloud.dataproc.v1.cluster_service_pb2.ListUILinksResponse, collections.abc.Awaitable[yandex.cloud.dataproc.v1.cluster_service_pb2.ListUILinksResponse]]:
|
|
239
|
-
"""Retrieves a list of links to web interfaces being proxied by Data
|
|
239
|
+
"""Retrieves a list of links to web interfaces being proxied by Yandex Data Processing UI Proxy."""
|
|
240
240
|
|
|
241
241
|
def add_ClusterServiceServicer_to_server(servicer: ClusterServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -22,7 +22,7 @@ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
|
22
22
|
|
|
23
23
|
@typing.final
|
|
24
24
|
class Job(google.protobuf.message.Message):
|
|
25
|
-
"""A Data
|
|
25
|
+
"""A Yandex Data Processing job. For details about the concept, see [documentation](/docs/data-proc/concepts/jobs)."""
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
28
28
|
|
|
@@ -81,7 +81,7 @@ class Job(google.protobuf.message.Message):
|
|
|
81
81
|
id: builtins.str
|
|
82
82
|
"""ID of the job. Generated at creation time."""
|
|
83
83
|
cluster_id: builtins.str
|
|
84
|
-
"""ID of the Data
|
|
84
|
+
"""ID of the Yandex Data Processing cluster that the job belongs to."""
|
|
85
85
|
name: builtins.str
|
|
86
86
|
"""Name of the job, specified in the [JobService.Create] request."""
|
|
87
87
|
created_by: builtins.str
|
|
@@ -222,21 +222,21 @@ class MapreduceJob(google.protobuf.message.Message):
|
|
|
222
222
|
|
|
223
223
|
@property
|
|
224
224
|
def jar_file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
225
|
-
"""JAR file URIs to add to CLASSPATH of the Data
|
|
225
|
+
"""JAR file URIs to add to CLASSPATH of the Yandex Data Processing driver and each task."""
|
|
226
226
|
|
|
227
227
|
@property
|
|
228
228
|
def file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
229
|
-
"""URIs of resource files to be copied to the working directory of Data
|
|
229
|
+
"""URIs of resource files to be copied to the working directory of Yandex Data Processing drivers
|
|
230
230
|
and distributed Hadoop tasks.
|
|
231
231
|
"""
|
|
232
232
|
|
|
233
233
|
@property
|
|
234
234
|
def archive_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
235
|
-
"""URIs of archives to be extracted to the working directory of Data
|
|
235
|
+
"""URIs of archives to be extracted to the working directory of Yandex Data Processing drivers and tasks."""
|
|
236
236
|
|
|
237
237
|
@property
|
|
238
238
|
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
239
|
-
"""Property names and values, used to configure Data
|
|
239
|
+
"""Property names and values, used to configure Yandex Data Processing and MapReduce."""
|
|
240
240
|
|
|
241
241
|
def __init__(
|
|
242
242
|
self,
|
|
@@ -295,21 +295,21 @@ class SparkJob(google.protobuf.message.Message):
|
|
|
295
295
|
|
|
296
296
|
@property
|
|
297
297
|
def jar_file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
298
|
-
"""JAR file URIs to add to CLASSPATH of the Data
|
|
298
|
+
"""JAR file URIs to add to CLASSPATH of the Yandex Data Processing driver and each task."""
|
|
299
299
|
|
|
300
300
|
@property
|
|
301
301
|
def file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
302
|
-
"""URIs of resource files to be copied to the working directory of Data
|
|
302
|
+
"""URIs of resource files to be copied to the working directory of Yandex Data Processing drivers
|
|
303
303
|
and distributed Hadoop tasks.
|
|
304
304
|
"""
|
|
305
305
|
|
|
306
306
|
@property
|
|
307
307
|
def archive_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
308
|
-
"""URIs of archives to be extracted to the working directory of Data
|
|
308
|
+
"""URIs of archives to be extracted to the working directory of Yandex Data Processing drivers and tasks."""
|
|
309
309
|
|
|
310
310
|
@property
|
|
311
311
|
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
312
|
-
"""Property names and values, used to configure Data
|
|
312
|
+
"""Property names and values, used to configure Yandex Data Processing and Spark."""
|
|
313
313
|
|
|
314
314
|
@property
|
|
315
315
|
def packages(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
@@ -379,21 +379,21 @@ class PysparkJob(google.protobuf.message.Message):
|
|
|
379
379
|
|
|
380
380
|
@property
|
|
381
381
|
def jar_file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
382
|
-
"""JAR file URIs to add to CLASSPATH of the Data
|
|
382
|
+
"""JAR file URIs to add to CLASSPATH of the Yandex Data Processing driver and each task."""
|
|
383
383
|
|
|
384
384
|
@property
|
|
385
385
|
def file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
386
|
-
"""URIs of resource files to be copied to the working directory of Data
|
|
386
|
+
"""URIs of resource files to be copied to the working directory of Yandex Data Processing drivers
|
|
387
387
|
and distributed Hadoop tasks.
|
|
388
388
|
"""
|
|
389
389
|
|
|
390
390
|
@property
|
|
391
391
|
def archive_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
392
|
-
"""URIs of archives to be extracted to the working directory of Data
|
|
392
|
+
"""URIs of archives to be extracted to the working directory of Yandex Data Processing drivers and tasks."""
|
|
393
393
|
|
|
394
394
|
@property
|
|
395
395
|
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
396
|
-
"""Property names and values, used to configure Data
|
|
396
|
+
"""Property names and values, used to configure Yandex Data Processing and PySpark."""
|
|
397
397
|
|
|
398
398
|
@property
|
|
399
399
|
def python_file_uris(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
@@ -495,7 +495,7 @@ class HiveJob(google.protobuf.message.Message):
|
|
|
495
495
|
"""URI of the script with all the necessary Hive queries."""
|
|
496
496
|
@property
|
|
497
497
|
def properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
498
|
-
"""Property names and values, used to configure Data
|
|
498
|
+
"""Property names and values, used to configure Yandex Data Processing and Hive."""
|
|
499
499
|
|
|
500
500
|
@property
|
|
501
501
|
def script_variables(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
@@ -177,9 +177,9 @@ class CancelJobRequest(google.protobuf.message.Message):
|
|
|
177
177
|
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
178
178
|
JOB_ID_FIELD_NUMBER: builtins.int
|
|
179
179
|
cluster_id: builtins.str
|
|
180
|
-
"""Required. ID of the
|
|
180
|
+
"""Required. ID of the Yandex Data Processing cluster."""
|
|
181
181
|
job_id: builtins.str
|
|
182
|
-
"""Required. ID of the
|
|
182
|
+
"""Required. ID of the Yandex Data Processing job to cancel."""
|
|
183
183
|
def __init__(
|
|
184
184
|
self,
|
|
185
185
|
*,
|
|
@@ -231,7 +231,7 @@ class ListJobLogResponse(google.protobuf.message.Message):
|
|
|
231
231
|
CONTENT_FIELD_NUMBER: builtins.int
|
|
232
232
|
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
233
233
|
content: builtins.str
|
|
234
|
-
"""Requested part of Data
|
|
234
|
+
"""Requested part of Yandex Data Processing Job log."""
|
|
235
235
|
next_page_token: builtins.str
|
|
236
236
|
"""This token allows you to get the next page of results for ListLog requests,
|
|
237
237
|
if the number of results is larger than `page_size` specified in the request.
|
|
@@ -28,7 +28,7 @@ if _version_not_supported:
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
class JobServiceStub(object):
|
|
31
|
-
"""A set of methods for managing Data
|
|
31
|
+
"""A set of methods for managing Yandex Data Processing jobs.
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
def __init__(self, channel):
|
|
@@ -65,7 +65,7 @@ class JobServiceStub(object):
|
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
class JobServiceServicer(object):
|
|
68
|
-
"""A set of methods for managing Data
|
|
68
|
+
"""A set of methods for managing Yandex Data Processing jobs.
|
|
69
69
|
"""
|
|
70
70
|
|
|
71
71
|
def List(self, request, context):
|
|
@@ -97,7 +97,7 @@ class JobServiceServicer(object):
|
|
|
97
97
|
raise NotImplementedError('Method not implemented!')
|
|
98
98
|
|
|
99
99
|
def Cancel(self, request, context):
|
|
100
|
-
"""Cancels the specified
|
|
100
|
+
"""Cancels the specified Yandex Data Processing job.
|
|
101
101
|
"""
|
|
102
102
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
103
103
|
context.set_details('Method not implemented!')
|
|
@@ -140,7 +140,7 @@ def add_JobServiceServicer_to_server(servicer, server):
|
|
|
140
140
|
|
|
141
141
|
# This class is part of an EXPERIMENTAL API.
|
|
142
142
|
class JobService(object):
|
|
143
|
-
"""A set of methods for managing Data
|
|
143
|
+
"""A set of methods for managing Yandex Data Processing jobs.
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
@staticmethod
|
|
@@ -20,7 +20,7 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
class JobServiceStub:
|
|
23
|
-
"""A set of methods for managing Data
|
|
23
|
+
"""A set of methods for managing Yandex Data Processing jobs."""
|
|
24
24
|
|
|
25
25
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
26
|
List: grpc.UnaryUnaryMultiCallable[
|
|
@@ -51,10 +51,10 @@ class JobServiceStub:
|
|
|
51
51
|
yandex.cloud.dataproc.v1.job_service_pb2.CancelJobRequest,
|
|
52
52
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
53
53
|
]
|
|
54
|
-
"""Cancels the specified
|
|
54
|
+
"""Cancels the specified Yandex Data Processing job."""
|
|
55
55
|
|
|
56
56
|
class JobServiceAsyncStub:
|
|
57
|
-
"""A set of methods for managing Data
|
|
57
|
+
"""A set of methods for managing Yandex Data Processing jobs."""
|
|
58
58
|
|
|
59
59
|
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
60
60
|
yandex.cloud.dataproc.v1.job_service_pb2.ListJobsRequest,
|
|
@@ -84,10 +84,10 @@ class JobServiceAsyncStub:
|
|
|
84
84
|
yandex.cloud.dataproc.v1.job_service_pb2.CancelJobRequest,
|
|
85
85
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
86
86
|
]
|
|
87
|
-
"""Cancels the specified
|
|
87
|
+
"""Cancels the specified Yandex Data Processing job."""
|
|
88
88
|
|
|
89
89
|
class JobServiceServicer(metaclass=abc.ABCMeta):
|
|
90
|
-
"""A set of methods for managing Data
|
|
90
|
+
"""A set of methods for managing Yandex Data Processing jobs."""
|
|
91
91
|
|
|
92
92
|
@abc.abstractmethod
|
|
93
93
|
def List(
|
|
@@ -127,6 +127,6 @@ class JobServiceServicer(metaclass=abc.ABCMeta):
|
|
|
127
127
|
request: yandex.cloud.dataproc.v1.job_service_pb2.CancelJobRequest,
|
|
128
128
|
context: _ServicerContext,
|
|
129
129
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
130
|
-
"""Cancels the specified
|
|
130
|
+
"""Cancels the specified Yandex Data Processing job."""
|
|
131
131
|
|
|
132
132
|
def add_JobServiceServicer_to_server(servicer: JobServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -25,9 +25,9 @@ class ResourcePreset(google.protobuf.message.Message):
|
|
|
25
25
|
id: builtins.str
|
|
26
26
|
"""ID of the ResourcePreset resource."""
|
|
27
27
|
cores: builtins.int
|
|
28
|
-
"""Number of CPU cores for a Data
|
|
28
|
+
"""Number of CPU cores for a Yandex Data Processing host created with the preset."""
|
|
29
29
|
memory: builtins.int
|
|
30
|
-
"""RAM volume for a Data
|
|
30
|
+
"""RAM volume for a Yandex Data Processing host created with the preset, in bytes."""
|
|
31
31
|
@property
|
|
32
32
|
def zone_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
33
33
|
"""IDs of availability zones where the resource preset is available."""
|
|
@@ -40,7 +40,7 @@ class _RoleEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeW
|
|
|
40
40
|
* ZooKeeper
|
|
41
41
|
"""
|
|
42
42
|
DATANODE: _Role.ValueType # 2
|
|
43
|
-
"""The subcluster is a DATANODE in a Data
|
|
43
|
+
"""The subcluster is a DATANODE in a Yandex Data Processing cluster.
|
|
44
44
|
|
|
45
45
|
DATANODE can run the following services, depending on the requested components:
|
|
46
46
|
* HDFS DataNode
|
|
@@ -49,7 +49,7 @@ class _RoleEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeW
|
|
|
49
49
|
* Spark libraries
|
|
50
50
|
"""
|
|
51
51
|
COMPUTENODE: _Role.ValueType # 3
|
|
52
|
-
"""The subcluster is a COMPUTENODE in a Data
|
|
52
|
+
"""The subcluster is a COMPUTENODE in a Yandex Data Processing cluster.
|
|
53
53
|
|
|
54
54
|
COMPUTENODE can run the following services, depending on the requested components:
|
|
55
55
|
* YARN NodeManager
|
|
@@ -72,7 +72,7 @@ Master can run the following services, depending on the requested components:
|
|
|
72
72
|
* ZooKeeper
|
|
73
73
|
"""
|
|
74
74
|
DATANODE: Role.ValueType # 2
|
|
75
|
-
"""The subcluster is a DATANODE in a Data
|
|
75
|
+
"""The subcluster is a DATANODE in a Yandex Data Processing cluster.
|
|
76
76
|
|
|
77
77
|
DATANODE can run the following services, depending on the requested components:
|
|
78
78
|
* HDFS DataNode
|
|
@@ -81,7 +81,7 @@ DATANODE can run the following services, depending on the requested components:
|
|
|
81
81
|
* Spark libraries
|
|
82
82
|
"""
|
|
83
83
|
COMPUTENODE: Role.ValueType # 3
|
|
84
|
-
"""The subcluster is a COMPUTENODE in a Data
|
|
84
|
+
"""The subcluster is a COMPUTENODE in a Yandex Data Processing cluster.
|
|
85
85
|
|
|
86
86
|
COMPUTENODE can run the following services, depending on the requested components:
|
|
87
87
|
* YARN NodeManager
|
|
@@ -147,7 +147,7 @@ global___AutoscalingConfig = AutoscalingConfig
|
|
|
147
147
|
|
|
148
148
|
@typing.final
|
|
149
149
|
class Subcluster(google.protobuf.message.Message):
|
|
150
|
-
"""A Data
|
|
150
|
+
"""A Yandex Data Processing subcluster. For details about the concept, see [documentation](/docs/data-proc/concepts/)."""
|
|
151
151
|
|
|
152
152
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
153
153
|
|
|
@@ -165,7 +165,7 @@ class Subcluster(google.protobuf.message.Message):
|
|
|
165
165
|
id: builtins.str
|
|
166
166
|
"""ID of the subcluster. Generated at creation time."""
|
|
167
167
|
cluster_id: builtins.str
|
|
168
|
-
"""ID of the Data
|
|
168
|
+
"""ID of the Yandex Data Processing cluster that the subcluster belongs to."""
|
|
169
169
|
name: builtins.str
|
|
170
170
|
"""Name of the subcluster. The name is unique within the cluster."""
|
|
171
171
|
role: global___Role.ValueType
|
|
@@ -212,7 +212,7 @@ global___Subcluster = Subcluster
|
|
|
212
212
|
|
|
213
213
|
@typing.final
|
|
214
214
|
class Host(google.protobuf.message.Message):
|
|
215
|
-
"""A Data
|
|
215
|
+
"""A Yandex Data Processing host. For details about the concept, see [documentation](/docs/data-proc/concepts/)."""
|
|
216
216
|
|
|
217
217
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
218
218
|
|
|
@@ -222,16 +222,16 @@ class Host(google.protobuf.message.Message):
|
|
|
222
222
|
COMPUTE_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
223
223
|
ROLE_FIELD_NUMBER: builtins.int
|
|
224
224
|
name: builtins.str
|
|
225
|
-
"""Name of the Data
|
|
226
|
-
and cannot be changed. The name is generated to be unique across all Data
|
|
225
|
+
"""Name of the Yandex Data Processing host. The host name is assigned by Yandex Data Processing at creation time
|
|
226
|
+
and cannot be changed. The name is generated to be unique across all Yandex Data Processing
|
|
227
227
|
hosts that exist on the platform, as it defines the FQDN of the host.
|
|
228
228
|
"""
|
|
229
229
|
subcluster_id: builtins.str
|
|
230
|
-
"""ID of the Data
|
|
230
|
+
"""ID of the Yandex Data Processing subcluster that the host belongs to."""
|
|
231
231
|
health: yandex.cloud.dataproc.v1.common_pb2.Health.ValueType
|
|
232
232
|
"""Status code of the aggregated health of the host."""
|
|
233
233
|
compute_instance_id: builtins.str
|
|
234
|
-
"""ID of the Compute virtual machine that is used as the Data
|
|
234
|
+
"""ID of the Compute virtual machine that is used as the Yandex Data Processing host."""
|
|
235
235
|
role: global___Role.ValueType
|
|
236
236
|
"""Role of the host in the cluster."""
|
|
237
237
|
def __init__(
|
|
@@ -22,7 +22,7 @@ class GetSubclusterRequest(google.protobuf.message.Message):
|
|
|
22
22
|
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
23
23
|
SUBCLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
24
24
|
cluster_id: builtins.str
|
|
25
|
-
"""ID of the Data
|
|
25
|
+
"""ID of the Yandex Data Processing cluster that the subcluster belongs to."""
|
|
26
26
|
subcluster_id: builtins.str
|
|
27
27
|
"""ID of the subcluster to return.
|
|
28
28
|
|
|
@@ -47,7 +47,7 @@ class ListSubclustersRequest(google.protobuf.message.Message):
|
|
|
47
47
|
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
48
48
|
FILTER_FIELD_NUMBER: builtins.int
|
|
49
49
|
cluster_id: builtins.str
|
|
50
|
-
"""ID of the Data
|
|
50
|
+
"""ID of the Yandex Data Processing cluster to list subclusters in."""
|
|
51
51
|
page_size: builtins.int
|
|
52
52
|
"""The maximum number of results per page to return. If the number of available
|
|
53
53
|
results is larger than [page_size], the service returns a [ListSubclustersResponse.next_page_token]
|
|
@@ -118,7 +118,7 @@ class CreateSubclusterRequest(google.protobuf.message.Message):
|
|
|
118
118
|
HOSTS_COUNT_FIELD_NUMBER: builtins.int
|
|
119
119
|
AUTOSCALING_CONFIG_FIELD_NUMBER: builtins.int
|
|
120
120
|
cluster_id: builtins.str
|
|
121
|
-
"""ID of the Data
|
|
121
|
+
"""ID of the Yandex Data Processing cluster to create a subcluster in.
|
|
122
122
|
|
|
123
123
|
To get a cluster ID, make a [ClusterService.List] request.
|
|
124
124
|
"""
|
|
@@ -28,7 +28,7 @@ if _version_not_supported:
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
class SubclusterServiceStub(object):
|
|
31
|
-
"""A set of methods for managing Data
|
|
31
|
+
"""A set of methods for managing Yandex Data Processing subclusters.
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
def __init__(self, channel):
|
|
@@ -65,7 +65,7 @@ class SubclusterServiceStub(object):
|
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
class SubclusterServiceServicer(object):
|
|
68
|
-
"""A set of methods for managing Data
|
|
68
|
+
"""A set of methods for managing Yandex Data Processing subclusters.
|
|
69
69
|
"""
|
|
70
70
|
|
|
71
71
|
def Get(self, request, context):
|
|
@@ -142,7 +142,7 @@ def add_SubclusterServiceServicer_to_server(servicer, server):
|
|
|
142
142
|
|
|
143
143
|
# This class is part of an EXPERIMENTAL API.
|
|
144
144
|
class SubclusterService(object):
|
|
145
|
-
"""A set of methods for managing Data
|
|
145
|
+
"""A set of methods for managing Yandex Data Processing subclusters.
|
|
146
146
|
"""
|
|
147
147
|
|
|
148
148
|
@staticmethod
|
|
@@ -20,7 +20,7 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
class SubclusterServiceStub:
|
|
23
|
-
"""A set of methods for managing Data
|
|
23
|
+
"""A set of methods for managing Yandex Data Processing subclusters."""
|
|
24
24
|
|
|
25
25
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
26
|
Get: grpc.UnaryUnaryMultiCallable[
|
|
@@ -57,7 +57,7 @@ class SubclusterServiceStub:
|
|
|
57
57
|
"""Deletes the specified subcluster."""
|
|
58
58
|
|
|
59
59
|
class SubclusterServiceAsyncStub:
|
|
60
|
-
"""A set of methods for managing Data
|
|
60
|
+
"""A set of methods for managing Yandex Data Processing subclusters."""
|
|
61
61
|
|
|
62
62
|
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
63
63
|
yandex.cloud.dataproc.v1.subcluster_service_pb2.GetSubclusterRequest,
|
|
@@ -93,7 +93,7 @@ class SubclusterServiceAsyncStub:
|
|
|
93
93
|
"""Deletes the specified subcluster."""
|
|
94
94
|
|
|
95
95
|
class SubclusterServiceServicer(metaclass=abc.ABCMeta):
|
|
96
|
-
"""A set of methods for managing Data
|
|
96
|
+
"""A set of methods for managing Yandex Data Processing subclusters."""
|
|
97
97
|
|
|
98
98
|
@abc.abstractmethod
|
|
99
99
|
def Get(
|
|
@@ -34,7 +34,9 @@ class ApiKey(google.protobuf.message.Message):
|
|
|
34
34
|
description: builtins.str
|
|
35
35
|
"""Description of the API key. 0-256 characters long."""
|
|
36
36
|
scope: builtins.str
|
|
37
|
-
"""
|
|
37
|
+
"""Draft
|
|
38
|
+
Scope of the API key. 0-256 characters long.
|
|
39
|
+
"""
|
|
38
40
|
@property
|
|
39
41
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
40
42
|
"""Creation timestamp."""
|
|
@@ -116,7 +116,9 @@ class CreateApiKeyRequest(google.protobuf.message.Message):
|
|
|
116
116
|
description: builtins.str
|
|
117
117
|
"""Description of the API key."""
|
|
118
118
|
scope: builtins.str
|
|
119
|
-
"""
|
|
119
|
+
"""Draft
|
|
120
|
+
Scope of the API key.
|
|
121
|
+
"""
|
|
120
122
|
@property
|
|
121
123
|
def scopes(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
122
124
|
"""Scopes of the API key."""
|
|
@@ -73,7 +73,6 @@ class ListKeysRequest(google.protobuf.message.Message):
|
|
|
73
73
|
"""ID of the service account to list key pairs for.
|
|
74
74
|
To get the service account ID, use a [yandex.cloud.iam.v1.ServiceAccountService.List] request.
|
|
75
75
|
If not specified, it defaults to the subject that made the request.
|
|
76
|
-
use userAccount identity if this not set
|
|
77
76
|
"""
|
|
78
77
|
page_size: builtins.int
|
|
79
78
|
"""The maximum number of results per page to return. If the number of available
|
|
@@ -138,7 +137,6 @@ class CreateKeyRequest(google.protobuf.message.Message):
|
|
|
138
137
|
"""ID of the service account to create a key pair for.
|
|
139
138
|
To get the service account ID, use a [yandex.cloud.iam.v1.ServiceAccountService.List] request.
|
|
140
139
|
If not specified, it defaults to the subject that made the request.
|
|
141
|
-
use userAccount identity if this not set
|
|
142
140
|
"""
|
|
143
141
|
description: builtins.str
|
|
144
142
|
"""Description of the key pair."""
|
|
@@ -24,13 +24,14 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
26
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
27
|
+
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
27
28
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
28
29
|
from yandex.cloud.iam.v1.workload.oidc import federation_pb2 as yandex_dot_cloud_dot_iam_dot_v1_dot_workload_dot_oidc_dot_federation__pb2
|
|
29
30
|
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
30
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
32
|
|
|
32
33
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/iam/v1/workload/oidc/federation_service.proto\x12!yandex.cloud.iam.v1.workload.oidc\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x32yandex/cloud/iam/v1/workload/oidc/federation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\";\n\x14GetFederationRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"x\n\x16ListFederationsRequest\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\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"v\n\x17ListFederationsResponse\x12\x42\n\x0b\x66\x65\x64\x65rations\x18\x01 \x03(\x0b\x32-.yandex.cloud.iam.v1.workload.oidc.Federation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x93\x03\n\x17\x43reateFederationRequest\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x04name\x18\x03 \x01(\tB\'\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x10\n\x08\x64isabled\x18\x05 \x01(\x08\x12%\n\taudiences\x18\x06 \x03(\tB\x12\x82\xc8\x31\x05<=100\x8a\xc8\x31\x05<=255\x12\x1e\n\x06issuer\x18\x07 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12 \n\x08jwks_url\x18\x08 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12V\n\x06labels\x18\t \x03(\x0b\x32\x46.yandex.cloud.iam.v1.workload.oidc.CreateFederationRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18\x43reateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"\xa0\x03\n\x17UpdateFederationRequest\x12#\n\rfederation_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\x31\n\x04name\x18\x03 \x01(\tB#\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x10\n\x08\x64isabled\x18\x05 \x01(\x08\x12%\n\taudiences\x18\x06 \x03(\tB\x12\x82\xc8\x31\x05<=100\x8a\xc8\x31\x05<=255\x12\x1c\n\x08jwks_url\x18\x07 \x01(\tB\n\x8a\xc8\x31\x06<=8000\x12V\n\x06labels\x18\x08 \x03(\x0b\x32\x46.yandex.cloud.iam.v1.workload.oidc.UpdateFederationRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18UpdateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\">\n\x17\x44\x65leteFederationRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"1\n\x18\x44\x65leteFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t2\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/iam/v1/workload/oidc/federation_service.proto\x12!yandex.cloud.iam.v1.workload.oidc\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\x32yandex/cloud/iam/v1/workload/oidc/federation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\";\n\x14GetFederationRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"x\n\x16ListFederationsRequest\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\x30-1000\x12\x1e\n\npage_token\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"v\n\x17ListFederationsResponse\x12\x42\n\x0b\x66\x65\x64\x65rations\x18\x01 \x03(\x0b\x32-.yandex.cloud.iam.v1.workload.oidc.Federation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x93\x03\n\x17\x43reateFederationRequest\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x04name\x18\x03 \x01(\tB\'\xe8\xc7\x31\x01\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x10\n\x08\x64isabled\x18\x05 \x01(\x08\x12%\n\taudiences\x18\x06 \x03(\tB\x12\x82\xc8\x31\x05<=100\x8a\xc8\x31\x05<=255\x12\x1e\n\x06issuer\x18\x07 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12 \n\x08jwks_url\x18\x08 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=8000\x12V\n\x06labels\x18\t \x03(\x0b\x32\x46.yandex.cloud.iam.v1.workload.oidc.CreateFederationRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18\x43reateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\"\xa0\x03\n\x17UpdateFederationRequest\x12#\n\rfederation_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\x31\n\x04name\x18\x03 \x01(\tB#\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x10\n\x08\x64isabled\x18\x05 \x01(\x08\x12%\n\taudiences\x18\x06 \x03(\tB\x12\x82\xc8\x31\x05<=100\x8a\xc8\x31\x05<=255\x12\x1c\n\x08jwks_url\x18\x07 \x01(\tB\n\x8a\xc8\x31\x06<=8000\x12V\n\x06labels\x18\x08 \x03(\x0b\x32\x46.yandex.cloud.iam.v1.workload.oidc.UpdateFederationRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18UpdateFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t\">\n\x17\x44\x65leteFederationRequest\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"1\n\x18\x44\x65leteFederationMetadata\x12\x15\n\rfederation_id\x18\x01 \x01(\t2\xad\r\n\x11\x46\x65\x64\x65rationService\x12\xa8\x01\n\x03Get\x12\x37.yandex.cloud.iam.v1.workload.oidc.GetFederationRequest\x1a-.yandex.cloud.iam.v1.workload.oidc.Federation\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/iam/v1/workload/oidc/federations/{federation_id}\x12\xa8\x01\n\x04List\x12\x39.yandex.cloud.iam.v1.workload.oidc.ListFederationsRequest\x1a:.yandex.cloud.iam.v1.workload.oidc.ListFederationsResponse\")\x82\xd3\xe4\x93\x02#\x12!/iam/v1/workload/oidc/federations\x12\xbf\x01\n\x06\x43reate\x12:.yandex.cloud.iam.v1.workload.oidc.CreateFederationRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*&\n\x18\x43reateFederationMetadata\x12\nFederation\x82\xd3\xe4\x93\x02&\"!/iam/v1/workload/oidc/federations:\x01*\x12\xcf\x01\n\x06Update\x12:.yandex.cloud.iam.v1.workload.oidc.UpdateFederationRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*&\n\x18UpdateFederationMetadata\x12\nFederation\x82\xd3\xe4\x93\x02\x36\x32\x31/iam/v1/workload/oidc/federations/{federation_id}:\x01*\x12\xd7\x01\n\x06\x44\x65lete\x12:.yandex.cloud.iam.v1.workload.oidc.DeleteFederationRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*1\n\x18\x44\x65leteFederationMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x33*1/iam/v1/workload/oidc/federations/{federation_id}\x12\xc1\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"J\x82\xd3\xe4\x93\x02\x44\x12\x42/iam/v1/workload/oidc/federations/{resource_id}:listAccessBindings\x12\x80\x02\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x98\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x46\"A/iam/v1/workload/oidc/federations/{resource_id}:setAccessBindings:\x01*\x12\x8c\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9e\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02I\"D/iam/v1/workload/oidc/federations/{resource_id}:updateAccessBindings:\x01*Bs\n%yandex.cloud.api.iam.v1.workload.oidcZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1/workload/oidc;oidcb\x06proto3')
|
|
34
35
|
|
|
35
36
|
_globals = globals()
|
|
36
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -84,28 +85,34 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
84
85
|
_globals['_FEDERATIONSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*&\n\030UpdateFederationMetadata\022\nFederation\202\323\344\223\002621/iam/v1/workload/oidc/federations/{federation_id}:\001*'
|
|
85
86
|
_globals['_FEDERATIONSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
86
87
|
_globals['_FEDERATIONSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*1\n\030DeleteFederationMetadata\022\025google.protobuf.Empty\202\323\344\223\0023*1/iam/v1/workload/oidc/federations/{federation_id}'
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
89
|
-
_globals['
|
|
90
|
-
_globals['
|
|
91
|
-
_globals['
|
|
92
|
-
_globals['
|
|
93
|
-
_globals['
|
|
94
|
-
_globals['
|
|
95
|
-
_globals['
|
|
96
|
-
_globals['
|
|
97
|
-
_globals['
|
|
98
|
-
_globals['
|
|
99
|
-
_globals['
|
|
100
|
-
_globals['
|
|
101
|
-
_globals['
|
|
102
|
-
_globals['
|
|
103
|
-
_globals['
|
|
104
|
-
_globals['
|
|
105
|
-
_globals['
|
|
106
|
-
_globals['
|
|
107
|
-
_globals['
|
|
108
|
-
_globals['
|
|
109
|
-
_globals['
|
|
110
|
-
_globals['
|
|
88
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['ListAccessBindings']._loaded_options = None
|
|
89
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['ListAccessBindings']._serialized_options = b'\202\323\344\223\002D\022B/iam/v1/workload/oidc/federations/{resource_id}:listAccessBindings'
|
|
90
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['SetAccessBindings']._loaded_options = None
|
|
91
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['SetAccessBindings']._serialized_options = b'\262\322*H\n access.SetAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002F\"A/iam/v1/workload/oidc/federations/{resource_id}:setAccessBindings:\001*'
|
|
92
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['UpdateAccessBindings']._loaded_options = None
|
|
93
|
+
_globals['_FEDERATIONSERVICE'].methods_by_name['UpdateAccessBindings']._serialized_options = b'\262\322*K\n#access.UpdateAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002I\"D/iam/v1/workload/oidc/federations/{resource_id}:updateAccessBindings:\001*'
|
|
94
|
+
_globals['_GETFEDERATIONREQUEST']._serialized_start=352
|
|
95
|
+
_globals['_GETFEDERATIONREQUEST']._serialized_end=411
|
|
96
|
+
_globals['_LISTFEDERATIONSREQUEST']._serialized_start=413
|
|
97
|
+
_globals['_LISTFEDERATIONSREQUEST']._serialized_end=533
|
|
98
|
+
_globals['_LISTFEDERATIONSRESPONSE']._serialized_start=535
|
|
99
|
+
_globals['_LISTFEDERATIONSRESPONSE']._serialized_end=653
|
|
100
|
+
_globals['_CREATEFEDERATIONREQUEST']._serialized_start=656
|
|
101
|
+
_globals['_CREATEFEDERATIONREQUEST']._serialized_end=1059
|
|
102
|
+
_globals['_CREATEFEDERATIONREQUEST_LABELSENTRY']._serialized_start=1014
|
|
103
|
+
_globals['_CREATEFEDERATIONREQUEST_LABELSENTRY']._serialized_end=1059
|
|
104
|
+
_globals['_CREATEFEDERATIONMETADATA']._serialized_start=1061
|
|
105
|
+
_globals['_CREATEFEDERATIONMETADATA']._serialized_end=1110
|
|
106
|
+
_globals['_UPDATEFEDERATIONREQUEST']._serialized_start=1113
|
|
107
|
+
_globals['_UPDATEFEDERATIONREQUEST']._serialized_end=1529
|
|
108
|
+
_globals['_UPDATEFEDERATIONREQUEST_LABELSENTRY']._serialized_start=1014
|
|
109
|
+
_globals['_UPDATEFEDERATIONREQUEST_LABELSENTRY']._serialized_end=1059
|
|
110
|
+
_globals['_UPDATEFEDERATIONMETADATA']._serialized_start=1531
|
|
111
|
+
_globals['_UPDATEFEDERATIONMETADATA']._serialized_end=1580
|
|
112
|
+
_globals['_DELETEFEDERATIONREQUEST']._serialized_start=1582
|
|
113
|
+
_globals['_DELETEFEDERATIONREQUEST']._serialized_end=1644
|
|
114
|
+
_globals['_DELETEFEDERATIONMETADATA']._serialized_start=1646
|
|
115
|
+
_globals['_DELETEFEDERATIONMETADATA']._serialized_end=1695
|
|
116
|
+
_globals['_FEDERATIONSERVICE']._serialized_start=1698
|
|
117
|
+
_globals['_FEDERATIONSERVICE']._serialized_end=3407
|
|
111
118
|
# @@protoc_insertion_point(module_scope)
|