google-cloud-dataproc 5.29.0__tar.gz → 5.30.0__tar.gz
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.
- {google_cloud_dataproc-5.29.0/google_cloud_dataproc.egg-info → google_cloud_dataproc-5.30.0}/PKG-INFO +1 -1
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc/__init__.py +2 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc/gapic_version.py +1 -1
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/__init__.py +2 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/gapic_version.py +1 -1
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/__init__.py +2 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/clusters.py +112 -14
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0/google_cloud_dataproc.egg-info}/PKG-INFO +1 -1
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/test_cluster_controller.py +18 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/test_node_group_controller.py +9 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/test_workflow_template_service.py +27 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/LICENSE +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/MANIFEST.in +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/README.rst +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc/py.typed +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/gapic_metadata.json +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/py.typed +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/async_client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/pagers.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/grpc.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/grpc_asyncio.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/rest.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/autoscaling_policy_service/transports/rest_base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/async_client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/pagers.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/transports/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/transports/base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/transports/grpc.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/transports/grpc_asyncio.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/transports/rest.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/batch_controller/transports/rest_base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/async_client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/pagers.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/transports/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/transports/base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/transports/grpc.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/transports/grpc_asyncio.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/transports/rest.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/cluster_controller/transports/rest_base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/async_client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/pagers.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/transports/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/transports/base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/transports/grpc.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/transports/grpc_asyncio.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/transports/rest.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/job_controller/transports/rest_base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/async_client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/transports/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/transports/base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/transports/grpc.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/transports/grpc_asyncio.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/transports/rest.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/node_group_controller/transports/rest_base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/async_client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/pagers.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/transports/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/transports/base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/transports/grpc.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/transports/grpc_asyncio.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/transports/rest.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_controller/transports/rest_base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/async_client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/pagers.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/transports/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/transports/base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/transports/grpc.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/transports/grpc_asyncio.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/transports/rest.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/session_template_controller/transports/rest_base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/async_client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/client.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/pagers.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/transports/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/transports/base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/transports/grpc.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/transports/grpc_asyncio.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/transports/rest.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/services/workflow_template_service/transports/rest_base.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/autoscaling_policies.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/batches.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/jobs.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/node_groups.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/operations.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/session_templates.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/sessions.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/shared.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/workflow_templates.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google_cloud_dataproc.egg-info/SOURCES.txt +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google_cloud_dataproc.egg-info/dependency_links.txt +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google_cloud_dataproc.egg-info/not-zip-safe +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google_cloud_dataproc.egg-info/requires.txt +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google_cloud_dataproc.egg-info/top_level.txt +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/setup.cfg +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/setup.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/system/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/system/smoke_test.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/__init__.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/test_autoscaling_policy_service.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/test_batch_controller.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/test_job_controller.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/test_session_controller.py +0 -0
- {google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/tests/unit/gapic/dataproc_v1/test_session_template_controller.py +0 -0
{google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc/__init__.py
RENAMED
|
@@ -91,6 +91,7 @@ from google.cloud.dataproc_v1.types.batches import (
|
|
|
91
91
|
)
|
|
92
92
|
from google.cloud.dataproc_v1.types.clusters import (
|
|
93
93
|
AcceleratorConfig,
|
|
94
|
+
AttachedDiskConfig,
|
|
94
95
|
AutoscalingConfig,
|
|
95
96
|
AuxiliaryNodeGroup,
|
|
96
97
|
AuxiliaryServicesConfig,
|
|
@@ -277,6 +278,7 @@ __all__ = (
|
|
|
277
278
|
"SparkRBatch",
|
|
278
279
|
"SparkSqlBatch",
|
|
279
280
|
"AcceleratorConfig",
|
|
281
|
+
"AttachedDiskConfig",
|
|
280
282
|
"AutoscalingConfig",
|
|
281
283
|
"AuxiliaryNodeGroup",
|
|
282
284
|
"AuxiliaryServicesConfig",
|
{google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/__init__.py
RENAMED
|
@@ -76,6 +76,7 @@ from .types.batches import (
|
|
|
76
76
|
)
|
|
77
77
|
from .types.clusters import (
|
|
78
78
|
AcceleratorConfig,
|
|
79
|
+
AttachedDiskConfig,
|
|
79
80
|
AutoscalingConfig,
|
|
80
81
|
AuxiliaryNodeGroup,
|
|
81
82
|
AuxiliaryServicesConfig,
|
|
@@ -316,6 +317,7 @@ __all__ = (
|
|
|
316
317
|
"SessionTemplateControllerAsyncClient",
|
|
317
318
|
"WorkflowTemplateServiceAsyncClient",
|
|
318
319
|
"AcceleratorConfig",
|
|
320
|
+
"AttachedDiskConfig",
|
|
319
321
|
"AuthenticationConfig",
|
|
320
322
|
"AutoscalingConfig",
|
|
321
323
|
"AutoscalingPolicy",
|
|
@@ -40,6 +40,7 @@ from .batches import (
|
|
|
40
40
|
)
|
|
41
41
|
from .clusters import (
|
|
42
42
|
AcceleratorConfig,
|
|
43
|
+
AttachedDiskConfig,
|
|
43
44
|
AutoscalingConfig,
|
|
44
45
|
AuxiliaryNodeGroup,
|
|
45
46
|
AuxiliaryServicesConfig,
|
|
@@ -210,6 +211,7 @@ __all__ = (
|
|
|
210
211
|
"SparkRBatch",
|
|
211
212
|
"SparkSqlBatch",
|
|
212
213
|
"AcceleratorConfig",
|
|
214
|
+
"AttachedDiskConfig",
|
|
213
215
|
"AutoscalingConfig",
|
|
214
216
|
"AuxiliaryNodeGroup",
|
|
215
217
|
"AuxiliaryServicesConfig",
|
|
@@ -46,6 +46,7 @@ __protobuf__ = proto.module(
|
|
|
46
46
|
"InstanceFlexibilityPolicy",
|
|
47
47
|
"AcceleratorConfig",
|
|
48
48
|
"DiskConfig",
|
|
49
|
+
"AttachedDiskConfig",
|
|
49
50
|
"AuxiliaryNodeGroup",
|
|
50
51
|
"NodeGroup",
|
|
51
52
|
"NodeInitializationAction",
|
|
@@ -1305,6 +1306,14 @@ class InstanceFlexibilityPolicy(proto.Message):
|
|
|
1305
1306
|
to next rank based on availability. Machine
|
|
1306
1307
|
types and instance selections with the same
|
|
1307
1308
|
priority have the same preference.
|
|
1309
|
+
disk_config (google.cloud.dataproc_v1.types.DiskConfig):
|
|
1310
|
+
Optional. Disk configuration to apply to the
|
|
1311
|
+
instances in this instance selection. If
|
|
1312
|
+
specified on any entry in instanceSelectionList,
|
|
1313
|
+
then it must be specified on every entry in
|
|
1314
|
+
instanceSelectionList and the
|
|
1315
|
+
instanceGroupConfig must not specify any
|
|
1316
|
+
diskConfig.
|
|
1308
1317
|
"""
|
|
1309
1318
|
|
|
1310
1319
|
machine_types: MutableSequence[str] = proto.RepeatedField(
|
|
@@ -1315,6 +1324,11 @@ class InstanceFlexibilityPolicy(proto.Message):
|
|
|
1315
1324
|
proto.INT32,
|
|
1316
1325
|
number=2,
|
|
1317
1326
|
)
|
|
1327
|
+
disk_config: "DiskConfig" = proto.Field(
|
|
1328
|
+
proto.MESSAGE,
|
|
1329
|
+
number=3,
|
|
1330
|
+
message="DiskConfig",
|
|
1331
|
+
)
|
|
1318
1332
|
|
|
1319
1333
|
class InstanceSelectionResult(proto.Message):
|
|
1320
1334
|
r"""Defines a mapping from machine types to the number of VMs
|
|
@@ -1403,19 +1417,19 @@ class AcceleratorConfig(proto.Message):
|
|
|
1403
1417
|
|
|
1404
1418
|
|
|
1405
1419
|
class DiskConfig(proto.Message):
|
|
1406
|
-
r"""Specifies the config of disk
|
|
1407
|
-
instances.
|
|
1420
|
+
r"""Specifies the config of boot disk and attached disk options
|
|
1421
|
+
for a group of VM instances.
|
|
1408
1422
|
|
|
1409
1423
|
|
|
1410
1424
|
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
|
|
1411
1425
|
|
|
1412
1426
|
Attributes:
|
|
1413
1427
|
boot_disk_type (str):
|
|
1414
|
-
Optional. Type of the boot disk (default is
|
|
1415
|
-
Valid values:
|
|
1416
|
-
State Drive),
|
|
1417
|
-
or
|
|
1418
|
-
`Disk
|
|
1428
|
+
Optional. Type of the boot disk (default is
|
|
1429
|
+
``pd-standard``). Valid values: ``pd-balanced`` (Persistent
|
|
1430
|
+
Disk Balanced Solid State Drive), ``pd-ssd`` (Persistent
|
|
1431
|
+
Disk Solid State Drive), or ``pd-standard`` (Persistent Disk
|
|
1432
|
+
Hard Disk Drive). See `Disk
|
|
1419
1433
|
types <https://cloud.google.com/compute/docs/disks#disk-types>`__.
|
|
1420
1434
|
boot_disk_size_gb (int):
|
|
1421
1435
|
Optional. Size in GB of the boot disk
|
|
@@ -1432,25 +1446,31 @@ class DiskConfig(proto.Message):
|
|
|
1432
1446
|
Note: Local SSD options may vary by machine type and number
|
|
1433
1447
|
of vCPUs selected.
|
|
1434
1448
|
local_ssd_interface (str):
|
|
1435
|
-
Optional. Interface type of local SSDs (default is
|
|
1436
|
-
Valid values:
|
|
1437
|
-
|
|
1449
|
+
Optional. Interface type of local SSDs (default is
|
|
1450
|
+
``scsi``). Valid values: ``scsi`` (Small Computer System
|
|
1451
|
+
Interface), ``nvme`` (Non-Volatile Memory Express). See
|
|
1452
|
+
`local SSD
|
|
1438
1453
|
performance <https://cloud.google.com/compute/docs/disks/local-ssd#performance>`__.
|
|
1439
1454
|
boot_disk_provisioned_iops (int):
|
|
1440
1455
|
Optional. Indicates how many IOPS to provision for the disk.
|
|
1441
1456
|
This sets the number of I/O operations per second that the
|
|
1442
|
-
disk can handle.
|
|
1443
|
-
boot_disk_type
|
|
1457
|
+
disk can handle. **This field is supported only if
|
|
1458
|
+
[boot_disk_type][google.cloud.dataproc.v1.DiskConfig.boot_disk_type]
|
|
1459
|
+
is ``hyperdisk-balanced``.**
|
|
1444
1460
|
|
|
1445
1461
|
This field is a member of `oneof`_ ``_boot_disk_provisioned_iops``.
|
|
1446
1462
|
boot_disk_provisioned_throughput (int):
|
|
1447
1463
|
Optional. Indicates how much throughput to provision for the
|
|
1448
1464
|
disk. This sets the number of throughput mb per second that
|
|
1449
1465
|
the disk can handle. Values must be greater than or equal to
|
|
1450
|
-
1.
|
|
1451
|
-
|
|
1466
|
+
1. **This field is supported only if
|
|
1467
|
+
[boot_disk_type][google.cloud.dataproc.v1.DiskConfig.boot_disk_type]
|
|
1468
|
+
is ``hyperdisk-balanced``.**
|
|
1452
1469
|
|
|
1453
1470
|
This field is a member of `oneof`_ ``_boot_disk_provisioned_throughput``.
|
|
1471
|
+
attached_disk_configs (MutableSequence[google.cloud.dataproc_v1.types.AttachedDiskConfig]):
|
|
1472
|
+
Optional. A list of attached disk configs for
|
|
1473
|
+
a group of VM instances.
|
|
1454
1474
|
"""
|
|
1455
1475
|
|
|
1456
1476
|
boot_disk_type: str = proto.Field(
|
|
@@ -1479,6 +1499,84 @@ class DiskConfig(proto.Message):
|
|
|
1479
1499
|
number=6,
|
|
1480
1500
|
optional=True,
|
|
1481
1501
|
)
|
|
1502
|
+
attached_disk_configs: MutableSequence["AttachedDiskConfig"] = proto.RepeatedField(
|
|
1503
|
+
proto.MESSAGE,
|
|
1504
|
+
number=7,
|
|
1505
|
+
message="AttachedDiskConfig",
|
|
1506
|
+
)
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
class AttachedDiskConfig(proto.Message):
|
|
1510
|
+
r"""Specifies the config of attached disk options for single VM
|
|
1511
|
+
instance.
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
|
|
1515
|
+
|
|
1516
|
+
Attributes:
|
|
1517
|
+
disk_type (google.cloud.dataproc_v1.types.AttachedDiskConfig.DiskType):
|
|
1518
|
+
Optional. Disk type.
|
|
1519
|
+
disk_size_gb (int):
|
|
1520
|
+
Optional. Disk size in GB.
|
|
1521
|
+
provisioned_iops (int):
|
|
1522
|
+
Optional. Indicates how many IOPS to
|
|
1523
|
+
provision for the attached disk. This sets the
|
|
1524
|
+
number of I/O operations per second that the
|
|
1525
|
+
disk can handle. See
|
|
1526
|
+
https://cloud.google.com/compute/docs/disks/hyperdisks#hyperdisk-features
|
|
1527
|
+
|
|
1528
|
+
This field is a member of `oneof`_ ``_provisioned_iops``.
|
|
1529
|
+
provisioned_throughput (int):
|
|
1530
|
+
Optional. Indicates how much throughput to
|
|
1531
|
+
provision for the attached disk. This sets the
|
|
1532
|
+
number of throughput mb per second that the disk
|
|
1533
|
+
can handle. See
|
|
1534
|
+
https://cloud.google.com/compute/docs/disks/hyperdisks#hyperdisk-features
|
|
1535
|
+
|
|
1536
|
+
This field is a member of `oneof`_ ``_provisioned_throughput``.
|
|
1537
|
+
"""
|
|
1538
|
+
|
|
1539
|
+
class DiskType(proto.Enum):
|
|
1540
|
+
r"""
|
|
1541
|
+
|
|
1542
|
+
Values:
|
|
1543
|
+
DISK_TYPE_UNSPECIFIED (0):
|
|
1544
|
+
Required unspecified disk type.
|
|
1545
|
+
HYPERDISK_BALANCED (1):
|
|
1546
|
+
Hyperdisk Balanced disk type.
|
|
1547
|
+
HYPERDISK_EXTREME (2):
|
|
1548
|
+
Hyperdisk Extreme disk type.
|
|
1549
|
+
HYPERDISK_ML (3):
|
|
1550
|
+
Hyperdisk ML disk type.
|
|
1551
|
+
HYPERDISK_THROUGHPUT (4):
|
|
1552
|
+
Hyperdisk Throughput disk type.
|
|
1553
|
+
"""
|
|
1554
|
+
|
|
1555
|
+
DISK_TYPE_UNSPECIFIED = 0
|
|
1556
|
+
HYPERDISK_BALANCED = 1
|
|
1557
|
+
HYPERDISK_EXTREME = 2
|
|
1558
|
+
HYPERDISK_ML = 3
|
|
1559
|
+
HYPERDISK_THROUGHPUT = 4
|
|
1560
|
+
|
|
1561
|
+
disk_type: DiskType = proto.Field(
|
|
1562
|
+
proto.ENUM,
|
|
1563
|
+
number=1,
|
|
1564
|
+
enum=DiskType,
|
|
1565
|
+
)
|
|
1566
|
+
disk_size_gb: int = proto.Field(
|
|
1567
|
+
proto.INT32,
|
|
1568
|
+
number=2,
|
|
1569
|
+
)
|
|
1570
|
+
provisioned_iops: int = proto.Field(
|
|
1571
|
+
proto.INT64,
|
|
1572
|
+
number=3,
|
|
1573
|
+
optional=True,
|
|
1574
|
+
)
|
|
1575
|
+
provisioned_throughput: int = proto.Field(
|
|
1576
|
+
proto.INT64,
|
|
1577
|
+
number=4,
|
|
1578
|
+
optional=True,
|
|
1579
|
+
)
|
|
1482
1580
|
|
|
1483
1581
|
|
|
1484
1582
|
class AuxiliaryNodeGroup(proto.Message):
|
|
@@ -6420,6 +6420,14 @@ def test_create_cluster_rest_call_success(request_type):
|
|
|
6420
6420
|
"local_ssd_interface": "local_ssd_interface_value",
|
|
6421
6421
|
"boot_disk_provisioned_iops": 2793,
|
|
6422
6422
|
"boot_disk_provisioned_throughput": 3464,
|
|
6423
|
+
"attached_disk_configs": [
|
|
6424
|
+
{
|
|
6425
|
+
"disk_type": 1,
|
|
6426
|
+
"disk_size_gb": 1261,
|
|
6427
|
+
"provisioned_iops": 1740,
|
|
6428
|
+
"provisioned_throughput": 2411,
|
|
6429
|
+
}
|
|
6430
|
+
],
|
|
6423
6431
|
},
|
|
6424
6432
|
"is_preemptible": True,
|
|
6425
6433
|
"preemptibility": 1,
|
|
@@ -6448,6 +6456,7 @@ def test_create_cluster_rest_call_success(request_type):
|
|
|
6448
6456
|
"machine_types_value2",
|
|
6449
6457
|
],
|
|
6450
6458
|
"rank": 428,
|
|
6459
|
+
"disk_config": {},
|
|
6451
6460
|
}
|
|
6452
6461
|
],
|
|
6453
6462
|
"instance_selection_results": [
|
|
@@ -6844,6 +6853,14 @@ def test_update_cluster_rest_call_success(request_type):
|
|
|
6844
6853
|
"local_ssd_interface": "local_ssd_interface_value",
|
|
6845
6854
|
"boot_disk_provisioned_iops": 2793,
|
|
6846
6855
|
"boot_disk_provisioned_throughput": 3464,
|
|
6856
|
+
"attached_disk_configs": [
|
|
6857
|
+
{
|
|
6858
|
+
"disk_type": 1,
|
|
6859
|
+
"disk_size_gb": 1261,
|
|
6860
|
+
"provisioned_iops": 1740,
|
|
6861
|
+
"provisioned_throughput": 2411,
|
|
6862
|
+
}
|
|
6863
|
+
],
|
|
6847
6864
|
},
|
|
6848
6865
|
"is_preemptible": True,
|
|
6849
6866
|
"preemptibility": 1,
|
|
@@ -6872,6 +6889,7 @@ def test_update_cluster_rest_call_success(request_type):
|
|
|
6872
6889
|
"machine_types_value2",
|
|
6873
6890
|
],
|
|
6874
6891
|
"rank": 428,
|
|
6892
|
+
"disk_config": {},
|
|
6875
6893
|
}
|
|
6876
6894
|
],
|
|
6877
6895
|
"instance_selection_results": [
|
|
@@ -3354,6 +3354,14 @@ def test_create_node_group_rest_call_success(request_type):
|
|
|
3354
3354
|
"local_ssd_interface": "local_ssd_interface_value",
|
|
3355
3355
|
"boot_disk_provisioned_iops": 2793,
|
|
3356
3356
|
"boot_disk_provisioned_throughput": 3464,
|
|
3357
|
+
"attached_disk_configs": [
|
|
3358
|
+
{
|
|
3359
|
+
"disk_type": 1,
|
|
3360
|
+
"disk_size_gb": 1261,
|
|
3361
|
+
"provisioned_iops": 1740,
|
|
3362
|
+
"provisioned_throughput": 2411,
|
|
3363
|
+
}
|
|
3364
|
+
],
|
|
3357
3365
|
},
|
|
3358
3366
|
"is_preemptible": True,
|
|
3359
3367
|
"preemptibility": 1,
|
|
@@ -3382,6 +3390,7 @@ def test_create_node_group_rest_call_success(request_type):
|
|
|
3382
3390
|
"machine_types_value2",
|
|
3383
3391
|
],
|
|
3384
3392
|
"rank": 428,
|
|
3393
|
+
"disk_config": {},
|
|
3385
3394
|
}
|
|
3386
3395
|
],
|
|
3387
3396
|
"instance_selection_results": [
|
|
@@ -6058,6 +6058,14 @@ def test_create_workflow_template_rest_call_success(request_type):
|
|
|
6058
6058
|
"local_ssd_interface": "local_ssd_interface_value",
|
|
6059
6059
|
"boot_disk_provisioned_iops": 2793,
|
|
6060
6060
|
"boot_disk_provisioned_throughput": 3464,
|
|
6061
|
+
"attached_disk_configs": [
|
|
6062
|
+
{
|
|
6063
|
+
"disk_type": 1,
|
|
6064
|
+
"disk_size_gb": 1261,
|
|
6065
|
+
"provisioned_iops": 1740,
|
|
6066
|
+
"provisioned_throughput": 2411,
|
|
6067
|
+
}
|
|
6068
|
+
],
|
|
6061
6069
|
},
|
|
6062
6070
|
"is_preemptible": True,
|
|
6063
6071
|
"preemptibility": 1,
|
|
@@ -6086,6 +6094,7 @@ def test_create_workflow_template_rest_call_success(request_type):
|
|
|
6086
6094
|
"machine_types_value2",
|
|
6087
6095
|
],
|
|
6088
6096
|
"rank": 428,
|
|
6097
|
+
"disk_config": {},
|
|
6089
6098
|
}
|
|
6090
6099
|
],
|
|
6091
6100
|
"instance_selection_results": [
|
|
@@ -6856,6 +6865,14 @@ def test_instantiate_inline_workflow_template_rest_call_success(request_type):
|
|
|
6856
6865
|
"local_ssd_interface": "local_ssd_interface_value",
|
|
6857
6866
|
"boot_disk_provisioned_iops": 2793,
|
|
6858
6867
|
"boot_disk_provisioned_throughput": 3464,
|
|
6868
|
+
"attached_disk_configs": [
|
|
6869
|
+
{
|
|
6870
|
+
"disk_type": 1,
|
|
6871
|
+
"disk_size_gb": 1261,
|
|
6872
|
+
"provisioned_iops": 1740,
|
|
6873
|
+
"provisioned_throughput": 2411,
|
|
6874
|
+
}
|
|
6875
|
+
],
|
|
6859
6876
|
},
|
|
6860
6877
|
"is_preemptible": True,
|
|
6861
6878
|
"preemptibility": 1,
|
|
@@ -6884,6 +6901,7 @@ def test_instantiate_inline_workflow_template_rest_call_success(request_type):
|
|
|
6884
6901
|
"machine_types_value2",
|
|
6885
6902
|
],
|
|
6886
6903
|
"rank": 428,
|
|
6904
|
+
"disk_config": {},
|
|
6887
6905
|
}
|
|
6888
6906
|
],
|
|
6889
6907
|
"instance_selection_results": [
|
|
@@ -7372,6 +7390,14 @@ def test_update_workflow_template_rest_call_success(request_type):
|
|
|
7372
7390
|
"local_ssd_interface": "local_ssd_interface_value",
|
|
7373
7391
|
"boot_disk_provisioned_iops": 2793,
|
|
7374
7392
|
"boot_disk_provisioned_throughput": 3464,
|
|
7393
|
+
"attached_disk_configs": [
|
|
7394
|
+
{
|
|
7395
|
+
"disk_type": 1,
|
|
7396
|
+
"disk_size_gb": 1261,
|
|
7397
|
+
"provisioned_iops": 1740,
|
|
7398
|
+
"provisioned_throughput": 2411,
|
|
7399
|
+
}
|
|
7400
|
+
],
|
|
7375
7401
|
},
|
|
7376
7402
|
"is_preemptible": True,
|
|
7377
7403
|
"preemptibility": 1,
|
|
@@ -7400,6 +7426,7 @@ def test_update_workflow_template_rest_call_success(request_type):
|
|
|
7400
7426
|
"machine_types_value2",
|
|
7401
7427
|
],
|
|
7402
7428
|
"rank": 428,
|
|
7429
|
+
"disk_config": {},
|
|
7403
7430
|
}
|
|
7404
7431
|
],
|
|
7405
7432
|
"instance_selection_results": [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
{google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_cloud_dataproc-5.29.0 → google_cloud_dataproc-5.30.0}/google/cloud/dataproc_v1/types/jobs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|