google-apis-dataproc_v1 0.91.0 → 0.93.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72a84da73b55b27a1a8ee220bc5b6c1c79c92d0223efd8d600e24e40b8fff620
|
|
4
|
+
data.tar.gz: 5189f8ff93668154f31a743e7868f2f4b42d4f113a0105eb3171039d087d1cfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f8c57aedc3dd7f1c9f8ae2b0fe843f86977a13fb5c2b7024d97f80f5834e0fc67119a682acc1fbe21782caa42f3b3e4710ed183a45b7c2a05f5a5df8135955e
|
|
7
|
+
data.tar.gz: f2496915d5a498403e36247664ccd68e9fd561150113639a1822771462bd085a22604a25de5c972b62fc016b3ad6445dbe8ecba659cc4a57b68ef12cb3a18c4b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
|
2
2
|
|
|
3
|
+
### v0.93.0 (2026-05-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260501
|
|
6
|
+
|
|
7
|
+
### v0.92.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260427
|
|
10
|
+
|
|
3
11
|
### v0.91.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260407
|
|
@@ -1435,14 +1435,13 @@ module Google
|
|
|
1435
1435
|
attr_accessor :cluster_type
|
|
1436
1436
|
|
|
1437
1437
|
# 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
|
-
# Dataproc
|
|
1440
|
-
#
|
|
1441
|
-
#
|
|
1442
|
-
#
|
|
1443
|
-
#
|
|
1444
|
-
#
|
|
1445
|
-
# bucket.
|
|
1438
|
+
# and job driver console output. If you do not specify a staging bucket,
|
|
1439
|
+
# Dataproc determines a Cloud Storage location (US, ASIA, or EU) for the cluster
|
|
1440
|
+
# staging bucket according to the Compute Engine zone where the cluster is
|
|
1441
|
+
# deployed, and then creates and manages this project-level, per-location bucket
|
|
1442
|
+
# (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/
|
|
1443
|
+
# concepts/configuring-clusters/staging-bucket)). This field requires a Cloud
|
|
1444
|
+
# Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
|
|
1446
1445
|
# Corresponds to the JSON property `configBucket`
|
|
1447
1446
|
# @return [String]
|
|
1448
1447
|
attr_accessor :config_bucket
|
|
@@ -1533,14 +1532,14 @@ module Google
|
|
|
1533
1532
|
|
|
1534
1533
|
# Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data,
|
|
1535
1534
|
# such as Spark and MapReduce history files. If you do not specify a temp
|
|
1536
|
-
# bucket, Dataproc
|
|
1537
|
-
#
|
|
1538
|
-
#
|
|
1539
|
-
#
|
|
1540
|
-
#
|
|
1541
|
-
#
|
|
1542
|
-
#
|
|
1543
|
-
#
|
|
1535
|
+
# bucket, Dataproc determines a Cloud Storage location (US, ASIA, or EU) for the
|
|
1536
|
+
# cluster temp bucket according to the Compute Engine zone where the cluster is
|
|
1537
|
+
# deployed, and then creates and manages this project-level, per-location bucket.
|
|
1538
|
+
# The default bucket has a TTL of 90 days, but you can use any TTL (or none) if
|
|
1539
|
+
# you specify a bucket (see Dataproc staging and temp buckets (https://cloud.
|
|
1540
|
+
# google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This
|
|
1541
|
+
# field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud
|
|
1542
|
+
# Storage bucket.
|
|
1544
1543
|
# Corresponds to the JSON property `tempBucket`
|
|
1545
1544
|
# @return [String]
|
|
1546
1545
|
attr_accessor :temp_bucket
|
|
@@ -1859,8 +1858,8 @@ module Google
|
|
|
1859
1858
|
class ConfidentialInstanceConfig
|
|
1860
1859
|
include Google::Apis::Core::Hashable
|
|
1861
1860
|
|
|
1862
|
-
# Optional.
|
|
1863
|
-
# enabled.
|
|
1861
|
+
# Optional. Deprecated: Use 'confidential_instance_type' instead. Defines
|
|
1862
|
+
# whether the instance should have confidential compute enabled.
|
|
1864
1863
|
# Corresponds to the JSON property `enableConfidentialCompute`
|
|
1865
1864
|
# @return [Boolean]
|
|
1866
1865
|
attr_accessor :enable_confidential_compute
|
|
@@ -2125,18 +2124,18 @@ module Google
|
|
|
2125
2124
|
# @return [Fixnum]
|
|
2126
2125
|
attr_accessor :boot_disk_size_gb
|
|
2127
2126
|
|
|
2128
|
-
# Optional. Type of the boot disk (default is
|
|
2129
|
-
# balanced
|
|
2130
|
-
#
|
|
2131
|
-
#
|
|
2127
|
+
# Optional. Type of the boot disk (default is pd-standard). Valid values: pd-
|
|
2128
|
+
# balanced (Persistent Disk Balanced Solid State Drive), pd-ssd (Persistent Disk
|
|
2129
|
+
# Solid State Drive), or pd-standard (Persistent Disk Hard Disk Drive). See Disk
|
|
2130
|
+
# types (https://cloud.google.com/compute/docs/disks#disk-types).
|
|
2132
2131
|
# Corresponds to the JSON property `bootDiskType`
|
|
2133
2132
|
# @return [String]
|
|
2134
2133
|
attr_accessor :boot_disk_type
|
|
2135
2134
|
|
|
2136
|
-
# Optional. Interface type of local SSDs (default is
|
|
2137
|
-
#
|
|
2138
|
-
#
|
|
2139
|
-
#
|
|
2135
|
+
# Optional. Interface type of local SSDs (default is scsi). Valid values: scsi (
|
|
2136
|
+
# Small Computer System Interface), nvme (Non-Volatile Memory Express). See
|
|
2137
|
+
# local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#
|
|
2138
|
+
# performance).
|
|
2140
2139
|
# Corresponds to the JSON property `localSsdInterface`
|
|
2141
2140
|
# @return [String]
|
|
2142
2141
|
attr_accessor :local_ssd_interface
|
|
@@ -2346,6 +2345,14 @@ module Google
|
|
|
2346
2345
|
# @return [String]
|
|
2347
2346
|
attr_accessor :network_uri
|
|
2348
2347
|
|
|
2348
|
+
# Optional. Associates Resource Manager tags with the workload nodes. There is a
|
|
2349
|
+
# max limit of 30 tags. Keys and values can be either in numeric format, such as
|
|
2350
|
+
# tagKeys/`tag_key_id` and tagValues/`tag_value_id`, or in namespaced format,
|
|
2351
|
+
# such as `org_id|project_id`/`tag_key_short_name` and `tag_value_short_name`.
|
|
2352
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
|
2353
|
+
# @return [Hash<String,String>]
|
|
2354
|
+
attr_accessor :resource_manager_tags
|
|
2355
|
+
|
|
2349
2356
|
# Optional. Service account that used to execute workload.
|
|
2350
2357
|
# Corresponds to the JSON property `serviceAccount`
|
|
2351
2358
|
# @return [String]
|
|
@@ -2394,6 +2401,7 @@ module Google
|
|
|
2394
2401
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
|
2395
2402
|
@network_tags = args[:network_tags] if args.key?(:network_tags)
|
|
2396
2403
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
|
2404
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
|
2397
2405
|
@service_account = args[:service_account] if args.key?(:service_account)
|
|
2398
2406
|
@staging_bucket = args[:staging_bucket] if args.key?(:staging_bucket)
|
|
2399
2407
|
@subnetwork_uri = args[:subnetwork_uri] if args.key?(:subnetwork_uri)
|
|
@@ -3097,7 +3105,7 @@ module Google
|
|
|
3097
3105
|
# Optional. The Compute Engine network to be used for machine communications.
|
|
3098
3106
|
# Cannot be specified with subnetwork_uri. If neither network_uri nor
|
|
3099
3107
|
# subnetwork_uri is specified, the "default" network of the project is used, if
|
|
3100
|
-
# it exists. Cannot be a
|
|
3108
|
+
# it exists. Cannot be a Custom Subnet Network (see Using Subnetworks (https://
|
|
3101
3109
|
# cloud.google.com/compute/docs/subnetworks) for more information).A full URL,
|
|
3102
3110
|
# partial URI, or short name are valid. Examples: https://www.googleapis.com/
|
|
3103
3111
|
# compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/
|
|
@@ -11913,8 +11921,8 @@ module Google
|
|
|
11913
11921
|
attr_accessor :kubernetes_cluster_config
|
|
11914
11922
|
|
|
11915
11923
|
# Optional. A Cloud Storage bucket used to stage job dependencies, config files,
|
|
11916
|
-
# and job driver console output. If you do not specify a staging bucket,
|
|
11917
|
-
# Dataproc
|
|
11924
|
+
# and job driver console output. If you do not specify a staging bucket,
|
|
11925
|
+
# Dataproc determines a Cloud Storage location (US, ASIA, or EU) for your
|
|
11918
11926
|
# cluster's staging bucket according to the Compute Engine zone where your
|
|
11919
11927
|
# cluster is deployed, and then create and manage this project-level, per-
|
|
11920
11928
|
# location bucket (see Dataproc staging and temp buckets (https://cloud.google.
|
|
@@ -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.93.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260501"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2250,6 +2250,7 @@ module Google
|
|
|
2250
2250
|
property :kms_key, as: 'kmsKey'
|
|
2251
2251
|
collection :network_tags, as: 'networkTags'
|
|
2252
2252
|
property :network_uri, as: 'networkUri'
|
|
2253
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
2253
2254
|
property :service_account, as: 'serviceAccount'
|
|
2254
2255
|
property :staging_bucket, as: 'stagingBucket'
|
|
2255
2256
|
property :subnetwork_uri, as: 'subnetworkUri'
|
|
@@ -3867,7 +3867,7 @@ module Google
|
|
|
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 ...
|
|
3869
3869
|
# where field is one of status.state, clusterName, or labels.[KEY], and [KEY] is
|
|
3870
|
-
# a label key. value can be * to match all values. status.state can be one of
|
|
3870
|
+
# a label key. value can be "*" to match all values. status.state can be one of
|
|
3871
3871
|
# the following: ACTIVE, INACTIVE, CREATING, RUNNING, ERROR, DELETING, UPDATING,
|
|
3872
3872
|
# STOPPING, or STOPPED. ACTIVE contains the CREATING, UPDATING, and RUNNING
|
|
3873
3873
|
# states. INACTIVE contains the DELETING, ERROR, STOPPING, and STOPPED states.
|
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.93.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.93.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:
|