google-apis-dataproc_v1 0.94.0 → 0.96.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/dataproc_v1/classes.rb +119 -105
- data/lib/google/apis/dataproc_v1/gem_version.rb +3 -3
- data/lib/google/apis/dataproc_v1/representations.rb +2 -0
- data/lib/google/apis/dataproc_v1/service.rb +18 -19
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5633a1909b84cf44385a2ea312730fb525c2d53c35da5aa218ca31c7ab8dc297
|
|
4
|
+
data.tar.gz: 76522d7671f731912c970d139e84ca0bde43f6e8e8f70bec9c84febd65fbaf4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 586eab8f3e109d7106b7f6330d885b5381200185836ef00a1b78d4fd04859608de994fa0f773184b6647fb7f7ea87d0dbdc139bd8ac05a4b3b92a7f52d8dd5d3
|
|
7
|
+
data.tar.gz: 11377973b8ae5dfc18daa2c2a94bc923311c426318d9680f376d6268f1f968f924fa243998b8097a33d4418d6f871811422f3b45982c1ae1d30047aecb4e87d9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
|
2
2
|
|
|
3
|
+
### v0.96.0 (2026-06-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260612
|
|
6
|
+
|
|
7
|
+
### v0.95.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260524
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.94.0 (2026-05-31)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20260509
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dataproc/) may provide guid
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -38,11 +38,10 @@ module Google
|
|
|
38
38
|
# google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.
|
|
39
39
|
# googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/
|
|
40
40
|
# nvidia-tesla-t4 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-
|
|
41
|
-
# tesla-t4 nvidia-tesla-t4Auto Zone Exception: If you are using
|
|
42
|
-
#
|
|
43
|
-
#
|
|
44
|
-
#
|
|
45
|
-
# t4.
|
|
41
|
+
# tesla-t4 nvidia-tesla-t4Auto Zone Exception: If you are using Auto Zone
|
|
42
|
+
# Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-
|
|
43
|
+
# clusters/auto-zone#using_auto_zone_placement), you must use the short name of
|
|
44
|
+
# the accelerator type resource, for example, nvidia-tesla-t4.
|
|
46
45
|
# Corresponds to the JSON property `acceleratorTypeUri`
|
|
47
46
|
# @return [String]
|
|
48
47
|
attr_accessor :accelerator_type_uri
|
|
@@ -742,7 +741,7 @@ module Google
|
|
|
742
741
|
# googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/
|
|
743
742
|
# autoscalingPolicies/[policy_id] projects/[project_id]/locations/[
|
|
744
743
|
# dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be
|
|
745
|
-
# in the same project and
|
|
744
|
+
# in the same project and region.
|
|
746
745
|
# Corresponds to the JSON property `policyUri`
|
|
747
746
|
# @return [String]
|
|
748
747
|
attr_accessor :policy_uri
|
|
@@ -851,8 +850,8 @@ module Google
|
|
|
851
850
|
class AuxiliaryNodeGroup
|
|
852
851
|
include Google::Apis::Core::Hashable
|
|
853
852
|
|
|
854
|
-
#
|
|
855
|
-
#
|
|
853
|
+
# Node Group. The NodeGroup resource is not related to the NodeGroupAffinity
|
|
854
|
+
# resource.
|
|
856
855
|
# Corresponds to the JSON property `nodeGroup`
|
|
857
856
|
# @return [Google::Apis::DataprocV1::NodeGroup]
|
|
858
857
|
attr_accessor :node_group
|
|
@@ -1330,8 +1329,7 @@ module Google
|
|
|
1330
1329
|
end
|
|
1331
1330
|
end
|
|
1332
1331
|
|
|
1333
|
-
# Describes the identifying information, config, and status of a
|
|
1334
|
-
# cluster
|
|
1332
|
+
# Describes the identifying information, config, and status of a cluster
|
|
1335
1333
|
class Cluster
|
|
1336
1334
|
include Google::Apis::Core::Hashable
|
|
1337
1335
|
|
|
@@ -1343,8 +1341,8 @@ module Google
|
|
|
1343
1341
|
# @return [String]
|
|
1344
1342
|
attr_accessor :cluster_name
|
|
1345
1343
|
|
|
1346
|
-
# Output only. A cluster UUID (Unique Universal Identifier).
|
|
1347
|
-
# this value when it creates the cluster.
|
|
1344
|
+
# Output only. A cluster UUID (Unique Universal Identifier). The service
|
|
1345
|
+
# generates this value when it creates the cluster.
|
|
1348
1346
|
# Corresponds to the JSON property `clusterUuid`
|
|
1349
1347
|
# @return [String]
|
|
1350
1348
|
attr_accessor :cluster_uuid
|
|
@@ -1385,9 +1383,9 @@ module Google
|
|
|
1385
1383
|
# @return [Array<Google::Apis::DataprocV1::ClusterStatus>]
|
|
1386
1384
|
attr_accessor :status_history
|
|
1387
1385
|
|
|
1388
|
-
# The
|
|
1389
|
-
#
|
|
1390
|
-
#
|
|
1386
|
+
# The cluster config for a cluster that does not directly control the underlying
|
|
1387
|
+
# compute resources, such as a GKE cluster (https://cloud.google.com/dataproc/
|
|
1388
|
+
# docs/guides/dpgke/dataproc-gke-overview).
|
|
1391
1389
|
# Corresponds to the JSON property `virtualClusterConfig`
|
|
1392
1390
|
# @return [Google::Apis::DataprocV1::VirtualClusterConfig]
|
|
1393
1391
|
attr_accessor :virtual_cluster_config
|
|
@@ -1435,28 +1433,29 @@ module Google
|
|
|
1435
1433
|
attr_accessor :cluster_type
|
|
1436
1434
|
|
|
1437
1435
|
# Optional. A Cloud Storage bucket used to stage job dependencies, config files,
|
|
1438
|
-
# and job driver console output. If you do not specify a staging bucket,
|
|
1439
|
-
#
|
|
1440
|
-
# staging bucket according to the Compute Engine zone where
|
|
1441
|
-
# deployed, and then
|
|
1442
|
-
# (see
|
|
1443
|
-
# concepts/configuring-clusters/staging-bucket)). This field
|
|
1444
|
-
# Storage bucket name, not a gs://... URI to a Cloud Storage
|
|
1436
|
+
# and job driver console output. If you do not specify a staging bucket, the
|
|
1437
|
+
# service will determine a Cloud Storage location (US, ASIA, or EU) for your
|
|
1438
|
+
# cluster's staging bucket according to the Compute Engine zone where your
|
|
1439
|
+
# cluster is deployed, and then create and manage this project-level, per-
|
|
1440
|
+
# location bucket (see staging and temp buckets (https://cloud.google.com/
|
|
1441
|
+
# dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field
|
|
1442
|
+
# requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage
|
|
1443
|
+
# bucket.
|
|
1445
1444
|
# Corresponds to the JSON property `configBucket`
|
|
1446
1445
|
# @return [String]
|
|
1447
1446
|
attr_accessor :config_bucket
|
|
1448
1447
|
|
|
1449
|
-
#
|
|
1448
|
+
# Metric config.
|
|
1450
1449
|
# Corresponds to the JSON property `dataprocMetricConfig`
|
|
1451
1450
|
# @return [Google::Apis::DataprocV1::DataprocMetricConfig]
|
|
1452
1451
|
attr_accessor :dataproc_metric_config
|
|
1453
1452
|
|
|
1454
1453
|
# Optional. A Cloud Storage bucket used to collect checkpoint diagnostic data (
|
|
1455
1454
|
# https://cloud.google.com/dataproc/docs/support/diagnose-clusters#
|
|
1456
|
-
# checkpoint_diagnostic_data). If you do not specify a diagnostic bucket,
|
|
1457
|
-
#
|
|
1458
|
-
#
|
|
1459
|
-
#
|
|
1455
|
+
# checkpoint_diagnostic_data). If you do not specify a diagnostic bucket, The
|
|
1456
|
+
# service will use the temp bucket to collect the checkpoint diagnostic data.
|
|
1457
|
+
# This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud
|
|
1458
|
+
# Storage bucket.
|
|
1460
1459
|
# Corresponds to the JSON property `diagnosticBucket`
|
|
1461
1460
|
# @return [String]
|
|
1462
1461
|
attr_accessor :diagnostic_bucket
|
|
@@ -1532,13 +1531,13 @@ module Google
|
|
|
1532
1531
|
|
|
1533
1532
|
# Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data,
|
|
1534
1533
|
# such as Spark and MapReduce history files. If you do not specify a temp
|
|
1535
|
-
# bucket,
|
|
1536
|
-
# cluster temp bucket according to the Compute Engine zone where
|
|
1537
|
-
# deployed, and then
|
|
1538
|
-
# The default bucket has a TTL of 90 days, but you can use any
|
|
1539
|
-
# you specify a bucket (see
|
|
1540
|
-
# google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)).
|
|
1541
|
-
# field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud
|
|
1534
|
+
# bucket, the service will determine a Cloud Storage location (US, ASIA, or EU)
|
|
1535
|
+
# for your cluster's temp bucket according to the Compute Engine zone where your
|
|
1536
|
+
# cluster is deployed, and then create and manage this project-level, per-
|
|
1537
|
+
# location bucket. The default bucket has a TTL of 90 days, but you can use any
|
|
1538
|
+
# TTL (or none) if you specify a bucket (see staging and temp buckets (https://
|
|
1539
|
+
# cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)).
|
|
1540
|
+
# This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud
|
|
1542
1541
|
# Storage bucket.
|
|
1543
1542
|
# Corresponds to the JSON property `tempBucket`
|
|
1544
1543
|
# @return [String]
|
|
@@ -1854,10 +1853,15 @@ module Google
|
|
|
1854
1853
|
end
|
|
1855
1854
|
|
|
1856
1855
|
# Confidential Instance Config for clusters using Confidential VMs (https://
|
|
1857
|
-
# cloud.google.com/
|
|
1856
|
+
# cloud.google.com/confidential-computing/confidential-vm/docs)
|
|
1858
1857
|
class ConfidentialInstanceConfig
|
|
1859
1858
|
include Google::Apis::Core::Hashable
|
|
1860
1859
|
|
|
1860
|
+
# Optional. Defines the type of Confidential Compute technology to use.
|
|
1861
|
+
# Corresponds to the JSON property `confidentialInstanceType`
|
|
1862
|
+
# @return [String]
|
|
1863
|
+
attr_accessor :confidential_instance_type
|
|
1864
|
+
|
|
1861
1865
|
# Optional. Deprecated: Use 'confidential_instance_type' instead. Defines
|
|
1862
1866
|
# whether the instance should have confidential compute enabled.
|
|
1863
1867
|
# Corresponds to the JSON property `enableConfidentialCompute`
|
|
@@ -1871,6 +1875,7 @@ module Google
|
|
|
1871
1875
|
|
|
1872
1876
|
# Update properties of this object
|
|
1873
1877
|
def update!(**args)
|
|
1878
|
+
@confidential_instance_type = args[:confidential_instance_type] if args.key?(:confidential_instance_type)
|
|
1874
1879
|
@enable_confidential_compute = args[:enable_confidential_compute] if args.key?(:enable_confidential_compute)
|
|
1875
1880
|
end
|
|
1876
1881
|
end
|
|
@@ -1990,7 +1995,7 @@ module Google
|
|
|
1990
1995
|
end
|
|
1991
1996
|
end
|
|
1992
1997
|
|
|
1993
|
-
#
|
|
1998
|
+
# Metric config.
|
|
1994
1999
|
class DataprocMetricConfig
|
|
1995
2000
|
include Google::Apis::Core::Hashable
|
|
1996
2001
|
|
|
@@ -3063,8 +3068,8 @@ module Google
|
|
|
3063
3068
|
class GceClusterConfig
|
|
3064
3069
|
include Google::Apis::Core::Hashable
|
|
3065
3070
|
|
|
3066
|
-
# Optional. An optional list of Compute Engine zones where the
|
|
3067
|
-
#
|
|
3071
|
+
# Optional. An optional list of Compute Engine zones where the cluster will not
|
|
3072
|
+
# be located when Auto Zone is enabled. Only one of zone_uri or
|
|
3068
3073
|
# auto_zone_exclude_zone_uris can be set. If both are omitted, the service will
|
|
3069
3074
|
# pick a zone in the cluster Compute Engine region. If
|
|
3070
3075
|
# auto_zone_exclude_zone_uris is set and there is more than one non-excluded
|
|
@@ -3077,7 +3082,7 @@ module Google
|
|
|
3077
3082
|
attr_accessor :auto_zone_exclude_zone_uris
|
|
3078
3083
|
|
|
3079
3084
|
# Confidential Instance Config for clusters using Confidential VMs (https://
|
|
3080
|
-
# cloud.google.com/
|
|
3085
|
+
# cloud.google.com/confidential-computing/confidential-vm/docs)
|
|
3081
3086
|
# Corresponds to the JSON property `confidentialInstanceConfig`
|
|
3082
3087
|
# @return [Google::Apis::DataprocV1::ConfidentialInstanceConfig]
|
|
3083
3088
|
attr_accessor :confidential_instance_config
|
|
@@ -3085,8 +3090,8 @@ module Google
|
|
|
3085
3090
|
# Optional. This setting applies to subnetwork-enabled networks. It is set to
|
|
3086
3091
|
# true by default in clusters created with image versions 2.2.x.When set to true:
|
|
3087
3092
|
# All cluster VMs have internal IP addresses. Google Private Access (https://
|
|
3088
|
-
# cloud.google.com/vpc/docs/private-google-access) must be enabled to access
|
|
3089
|
-
# Dataproc and other Google Cloud APIs. Off-cluster dependencies must be
|
|
3093
|
+
# cloud.google.com/vpc/docs/private-google-access) must be enabled to access the
|
|
3094
|
+
# Dataproc API and other Google Cloud APIs. Off-cluster dependencies must be
|
|
3090
3095
|
# configured to be accessible without external IP addresses.When set to false:
|
|
3091
3096
|
# Cluster VMs are not restricted to internal IP addresses. Ephemeral external IP
|
|
3092
3097
|
# addresses are assigned to each cluster VM.
|
|
@@ -3114,8 +3119,8 @@ module Google
|
|
|
3114
3119
|
# @return [String]
|
|
3115
3120
|
attr_accessor :network_uri
|
|
3116
3121
|
|
|
3117
|
-
# Node Group Affinity for clusters using sole-tenant node groups. The
|
|
3118
|
-
# NodeGroupAffinity resource is not related to the
|
|
3122
|
+
# Node Group Affinity for clusters using sole-tenant node groups. The
|
|
3123
|
+
# NodeGroupAffinity resource is not related to the NodeGroup resource.
|
|
3119
3124
|
# Corresponds to the JSON property `nodeGroupAffinity`
|
|
3120
3125
|
# @return [Google::Apis::DataprocV1::NodeGroupAffinity]
|
|
3121
3126
|
attr_accessor :node_group_affinity
|
|
@@ -3132,20 +3137,18 @@ module Google
|
|
|
3132
3137
|
|
|
3133
3138
|
# Optional. Resource manager tags (https://cloud.google.com/resource-manager/
|
|
3134
3139
|
# docs/tags/tags-creating-and-managing) to add to all instances (see Use secure
|
|
3135
|
-
# tags
|
|
3136
|
-
# tags)).
|
|
3140
|
+
# tags (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).
|
|
3137
3141
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
3138
3142
|
# @return [Hash<String,String>]
|
|
3139
3143
|
attr_accessor :resource_manager_tags
|
|
3140
3144
|
|
|
3141
|
-
# Optional. The
|
|
3145
|
+
# Optional. The VM service account (https://cloud.google.com/dataproc/docs/
|
|
3142
3146
|
# concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (
|
|
3143
3147
|
# also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/
|
|
3144
3148
|
# concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used
|
|
3145
|
-
# by
|
|
3146
|
-
#
|
|
3147
|
-
#
|
|
3148
|
-
# used.
|
|
3149
|
+
# by cluster VM instances to access Google Cloud Platform services.If not
|
|
3150
|
+
# specified, the Compute Engine default service account (https://cloud.google.
|
|
3151
|
+
# com/compute/docs/access/service-accounts#default_service_account) is used.
|
|
3149
3152
|
# Corresponds to the JSON property `serviceAccount`
|
|
3150
3153
|
# @return [String]
|
|
3151
3154
|
attr_accessor :service_account
|
|
@@ -3183,11 +3186,11 @@ module Google
|
|
|
3183
3186
|
# @return [Array<String>]
|
|
3184
3187
|
attr_accessor :tags
|
|
3185
3188
|
|
|
3186
|
-
# Optional. The Compute Engine zone where the
|
|
3187
|
-
#
|
|
3188
|
-
#
|
|
3189
|
-
#
|
|
3190
|
-
#
|
|
3189
|
+
# Optional. The Compute Engine zone where the cluster will be located. If
|
|
3190
|
+
# omitted, the service will pick a zone in the cluster's Compute Engine region.
|
|
3191
|
+
# On a get request, zone will always be present.A full URL, partial URI, or
|
|
3192
|
+
# short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/
|
|
3193
|
+
# [project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
|
|
3191
3194
|
# Corresponds to the JSON property `zoneUri`
|
|
3192
3195
|
# @return [String]
|
|
3193
3196
|
attr_accessor :zone_uri
|
|
@@ -3353,6 +3356,15 @@ module Google
|
|
|
3353
3356
|
attr_accessor :preemptible
|
|
3354
3357
|
alias_method :preemptible?, :preemptible
|
|
3355
3358
|
|
|
3359
|
+
# Optional. Specifies the service account (https://cloud.google.com/dataproc/
|
|
3360
|
+
# docs/guides/dpgke/dataproc-gke-iam) to be used by the node pools. Specify the
|
|
3361
|
+
# email address of the service account or its full resource name.Format:
|
|
3362
|
+
# projects/`project`/serviceAccounts/`service_account_email` or `
|
|
3363
|
+
# service_account_email`.
|
|
3364
|
+
# Corresponds to the JSON property `serviceAccount`
|
|
3365
|
+
# @return [String]
|
|
3366
|
+
attr_accessor :service_account
|
|
3367
|
+
|
|
3356
3368
|
# Optional. Whether the nodes are created as Spot VM instances (https://cloud.
|
|
3357
3369
|
# google.com/compute/docs/instances/spot). Spot VMs are the latest update to
|
|
3358
3370
|
# legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and
|
|
@@ -3376,6 +3388,7 @@ module Google
|
|
|
3376
3388
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
3377
3389
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
|
3378
3390
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
|
3391
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
|
3379
3392
|
@spot = args[:spot] if args.key?(:spot)
|
|
3380
3393
|
end
|
|
3381
3394
|
end
|
|
@@ -3811,7 +3824,7 @@ module Google
|
|
|
3811
3824
|
# @return [Array<Google::Apis::DataprocV1::InstanceSelectionResult>]
|
|
3812
3825
|
attr_accessor :instance_selection_results
|
|
3813
3826
|
|
|
3814
|
-
# Defines how
|
|
3827
|
+
# Defines how to create VMs with a mixture of provisioning models.
|
|
3815
3828
|
# Corresponds to the JSON property `provisioningModelMix`
|
|
3816
3829
|
# @return [Google::Apis::DataprocV1::ProvisioningModelMix]
|
|
3817
3830
|
attr_accessor :provisioning_model_mix
|
|
@@ -3899,9 +3912,9 @@ module Google
|
|
|
3899
3912
|
# Optional. The Compute Engine image resource used for cluster instances.The URI
|
|
3900
3913
|
# can represent an image or image family.Image examples: https://www.googleapis.
|
|
3901
3914
|
# com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[
|
|
3902
|
-
# project_id]/global/images/[image-id] image-idImage family examples.
|
|
3903
|
-
# will use the most recent image from the family: https://www.googleapis.
|
|
3904
|
-
# compute/v1/projects/[project_id]/global/images/family/[custom-image-family-
|
|
3915
|
+
# project_id]/global/images/[image-id] image-idImage family examples. The
|
|
3916
|
+
# service will use the most recent image from the family: https://www.googleapis.
|
|
3917
|
+
# com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-
|
|
3905
3918
|
# name] projects/[project_id]/global/images/family/[custom-image-family-name]If
|
|
3906
3919
|
# the URI is unspecified, it will be inferred from SoftwareConfig.image_version
|
|
3907
3920
|
# or the system default.
|
|
@@ -3915,8 +3928,8 @@ module Google
|
|
|
3915
3928
|
# @return [Google::Apis::DataprocV1::InstanceFlexibilityPolicy]
|
|
3916
3929
|
attr_accessor :instance_flexibility_policy
|
|
3917
3930
|
|
|
3918
|
-
# Output only. The list of instance names
|
|
3919
|
-
#
|
|
3931
|
+
# Output only. The list of instance names, derived from cluster_name,
|
|
3932
|
+
# num_instances, and the instance group.
|
|
3920
3933
|
# Corresponds to the JSON property `instanceNames`
|
|
3921
3934
|
# @return [Array<String>]
|
|
3922
3935
|
attr_accessor :instance_names
|
|
@@ -3936,10 +3949,10 @@ module Google
|
|
|
3936
3949
|
# URL, partial URI, or short name are valid. Examples: https://www.googleapis.
|
|
3937
3950
|
# com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2
|
|
3938
3951
|
# projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-
|
|
3939
|
-
# 2Auto Zone Exception: If you are using
|
|
3940
|
-
#
|
|
3941
|
-
# using_auto_zone_placement)
|
|
3942
|
-
#
|
|
3952
|
+
# 2Auto Zone Exception: If you are using Auto Zone Placement (https://cloud.
|
|
3953
|
+
# google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#
|
|
3954
|
+
# using_auto_zone_placement), you must use the short name of the machine type
|
|
3955
|
+
# resource, for example, n1-standard-2.
|
|
3943
3956
|
# Corresponds to the JSON property `machineTypeUri`
|
|
3944
3957
|
# @return [String]
|
|
3945
3958
|
attr_accessor :machine_type_uri
|
|
@@ -3950,8 +3963,8 @@ module Google
|
|
|
3950
3963
|
attr_accessor :managed_group_config
|
|
3951
3964
|
|
|
3952
3965
|
# Optional. Specifies the minimum cpu platform for the Instance Group. See
|
|
3953
|
-
#
|
|
3954
|
-
#
|
|
3966
|
+
# Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/
|
|
3967
|
+
# dataproc-min-cpu).
|
|
3955
3968
|
# Corresponds to the JSON property `minCpuPlatform`
|
|
3956
3969
|
# @return [String]
|
|
3957
3970
|
attr_accessor :min_cpu_platform
|
|
@@ -4058,9 +4071,10 @@ module Google
|
|
|
4058
4071
|
attr_accessor :machine_types
|
|
4059
4072
|
|
|
4060
4073
|
# Optional. Preference of this instance selection. Lower number means higher
|
|
4061
|
-
# preference.
|
|
4062
|
-
# with priority rank and fallback to next rank based on availability.
|
|
4063
|
-
# types and instance selections with the same priority have the same
|
|
4074
|
+
# preference. The service will first try to create a VM based on the machine-
|
|
4075
|
+
# type with priority rank and fallback to next rank based on availability.
|
|
4076
|
+
# Machine types and instance selections with the same priority have the same
|
|
4077
|
+
# preference.
|
|
4064
4078
|
# Corresponds to the JSON property `rank`
|
|
4065
4079
|
# @return [Fixnum]
|
|
4066
4080
|
attr_accessor :rank
|
|
@@ -4754,8 +4768,8 @@ module Google
|
|
|
4754
4768
|
# @return [String]
|
|
4755
4769
|
attr_accessor :cross_realm_trust_kdc
|
|
4756
4770
|
|
|
4757
|
-
# Optional. The remote realm the
|
|
4758
|
-
#
|
|
4771
|
+
# Optional. The remote realm the on-cluster KDC will trust, should the user
|
|
4772
|
+
# enable cross realm trust.
|
|
4759
4773
|
# Corresponds to the JSON property `crossRealmTrustRealm`
|
|
4760
4774
|
# @return [String]
|
|
4761
4775
|
attr_accessor :cross_realm_trust_realm
|
|
@@ -4782,20 +4796,20 @@ module Google
|
|
|
4782
4796
|
|
|
4783
4797
|
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
|
|
4784
4798
|
# password to the user provided key. For the self-signed certificate, this
|
|
4785
|
-
# password is generated by
|
|
4799
|
+
# password is generated by the service.
|
|
4786
4800
|
# Corresponds to the JSON property `keyPasswordUri`
|
|
4787
4801
|
# @return [String]
|
|
4788
4802
|
attr_accessor :key_password_uri
|
|
4789
4803
|
|
|
4790
4804
|
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
|
|
4791
4805
|
# password to the user provided keystore. For the self-signed certificate, this
|
|
4792
|
-
# password is generated by
|
|
4806
|
+
# password is generated by the service.
|
|
4793
4807
|
# Corresponds to the JSON property `keystorePasswordUri`
|
|
4794
4808
|
# @return [String]
|
|
4795
4809
|
attr_accessor :keystore_password_uri
|
|
4796
4810
|
|
|
4797
4811
|
# Optional. The Cloud Storage URI of the keystore file used for SSL encryption.
|
|
4798
|
-
# If not provided,
|
|
4812
|
+
# If not provided, the service will provide a self-signed certificate.
|
|
4799
4813
|
# Corresponds to the JSON property `keystoreUri`
|
|
4800
4814
|
# @return [String]
|
|
4801
4815
|
attr_accessor :keystore_uri
|
|
@@ -4825,13 +4839,13 @@ module Google
|
|
|
4825
4839
|
|
|
4826
4840
|
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
|
|
4827
4841
|
# password to the user provided truststore. For the self-signed certificate,
|
|
4828
|
-
# this password is generated by
|
|
4842
|
+
# this password is generated by the service.
|
|
4829
4843
|
# Corresponds to the JSON property `truststorePasswordUri`
|
|
4830
4844
|
# @return [String]
|
|
4831
4845
|
attr_accessor :truststore_password_uri
|
|
4832
4846
|
|
|
4833
4847
|
# Optional. The Cloud Storage URI of the truststore file used for SSL encryption.
|
|
4834
|
-
# If not provided,
|
|
4848
|
+
# If not provided, the service will provide a self-signed certificate.
|
|
4835
4849
|
# Corresponds to the JSON property `truststoreUri`
|
|
4836
4850
|
# @return [String]
|
|
4837
4851
|
attr_accessor :truststore_uri
|
|
@@ -5374,8 +5388,8 @@ module Google
|
|
|
5374
5388
|
class MetastoreConfig
|
|
5375
5389
|
include Google::Apis::Core::Hashable
|
|
5376
5390
|
|
|
5377
|
-
# Required. Resource name of an existing
|
|
5378
|
-
#
|
|
5391
|
+
# Required. Resource name of an existing Metastore service.Example: projects/[
|
|
5392
|
+
# project_id]/locations/[dataproc_region]/services/[service-name]
|
|
5379
5393
|
# Corresponds to the JSON property `dataprocMetastoreService`
|
|
5380
5394
|
# @return [String]
|
|
5381
5395
|
attr_accessor :dataproc_metastore_service
|
|
@@ -5390,7 +5404,7 @@ module Google
|
|
|
5390
5404
|
end
|
|
5391
5405
|
end
|
|
5392
5406
|
|
|
5393
|
-
# A
|
|
5407
|
+
# A custom metric.
|
|
5394
5408
|
class Metric
|
|
5395
5409
|
include Google::Apis::Core::Hashable
|
|
5396
5410
|
|
|
@@ -5531,8 +5545,8 @@ module Google
|
|
|
5531
5545
|
end
|
|
5532
5546
|
end
|
|
5533
5547
|
|
|
5534
|
-
#
|
|
5535
|
-
#
|
|
5548
|
+
# Node Group. The NodeGroup resource is not related to the NodeGroupAffinity
|
|
5549
|
+
# resource.
|
|
5536
5550
|
class NodeGroup
|
|
5537
5551
|
include Google::Apis::Core::Hashable
|
|
5538
5552
|
|
|
@@ -5574,8 +5588,8 @@ module Google
|
|
|
5574
5588
|
end
|
|
5575
5589
|
end
|
|
5576
5590
|
|
|
5577
|
-
# Node Group Affinity for clusters using sole-tenant node groups. The
|
|
5578
|
-
# NodeGroupAffinity resource is not related to the
|
|
5591
|
+
# Node Group Affinity for clusters using sole-tenant node groups. The
|
|
5592
|
+
# NodeGroupAffinity resource is not related to the NodeGroup resource.
|
|
5579
5593
|
class NodeGroupAffinity
|
|
5580
5594
|
include Google::Apis::Core::Hashable
|
|
5581
5595
|
|
|
@@ -6328,17 +6342,17 @@ module Google
|
|
|
6328
6342
|
end
|
|
6329
6343
|
end
|
|
6330
6344
|
|
|
6331
|
-
# Defines how
|
|
6345
|
+
# Defines how to create VMs with a mixture of provisioning models.
|
|
6332
6346
|
class ProvisioningModelMix
|
|
6333
6347
|
include Google::Apis::Core::Hashable
|
|
6334
6348
|
|
|
6335
6349
|
# Optional. The base capacity that will always use Standard VMs to avoid risk of
|
|
6336
|
-
# more preemption than the minimum capacity you need.
|
|
6337
|
-
# standard VMs until it reaches standard_capacity_base, then it will start
|
|
6338
|
-
# standard_capacity_percent_above_base to mix Spot with Standard VMs. eg.
|
|
6339
|
-
# instances are requested and standard_capacity_base is 5,
|
|
6340
|
-
# 5 standard VMs and
|
|
6341
|
-
# instances.
|
|
6350
|
+
# more preemption than the minimum capacity you need. The service will create
|
|
6351
|
+
# only standard VMs until it reaches standard_capacity_base, then it will start
|
|
6352
|
+
# using standard_capacity_percent_above_base to mix Spot with Standard VMs. eg.
|
|
6353
|
+
# If 15 instances are requested and standard_capacity_base is 5, the service
|
|
6354
|
+
# will create 5 standard VMs and thenstart mixing spot and standard VMs for
|
|
6355
|
+
# remaining 10 instances.
|
|
6342
6356
|
# Corresponds to the JSON property `standardCapacityBase`
|
|
6343
6357
|
# @return [Fixnum]
|
|
6344
6358
|
attr_accessor :standard_capacity_base
|
|
@@ -6347,7 +6361,7 @@ module Google
|
|
|
6347
6361
|
# remaining percentage will use Spot VMs. The percentage applies only to the
|
|
6348
6362
|
# capacity above standard_capacity_base. eg. If 15 instances are requested and
|
|
6349
6363
|
# standard_capacity_base is 5 and standard_capacity_percent_above_base is 30,
|
|
6350
|
-
#
|
|
6364
|
+
# the service will create 5 standard VMs and then start mixing spot and standard
|
|
6351
6365
|
# VMs for remaining 10 instances. The mix will be 30% standard and 70% spot.
|
|
6352
6366
|
# Corresponds to the JSON property `standardCapacityPercentAboveBase`
|
|
6353
6367
|
# @return [Fixnum]
|
|
@@ -7008,10 +7022,10 @@ module Google
|
|
|
7008
7022
|
# @return [String]
|
|
7009
7023
|
attr_accessor :cluster_uuid
|
|
7010
7024
|
|
|
7011
|
-
# Optional. Whether the request is submitted by
|
|
7012
|
-
#
|
|
7013
|
-
#
|
|
7014
|
-
#
|
|
7025
|
+
# Optional. Whether the request is submitted by a super user. If true, IAM will
|
|
7026
|
+
# check 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.
|
|
7027
|
+
# update' permission. This is to give Dataproc superuser the ability to repair
|
|
7028
|
+
# clusters without granting the overly broad update permission.
|
|
7015
7029
|
# Corresponds to the JSON property `dataprocSuperUser`
|
|
7016
7030
|
# @return [Boolean]
|
|
7017
7031
|
attr_accessor :dataproc_super_user
|
|
@@ -7023,7 +7037,7 @@ module Google
|
|
|
7023
7037
|
# forcefully removing nodes. The default timeout is 0 for forceful
|
|
7024
7038
|
# decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping—
|
|
7025
7039
|
# Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
|
|
7026
|
-
# graceful_decommission_timeout is supported in
|
|
7040
|
+
# graceful_decommission_timeout is supported in image versions 1.2+.
|
|
7027
7041
|
# Corresponds to the JSON property `gracefulDecommissionTimeout`
|
|
7028
7042
|
# @return [String]
|
|
7029
7043
|
attr_accessor :graceful_decommission_timeout
|
|
@@ -8604,7 +8618,7 @@ module Google
|
|
|
8604
8618
|
include Google::Apis::Core::Hashable
|
|
8605
8619
|
|
|
8606
8620
|
# Optional. The version of software inside the cluster. It must be one of the
|
|
8607
|
-
# supported
|
|
8621
|
+
# supported Image Versions (https://cloud.google.com/dataproc/docs/concepts/
|
|
8608
8622
|
# versioning/dataproc-versions#supported-dataproc-image-versions), such as "1.2"
|
|
8609
8623
|
# (including a subminor version, such as "1.2.29"), or the "preview" version (
|
|
8610
8624
|
# https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#
|
|
@@ -11954,9 +11968,9 @@ module Google
|
|
|
11954
11968
|
end
|
|
11955
11969
|
end
|
|
11956
11970
|
|
|
11957
|
-
# The
|
|
11958
|
-
#
|
|
11959
|
-
#
|
|
11971
|
+
# The cluster config for a cluster that does not directly control the underlying
|
|
11972
|
+
# compute resources, such as a GKE cluster (https://cloud.google.com/dataproc/
|
|
11973
|
+
# docs/guides/dpgke/dataproc-gke-overview).
|
|
11960
11974
|
class VirtualClusterConfig
|
|
11961
11975
|
include Google::Apis::Core::Hashable
|
|
11962
11976
|
|
|
@@ -11971,12 +11985,12 @@ module Google
|
|
|
11971
11985
|
attr_accessor :kubernetes_cluster_config
|
|
11972
11986
|
|
|
11973
11987
|
# Optional. A Cloud Storage bucket used to stage job dependencies, config files,
|
|
11974
|
-
# and job driver console output. If you do not specify a staging bucket,
|
|
11975
|
-
#
|
|
11988
|
+
# and job driver console output. If you do not specify a staging bucket, the
|
|
11989
|
+
# service will determine a Cloud Storage location (US, ASIA, or EU) for your
|
|
11976
11990
|
# cluster's staging bucket according to the Compute Engine zone where your
|
|
11977
11991
|
# cluster is deployed, and then create and manage this project-level, per-
|
|
11978
|
-
# location bucket (see
|
|
11979
|
-
#
|
|
11992
|
+
# location bucket (see staging and temp buckets (https://cloud.google.com/
|
|
11993
|
+
# dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field
|
|
11980
11994
|
# requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage
|
|
11981
11995
|
# bucket.
|
|
11982
11996
|
# Corresponds to the JSON property `stagingBucket`
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataprocV1
|
|
18
18
|
# Version of the google-apis-dataproc_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.96.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260612"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2130,6 +2130,7 @@ module Google
|
|
|
2130
2130
|
class ConfidentialInstanceConfig
|
|
2131
2131
|
# @private
|
|
2132
2132
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2133
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
|
2133
2134
|
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
|
2134
2135
|
end
|
|
2135
2136
|
end
|
|
@@ -2464,6 +2465,7 @@ module Google
|
|
|
2464
2465
|
property :machine_type, as: 'machineType'
|
|
2465
2466
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
2466
2467
|
property :preemptible, as: 'preemptible'
|
|
2468
|
+
property :service_account, as: 'serviceAccount'
|
|
2467
2469
|
property :spot, as: 'spot'
|
|
2468
2470
|
end
|
|
2469
2471
|
end
|
|
@@ -509,14 +509,14 @@ module Google
|
|
|
509
509
|
# Optional. A filter for the batches to return in the response.A filter is a
|
|
510
510
|
# logical expression constraining the values of various fields in each batch
|
|
511
511
|
# resource. Filters are case sensitive, and may contain multiple clauses
|
|
512
|
-
# combined with logical operators (AND/OR). Supported fields
|
|
513
|
-
# batch_uuid
|
|
514
|
-
# create_time < "2023-01-01T00:00:00Z" filters for
|
|
515
|
-
# were created before 2023-01-01. state = RUNNING
|
|
516
|
-
# production filters for batches in state in a RUNNING
|
|
517
|
-
# production environment label.See https://google.aip.dev/
|
|
518
|
-
# filtering.txt for a detailed description of the filter syntax
|
|
519
|
-
# supported comparisons.
|
|
512
|
+
# combined with logical operators (AND/OR). Supported fields: * batch_id *
|
|
513
|
+
# batch_uuid * state * create_time * labels * runtime_info.cohort_info.cohort e.
|
|
514
|
+
# g. state = RUNNING and create_time < "2023-01-01T00:00:00Z" filters for
|
|
515
|
+
# batches in state RUNNING that were created before 2023-01-01. state = RUNNING
|
|
516
|
+
# and labels.environment=production filters for batches in state in a RUNNING
|
|
517
|
+
# state that have a production environment label.See https://google.aip.dev/
|
|
518
|
+
# assets/misc/ebnf-filtering.txt for a detailed description of the filter syntax
|
|
519
|
+
# and a list of supported comparisons.
|
|
520
520
|
# @param [String] order_by
|
|
521
521
|
# Optional. Field(s) on which to sort the list of batches.Currently the only
|
|
522
522
|
# supported sort orders are unspecified (empty) and create_time desc to sort by
|
|
@@ -3588,7 +3588,7 @@ module Google
|
|
|
3588
3588
|
# Required. The ID of the Google Cloud Platform project that the cluster belongs
|
|
3589
3589
|
# to.
|
|
3590
3590
|
# @param [String] region
|
|
3591
|
-
# Required. The
|
|
3591
|
+
# Required. The region in which to handle the request.
|
|
3592
3592
|
# @param [Google::Apis::DataprocV1::Cluster] cluster_object
|
|
3593
3593
|
# @param [String] action_on_failed_primary_workers
|
|
3594
3594
|
# Optional. Failure action when primary worker creation fails.
|
|
@@ -3641,7 +3641,7 @@ module Google
|
|
|
3641
3641
|
# Required. The ID of the Google Cloud Platform project that the cluster belongs
|
|
3642
3642
|
# to.
|
|
3643
3643
|
# @param [String] region
|
|
3644
|
-
# Required. The
|
|
3644
|
+
# Required. The region in which to handle the request.
|
|
3645
3645
|
# @param [String] cluster_name
|
|
3646
3646
|
# Required. The cluster name.
|
|
3647
3647
|
# @param [String] cluster_uuid
|
|
@@ -3707,7 +3707,7 @@ module Google
|
|
|
3707
3707
|
# Required. The ID of the Google Cloud Platform project that the cluster belongs
|
|
3708
3708
|
# to.
|
|
3709
3709
|
# @param [String] region
|
|
3710
|
-
# Required. The
|
|
3710
|
+
# Required. The region in which to handle the request.
|
|
3711
3711
|
# @param [String] cluster_name
|
|
3712
3712
|
# Required. The cluster name.
|
|
3713
3713
|
# @param [Google::Apis::DataprocV1::DiagnoseClusterRequest] diagnose_cluster_request_object
|
|
@@ -3747,7 +3747,7 @@ module Google
|
|
|
3747
3747
|
# Required. The ID of the Google Cloud Platform project that the cluster belongs
|
|
3748
3748
|
# to.
|
|
3749
3749
|
# @param [String] region
|
|
3750
|
-
# Required. The
|
|
3750
|
+
# Required. The region in which to handle the request.
|
|
3751
3751
|
# @param [String] cluster_name
|
|
3752
3752
|
# Required. The cluster name.
|
|
3753
3753
|
# @param [String] fields
|
|
@@ -3862,7 +3862,7 @@ module Google
|
|
|
3862
3862
|
# Required. The ID of the Google Cloud Platform project that the cluster belongs
|
|
3863
3863
|
# to.
|
|
3864
3864
|
# @param [String] region
|
|
3865
|
-
# Required. The
|
|
3865
|
+
# Required. The region in which to handle the request.
|
|
3866
3866
|
# @param [String] filter
|
|
3867
3867
|
# Optional. A filter constraining the clusters to list. Filters are case-
|
|
3868
3868
|
# sensitive and have the following syntax:field = value AND field = value ...
|
|
@@ -3920,7 +3920,7 @@ module Google
|
|
|
3920
3920
|
# @param [String] project_id
|
|
3921
3921
|
# Required. The ID of the Google Cloud Platform project the cluster belongs to.
|
|
3922
3922
|
# @param [String] region
|
|
3923
|
-
# Required. The
|
|
3923
|
+
# Required. The region in which to handle the request.
|
|
3924
3924
|
# @param [String] cluster_name
|
|
3925
3925
|
# Required. The cluster name.
|
|
3926
3926
|
# @param [Google::Apis::DataprocV1::Cluster] cluster_object
|
|
@@ -3931,8 +3931,7 @@ module Google
|
|
|
3931
3931
|
# forcefully removing nodes (and potentially interrupting jobs). Default timeout
|
|
3932
3932
|
# is 0 (for forceful decommission), and the maximum allowed timeout is 1 day. (
|
|
3933
3933
|
# see JSON representation of Duration (https://developers.google.com/protocol-
|
|
3934
|
-
# buffers/docs/proto3#json)).
|
|
3935
|
-
# higher.
|
|
3934
|
+
# buffers/docs/proto3#json)).Supported in image versions 1.2 and higher.
|
|
3936
3935
|
# @param [String] request_id
|
|
3937
3936
|
# Optional. A unique ID used to identify the request. If the server receives two
|
|
3938
3937
|
# UpdateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
|
|
@@ -3995,7 +3994,7 @@ module Google
|
|
|
3995
3994
|
# @param [String] project_id
|
|
3996
3995
|
# Required. The ID of the Google Cloud Platform project the cluster belongs to.
|
|
3997
3996
|
# @param [String] region
|
|
3998
|
-
# Required. The
|
|
3997
|
+
# Required. The region in which to handle the request.
|
|
3999
3998
|
# @param [String] cluster_name
|
|
4000
3999
|
# Required. The cluster name.
|
|
4001
4000
|
# @param [Google::Apis::DataprocV1::RepairClusterRequest] repair_cluster_request_object
|
|
@@ -4071,7 +4070,7 @@ module Google
|
|
|
4071
4070
|
# @param [String] project_id
|
|
4072
4071
|
# Required. The ID of the Google Cloud Platform project the cluster belongs to.
|
|
4073
4072
|
# @param [String] region
|
|
4074
|
-
# Required. The
|
|
4073
|
+
# Required. The region in which to handle the request.
|
|
4075
4074
|
# @param [String] cluster_name
|
|
4076
4075
|
# Required. The cluster name.
|
|
4077
4076
|
# @param [Google::Apis::DataprocV1::StartClusterRequest] start_cluster_request_object
|
|
@@ -4110,7 +4109,7 @@ module Google
|
|
|
4110
4109
|
# @param [String] project_id
|
|
4111
4110
|
# Required. The ID of the Google Cloud Platform project the cluster belongs to.
|
|
4112
4111
|
# @param [String] region
|
|
4113
|
-
# Required. The
|
|
4112
|
+
# Required. The region in which to handle the request.
|
|
4114
4113
|
# @param [String] cluster_name
|
|
4115
4114
|
# Required. The cluster name.
|
|
4116
4115
|
# @param [Google::Apis::DataprocV1::StopClusterRequest] stop_cluster_request_object
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataproc_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.96.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.96.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|