google-apis-dataproc_v1 0.94.0 → 0.95.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 +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/dataproc_v1/classes.rb +101 -103
- data/lib/google/apis/dataproc_v1/gem_version.rb +3 -3
- 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: 61b235fb1c781d2bd38e07515a54828781fbc21cb226dd865b9ba1943a7b749f
|
|
4
|
+
data.tar.gz: cfd6880fe08910e1aa6fca4c50e61c6beb9098d86ac03c1410a6fbed988ad209
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e94c71de8611db992515d875847e35ee580b52758f248e79ee085097b18f8c19591f672d42ecebb5f42307b5e9e2d0069cedad9242eae5cfae24825a5876cd37
|
|
7
|
+
data.tar.gz: 280982eae76fb83bb8bf0505324004181a5f21611365d92ebfb3806dfcde8014696f5462f7411fae1d7d2f808c09ce3b412bc10a410c0fdefb52a053bfaf2538
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
|
2
2
|
|
|
3
|
+
### v0.95.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260524
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.94.0 (2026-05-31)
|
|
4
9
|
|
|
5
10
|
* 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]
|
|
@@ -1990,7 +1989,7 @@ module Google
|
|
|
1990
1989
|
end
|
|
1991
1990
|
end
|
|
1992
1991
|
|
|
1993
|
-
#
|
|
1992
|
+
# Metric config.
|
|
1994
1993
|
class DataprocMetricConfig
|
|
1995
1994
|
include Google::Apis::Core::Hashable
|
|
1996
1995
|
|
|
@@ -3063,8 +3062,8 @@ module Google
|
|
|
3063
3062
|
class GceClusterConfig
|
|
3064
3063
|
include Google::Apis::Core::Hashable
|
|
3065
3064
|
|
|
3066
|
-
# Optional. An optional list of Compute Engine zones where the
|
|
3067
|
-
#
|
|
3065
|
+
# Optional. An optional list of Compute Engine zones where the cluster will not
|
|
3066
|
+
# be located when Auto Zone is enabled. Only one of zone_uri or
|
|
3068
3067
|
# auto_zone_exclude_zone_uris can be set. If both are omitted, the service will
|
|
3069
3068
|
# pick a zone in the cluster Compute Engine region. If
|
|
3070
3069
|
# auto_zone_exclude_zone_uris is set and there is more than one non-excluded
|
|
@@ -3085,8 +3084,8 @@ module Google
|
|
|
3085
3084
|
# Optional. This setting applies to subnetwork-enabled networks. It is set to
|
|
3086
3085
|
# true by default in clusters created with image versions 2.2.x.When set to true:
|
|
3087
3086
|
# 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
|
|
3087
|
+
# cloud.google.com/vpc/docs/private-google-access) must be enabled to access the
|
|
3088
|
+
# Dataproc API and other Google Cloud APIs. Off-cluster dependencies must be
|
|
3090
3089
|
# configured to be accessible without external IP addresses.When set to false:
|
|
3091
3090
|
# Cluster VMs are not restricted to internal IP addresses. Ephemeral external IP
|
|
3092
3091
|
# addresses are assigned to each cluster VM.
|
|
@@ -3114,8 +3113,8 @@ module Google
|
|
|
3114
3113
|
# @return [String]
|
|
3115
3114
|
attr_accessor :network_uri
|
|
3116
3115
|
|
|
3117
|
-
# Node Group Affinity for clusters using sole-tenant node groups. The
|
|
3118
|
-
# NodeGroupAffinity resource is not related to the
|
|
3116
|
+
# Node Group Affinity for clusters using sole-tenant node groups. The
|
|
3117
|
+
# NodeGroupAffinity resource is not related to the NodeGroup resource.
|
|
3119
3118
|
# Corresponds to the JSON property `nodeGroupAffinity`
|
|
3120
3119
|
# @return [Google::Apis::DataprocV1::NodeGroupAffinity]
|
|
3121
3120
|
attr_accessor :node_group_affinity
|
|
@@ -3132,20 +3131,18 @@ module Google
|
|
|
3132
3131
|
|
|
3133
3132
|
# Optional. Resource manager tags (https://cloud.google.com/resource-manager/
|
|
3134
3133
|
# docs/tags/tags-creating-and-managing) to add to all instances (see Use secure
|
|
3135
|
-
# tags
|
|
3136
|
-
# tags)).
|
|
3134
|
+
# tags (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).
|
|
3137
3135
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
3138
3136
|
# @return [Hash<String,String>]
|
|
3139
3137
|
attr_accessor :resource_manager_tags
|
|
3140
3138
|
|
|
3141
|
-
# Optional. The
|
|
3139
|
+
# Optional. The VM service account (https://cloud.google.com/dataproc/docs/
|
|
3142
3140
|
# concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (
|
|
3143
3141
|
# also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/
|
|
3144
3142
|
# concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used
|
|
3145
|
-
# by
|
|
3146
|
-
#
|
|
3147
|
-
#
|
|
3148
|
-
# used.
|
|
3143
|
+
# by cluster VM instances to access Google Cloud Platform services.If not
|
|
3144
|
+
# specified, the Compute Engine default service account (https://cloud.google.
|
|
3145
|
+
# com/compute/docs/access/service-accounts#default_service_account) is used.
|
|
3149
3146
|
# Corresponds to the JSON property `serviceAccount`
|
|
3150
3147
|
# @return [String]
|
|
3151
3148
|
attr_accessor :service_account
|
|
@@ -3183,11 +3180,11 @@ module Google
|
|
|
3183
3180
|
# @return [Array<String>]
|
|
3184
3181
|
attr_accessor :tags
|
|
3185
3182
|
|
|
3186
|
-
# Optional. The Compute Engine zone where the
|
|
3187
|
-
#
|
|
3188
|
-
#
|
|
3189
|
-
#
|
|
3190
|
-
#
|
|
3183
|
+
# Optional. The Compute Engine zone where the cluster will be located. If
|
|
3184
|
+
# omitted, the service will pick a zone in the cluster's Compute Engine region.
|
|
3185
|
+
# On a get request, zone will always be present.A full URL, partial URI, or
|
|
3186
|
+
# short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/
|
|
3187
|
+
# [project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
|
|
3191
3188
|
# Corresponds to the JSON property `zoneUri`
|
|
3192
3189
|
# @return [String]
|
|
3193
3190
|
attr_accessor :zone_uri
|
|
@@ -3811,7 +3808,7 @@ module Google
|
|
|
3811
3808
|
# @return [Array<Google::Apis::DataprocV1::InstanceSelectionResult>]
|
|
3812
3809
|
attr_accessor :instance_selection_results
|
|
3813
3810
|
|
|
3814
|
-
# Defines how
|
|
3811
|
+
# Defines how to create VMs with a mixture of provisioning models.
|
|
3815
3812
|
# Corresponds to the JSON property `provisioningModelMix`
|
|
3816
3813
|
# @return [Google::Apis::DataprocV1::ProvisioningModelMix]
|
|
3817
3814
|
attr_accessor :provisioning_model_mix
|
|
@@ -3899,9 +3896,9 @@ module Google
|
|
|
3899
3896
|
# Optional. The Compute Engine image resource used for cluster instances.The URI
|
|
3900
3897
|
# can represent an image or image family.Image examples: https://www.googleapis.
|
|
3901
3898
|
# 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-
|
|
3899
|
+
# project_id]/global/images/[image-id] image-idImage family examples. The
|
|
3900
|
+
# service will use the most recent image from the family: https://www.googleapis.
|
|
3901
|
+
# com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-
|
|
3905
3902
|
# name] projects/[project_id]/global/images/family/[custom-image-family-name]If
|
|
3906
3903
|
# the URI is unspecified, it will be inferred from SoftwareConfig.image_version
|
|
3907
3904
|
# or the system default.
|
|
@@ -3915,8 +3912,8 @@ module Google
|
|
|
3915
3912
|
# @return [Google::Apis::DataprocV1::InstanceFlexibilityPolicy]
|
|
3916
3913
|
attr_accessor :instance_flexibility_policy
|
|
3917
3914
|
|
|
3918
|
-
# Output only. The list of instance names
|
|
3919
|
-
#
|
|
3915
|
+
# Output only. The list of instance names, derived from cluster_name,
|
|
3916
|
+
# num_instances, and the instance group.
|
|
3920
3917
|
# Corresponds to the JSON property `instanceNames`
|
|
3921
3918
|
# @return [Array<String>]
|
|
3922
3919
|
attr_accessor :instance_names
|
|
@@ -3936,10 +3933,10 @@ module Google
|
|
|
3936
3933
|
# URL, partial URI, or short name are valid. Examples: https://www.googleapis.
|
|
3937
3934
|
# com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2
|
|
3938
3935
|
# 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
|
-
#
|
|
3936
|
+
# 2Auto Zone Exception: If you are using Auto Zone Placement (https://cloud.
|
|
3937
|
+
# google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#
|
|
3938
|
+
# using_auto_zone_placement), you must use the short name of the machine type
|
|
3939
|
+
# resource, for example, n1-standard-2.
|
|
3943
3940
|
# Corresponds to the JSON property `machineTypeUri`
|
|
3944
3941
|
# @return [String]
|
|
3945
3942
|
attr_accessor :machine_type_uri
|
|
@@ -3950,8 +3947,8 @@ module Google
|
|
|
3950
3947
|
attr_accessor :managed_group_config
|
|
3951
3948
|
|
|
3952
3949
|
# Optional. Specifies the minimum cpu platform for the Instance Group. See
|
|
3953
|
-
#
|
|
3954
|
-
#
|
|
3950
|
+
# Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/
|
|
3951
|
+
# dataproc-min-cpu).
|
|
3955
3952
|
# Corresponds to the JSON property `minCpuPlatform`
|
|
3956
3953
|
# @return [String]
|
|
3957
3954
|
attr_accessor :min_cpu_platform
|
|
@@ -4058,9 +4055,10 @@ module Google
|
|
|
4058
4055
|
attr_accessor :machine_types
|
|
4059
4056
|
|
|
4060
4057
|
# 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
|
|
4058
|
+
# preference. The service will first try to create a VM based on the machine-
|
|
4059
|
+
# type with priority rank and fallback to next rank based on availability.
|
|
4060
|
+
# Machine types and instance selections with the same priority have the same
|
|
4061
|
+
# preference.
|
|
4064
4062
|
# Corresponds to the JSON property `rank`
|
|
4065
4063
|
# @return [Fixnum]
|
|
4066
4064
|
attr_accessor :rank
|
|
@@ -4754,8 +4752,8 @@ module Google
|
|
|
4754
4752
|
# @return [String]
|
|
4755
4753
|
attr_accessor :cross_realm_trust_kdc
|
|
4756
4754
|
|
|
4757
|
-
# Optional. The remote realm the
|
|
4758
|
-
#
|
|
4755
|
+
# Optional. The remote realm the on-cluster KDC will trust, should the user
|
|
4756
|
+
# enable cross realm trust.
|
|
4759
4757
|
# Corresponds to the JSON property `crossRealmTrustRealm`
|
|
4760
4758
|
# @return [String]
|
|
4761
4759
|
attr_accessor :cross_realm_trust_realm
|
|
@@ -4782,20 +4780,20 @@ module Google
|
|
|
4782
4780
|
|
|
4783
4781
|
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
|
|
4784
4782
|
# password to the user provided key. For the self-signed certificate, this
|
|
4785
|
-
# password is generated by
|
|
4783
|
+
# password is generated by the service.
|
|
4786
4784
|
# Corresponds to the JSON property `keyPasswordUri`
|
|
4787
4785
|
# @return [String]
|
|
4788
4786
|
attr_accessor :key_password_uri
|
|
4789
4787
|
|
|
4790
4788
|
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
|
|
4791
4789
|
# password to the user provided keystore. For the self-signed certificate, this
|
|
4792
|
-
# password is generated by
|
|
4790
|
+
# password is generated by the service.
|
|
4793
4791
|
# Corresponds to the JSON property `keystorePasswordUri`
|
|
4794
4792
|
# @return [String]
|
|
4795
4793
|
attr_accessor :keystore_password_uri
|
|
4796
4794
|
|
|
4797
4795
|
# Optional. The Cloud Storage URI of the keystore file used for SSL encryption.
|
|
4798
|
-
# If not provided,
|
|
4796
|
+
# If not provided, the service will provide a self-signed certificate.
|
|
4799
4797
|
# Corresponds to the JSON property `keystoreUri`
|
|
4800
4798
|
# @return [String]
|
|
4801
4799
|
attr_accessor :keystore_uri
|
|
@@ -4825,13 +4823,13 @@ module Google
|
|
|
4825
4823
|
|
|
4826
4824
|
# Optional. The Cloud Storage URI of a KMS encrypted file containing the
|
|
4827
4825
|
# password to the user provided truststore. For the self-signed certificate,
|
|
4828
|
-
# this password is generated by
|
|
4826
|
+
# this password is generated by the service.
|
|
4829
4827
|
# Corresponds to the JSON property `truststorePasswordUri`
|
|
4830
4828
|
# @return [String]
|
|
4831
4829
|
attr_accessor :truststore_password_uri
|
|
4832
4830
|
|
|
4833
4831
|
# Optional. The Cloud Storage URI of the truststore file used for SSL encryption.
|
|
4834
|
-
# If not provided,
|
|
4832
|
+
# If not provided, the service will provide a self-signed certificate.
|
|
4835
4833
|
# Corresponds to the JSON property `truststoreUri`
|
|
4836
4834
|
# @return [String]
|
|
4837
4835
|
attr_accessor :truststore_uri
|
|
@@ -5374,8 +5372,8 @@ module Google
|
|
|
5374
5372
|
class MetastoreConfig
|
|
5375
5373
|
include Google::Apis::Core::Hashable
|
|
5376
5374
|
|
|
5377
|
-
# Required. Resource name of an existing
|
|
5378
|
-
#
|
|
5375
|
+
# Required. Resource name of an existing Metastore service.Example: projects/[
|
|
5376
|
+
# project_id]/locations/[dataproc_region]/services/[service-name]
|
|
5379
5377
|
# Corresponds to the JSON property `dataprocMetastoreService`
|
|
5380
5378
|
# @return [String]
|
|
5381
5379
|
attr_accessor :dataproc_metastore_service
|
|
@@ -5390,7 +5388,7 @@ module Google
|
|
|
5390
5388
|
end
|
|
5391
5389
|
end
|
|
5392
5390
|
|
|
5393
|
-
# A
|
|
5391
|
+
# A custom metric.
|
|
5394
5392
|
class Metric
|
|
5395
5393
|
include Google::Apis::Core::Hashable
|
|
5396
5394
|
|
|
@@ -5531,8 +5529,8 @@ module Google
|
|
|
5531
5529
|
end
|
|
5532
5530
|
end
|
|
5533
5531
|
|
|
5534
|
-
#
|
|
5535
|
-
#
|
|
5532
|
+
# Node Group. The NodeGroup resource is not related to the NodeGroupAffinity
|
|
5533
|
+
# resource.
|
|
5536
5534
|
class NodeGroup
|
|
5537
5535
|
include Google::Apis::Core::Hashable
|
|
5538
5536
|
|
|
@@ -5574,8 +5572,8 @@ module Google
|
|
|
5574
5572
|
end
|
|
5575
5573
|
end
|
|
5576
5574
|
|
|
5577
|
-
# Node Group Affinity for clusters using sole-tenant node groups. The
|
|
5578
|
-
# NodeGroupAffinity resource is not related to the
|
|
5575
|
+
# Node Group Affinity for clusters using sole-tenant node groups. The
|
|
5576
|
+
# NodeGroupAffinity resource is not related to the NodeGroup resource.
|
|
5579
5577
|
class NodeGroupAffinity
|
|
5580
5578
|
include Google::Apis::Core::Hashable
|
|
5581
5579
|
|
|
@@ -6328,17 +6326,17 @@ module Google
|
|
|
6328
6326
|
end
|
|
6329
6327
|
end
|
|
6330
6328
|
|
|
6331
|
-
# Defines how
|
|
6329
|
+
# Defines how to create VMs with a mixture of provisioning models.
|
|
6332
6330
|
class ProvisioningModelMix
|
|
6333
6331
|
include Google::Apis::Core::Hashable
|
|
6334
6332
|
|
|
6335
6333
|
# 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.
|
|
6334
|
+
# more preemption than the minimum capacity you need. The service will create
|
|
6335
|
+
# only standard VMs until it reaches standard_capacity_base, then it will start
|
|
6336
|
+
# using standard_capacity_percent_above_base to mix Spot with Standard VMs. eg.
|
|
6337
|
+
# If 15 instances are requested and standard_capacity_base is 5, the service
|
|
6338
|
+
# will create 5 standard VMs and thenstart mixing spot and standard VMs for
|
|
6339
|
+
# remaining 10 instances.
|
|
6342
6340
|
# Corresponds to the JSON property `standardCapacityBase`
|
|
6343
6341
|
# @return [Fixnum]
|
|
6344
6342
|
attr_accessor :standard_capacity_base
|
|
@@ -6347,7 +6345,7 @@ module Google
|
|
|
6347
6345
|
# remaining percentage will use Spot VMs. The percentage applies only to the
|
|
6348
6346
|
# capacity above standard_capacity_base. eg. If 15 instances are requested and
|
|
6349
6347
|
# standard_capacity_base is 5 and standard_capacity_percent_above_base is 30,
|
|
6350
|
-
#
|
|
6348
|
+
# the service will create 5 standard VMs and then start mixing spot and standard
|
|
6351
6349
|
# VMs for remaining 10 instances. The mix will be 30% standard and 70% spot.
|
|
6352
6350
|
# Corresponds to the JSON property `standardCapacityPercentAboveBase`
|
|
6353
6351
|
# @return [Fixnum]
|
|
@@ -7008,10 +7006,10 @@ module Google
|
|
|
7008
7006
|
# @return [String]
|
|
7009
7007
|
attr_accessor :cluster_uuid
|
|
7010
7008
|
|
|
7011
|
-
# Optional. Whether the request is submitted by
|
|
7012
|
-
#
|
|
7013
|
-
#
|
|
7014
|
-
#
|
|
7009
|
+
# Optional. Whether the request is submitted by a super user. If true, IAM will
|
|
7010
|
+
# check 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.
|
|
7011
|
+
# update' permission. This is to give Dataproc superuser the ability to repair
|
|
7012
|
+
# clusters without granting the overly broad update permission.
|
|
7015
7013
|
# Corresponds to the JSON property `dataprocSuperUser`
|
|
7016
7014
|
# @return [Boolean]
|
|
7017
7015
|
attr_accessor :dataproc_super_user
|
|
@@ -7023,7 +7021,7 @@ module Google
|
|
|
7023
7021
|
# forcefully removing nodes. The default timeout is 0 for forceful
|
|
7024
7022
|
# decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping—
|
|
7025
7023
|
# Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
|
|
7026
|
-
# graceful_decommission_timeout is supported in
|
|
7024
|
+
# graceful_decommission_timeout is supported in image versions 1.2+.
|
|
7027
7025
|
# Corresponds to the JSON property `gracefulDecommissionTimeout`
|
|
7028
7026
|
# @return [String]
|
|
7029
7027
|
attr_accessor :graceful_decommission_timeout
|
|
@@ -8604,7 +8602,7 @@ module Google
|
|
|
8604
8602
|
include Google::Apis::Core::Hashable
|
|
8605
8603
|
|
|
8606
8604
|
# Optional. The version of software inside the cluster. It must be one of the
|
|
8607
|
-
# supported
|
|
8605
|
+
# supported Image Versions (https://cloud.google.com/dataproc/docs/concepts/
|
|
8608
8606
|
# versioning/dataproc-versions#supported-dataproc-image-versions), such as "1.2"
|
|
8609
8607
|
# (including a subminor version, such as "1.2.29"), or the "preview" version (
|
|
8610
8608
|
# https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#
|
|
@@ -11954,9 +11952,9 @@ module Google
|
|
|
11954
11952
|
end
|
|
11955
11953
|
end
|
|
11956
11954
|
|
|
11957
|
-
# The
|
|
11958
|
-
#
|
|
11959
|
-
#
|
|
11955
|
+
# The cluster config for a cluster that does not directly control the underlying
|
|
11956
|
+
# compute resources, such as a GKE cluster (https://cloud.google.com/dataproc/
|
|
11957
|
+
# docs/guides/dpgke/dataproc-gke-overview).
|
|
11960
11958
|
class VirtualClusterConfig
|
|
11961
11959
|
include Google::Apis::Core::Hashable
|
|
11962
11960
|
|
|
@@ -11971,12 +11969,12 @@ module Google
|
|
|
11971
11969
|
attr_accessor :kubernetes_cluster_config
|
|
11972
11970
|
|
|
11973
11971
|
# 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
|
-
#
|
|
11972
|
+
# and job driver console output. If you do not specify a staging bucket, the
|
|
11973
|
+
# service will determine a Cloud Storage location (US, ASIA, or EU) for your
|
|
11976
11974
|
# cluster's staging bucket according to the Compute Engine zone where your
|
|
11977
11975
|
# cluster is deployed, and then create and manage this project-level, per-
|
|
11978
|
-
# location bucket (see
|
|
11979
|
-
#
|
|
11976
|
+
# location bucket (see staging and temp buckets (https://cloud.google.com/
|
|
11977
|
+
# dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field
|
|
11980
11978
|
# requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage
|
|
11981
11979
|
# bucket.
|
|
11982
11980
|
# 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.95.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 = "20260524"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.95.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.95.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
|
- - ">="
|