google-apis-dataproc_v1 0.92.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataproc_v1/classes.rb +28 -29
- data/lib/google/apis/dataproc_v1/gem_version.rb +2 -2
- data/lib/google/apis/dataproc_v1/service.rb +1 -1
- metadata +2 -2
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
|
@@ -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
|
|
@@ -3106,7 +3105,7 @@ module Google
|
|
|
3106
3105
|
# Optional. The Compute Engine network to be used for machine communications.
|
|
3107
3106
|
# Cannot be specified with subnetwork_uri. If neither network_uri nor
|
|
3108
3107
|
# subnetwork_uri is specified, the "default" network of the project is used, if
|
|
3109
|
-
# it exists. Cannot be a
|
|
3108
|
+
# it exists. Cannot be a Custom Subnet Network (see Using Subnetworks (https://
|
|
3110
3109
|
# cloud.google.com/compute/docs/subnetworks) for more information).A full URL,
|
|
3111
3110
|
# partial URI, or short name are valid. Examples: https://www.googleapis.com/
|
|
3112
3111
|
# compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/
|
|
@@ -11922,8 +11921,8 @@ module Google
|
|
|
11922
11921
|
attr_accessor :kubernetes_cluster_config
|
|
11923
11922
|
|
|
11924
11923
|
# Optional. A Cloud Storage bucket used to stage job dependencies, config files,
|
|
11925
|
-
# and job driver console output. If you do not specify a staging bucket,
|
|
11926
|
-
# 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
|
|
11927
11926
|
# cluster's staging bucket according to the Compute Engine zone where your
|
|
11928
11927
|
# cluster is deployed, and then create and manage this project-level, per-
|
|
11929
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
|
|
@@ -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:
|