google-apis-dataproc_v1 0.92.0 → 0.94.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: 5dcfbbcb2d21dabdbb6718573f670c31f5ef8694c97d2db335497b5c46de89ca
|
|
4
|
+
data.tar.gz: dd18f623bb3c4fc4d6cd82e74481a58bc7dcd15de29f0b282a00994b648d124f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87ed2f92c7dc060465be854d3c6e454373d49b3c75653722161fae436a6a3786f7e1addcf430857d21c7a1f4203672fee4f310638c295953dc177154eb7380f7
|
|
7
|
+
data.tar.gz: 6980e2cd77e8cb2b6aa0b8feab48b3bf92f1a3222ec2b65e4312f32348246802dc36cb197b4b0bbcdf93b458c696ac873554a0c4bea5f53293c741265064f69b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
|
2
2
|
|
|
3
|
+
### v0.94.0 (2026-05-31)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260509
|
|
6
|
+
|
|
7
|
+
### v0.93.0 (2026-05-17)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260501
|
|
10
|
+
|
|
3
11
|
### v0.92.0 (2026-05-03)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260427
|
|
@@ -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]/
|
|
@@ -11748,18 +11747,39 @@ module Google
|
|
|
11748
11747
|
class UsageMetrics
|
|
11749
11748
|
include Google::Apis::Core::Hashable
|
|
11750
11749
|
|
|
11751
|
-
# Optional.
|
|
11750
|
+
# Optional. Accelerator type being used, if any Deprecated: This field is only
|
|
11751
|
+
# used in runtime versions below 3.0.
|
|
11752
11752
|
# Corresponds to the JSON property `acceleratorType`
|
|
11753
11753
|
# @return [String]
|
|
11754
11754
|
attr_accessor :accelerator_type
|
|
11755
11755
|
|
|
11756
|
-
# Optional.
|
|
11757
|
-
#
|
|
11758
|
-
#
|
|
11756
|
+
# Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc
|
|
11757
|
+
# Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
|
|
11758
|
+
# Deprecated: This field is only used in runtime versions below 3.0.
|
|
11759
11759
|
# Corresponds to the JSON property `milliAcceleratorSeconds`
|
|
11760
11760
|
# @return [Fixnum]
|
|
11761
11761
|
attr_accessor :milli_accelerator_seconds
|
|
11762
11762
|
|
|
11763
|
+
# Optional. A100-40 accelerator usage in (milliAccelerator x seconds) (see
|
|
11764
|
+
# Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/
|
|
11765
|
+
# pricing)).
|
|
11766
|
+
# Corresponds to the JSON property `milliAcceleratorSecondsA10040`
|
|
11767
|
+
# @return [Fixnum]
|
|
11768
|
+
attr_accessor :milli_accelerator_seconds_a10040
|
|
11769
|
+
|
|
11770
|
+
# Optional. A100-80 accelerator usage in (milliAccelerator x seconds) (see
|
|
11771
|
+
# Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/
|
|
11772
|
+
# pricing)).
|
|
11773
|
+
# Corresponds to the JSON property `milliAcceleratorSecondsA10080`
|
|
11774
|
+
# @return [Fixnum]
|
|
11775
|
+
attr_accessor :milli_accelerator_seconds_a10080
|
|
11776
|
+
|
|
11777
|
+
# Optional. L4 accelerator usage in (milliAccelerator x seconds) (see Dataproc
|
|
11778
|
+
# Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
|
|
11779
|
+
# Corresponds to the JSON property `milliAcceleratorSecondsL4`
|
|
11780
|
+
# @return [Fixnum]
|
|
11781
|
+
attr_accessor :milli_accelerator_seconds_l4
|
|
11782
|
+
|
|
11763
11783
|
# Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see
|
|
11764
11784
|
# Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/
|
|
11765
11785
|
# pricing)).
|
|
@@ -11786,6 +11806,9 @@ module Google
|
|
|
11786
11806
|
def update!(**args)
|
|
11787
11807
|
@accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
|
|
11788
11808
|
@milli_accelerator_seconds = args[:milli_accelerator_seconds] if args.key?(:milli_accelerator_seconds)
|
|
11809
|
+
@milli_accelerator_seconds_a10040 = args[:milli_accelerator_seconds_a10040] if args.key?(:milli_accelerator_seconds_a10040)
|
|
11810
|
+
@milli_accelerator_seconds_a10080 = args[:milli_accelerator_seconds_a10080] if args.key?(:milli_accelerator_seconds_a10080)
|
|
11811
|
+
@milli_accelerator_seconds_l4 = args[:milli_accelerator_seconds_l4] if args.key?(:milli_accelerator_seconds_l4)
|
|
11789
11812
|
@milli_dcu_seconds = args[:milli_dcu_seconds] if args.key?(:milli_dcu_seconds)
|
|
11790
11813
|
@shuffle_storage_gb_seconds = args[:shuffle_storage_gb_seconds] if args.key?(:shuffle_storage_gb_seconds)
|
|
11791
11814
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
@@ -11797,17 +11820,40 @@ module Google
|
|
|
11797
11820
|
class UsageSnapshot
|
|
11798
11821
|
include Google::Apis::Core::Hashable
|
|
11799
11822
|
|
|
11800
|
-
# Optional. Accelerator type being used, if any
|
|
11823
|
+
# Optional. Accelerator type being used, if any Deprecated: This field is only
|
|
11824
|
+
# used in runtime versions below 3.0.
|
|
11801
11825
|
# Corresponds to the JSON property `acceleratorType`
|
|
11802
11826
|
# @return [String]
|
|
11803
11827
|
attr_accessor :accelerator_type
|
|
11804
11828
|
|
|
11805
11829
|
# Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing
|
|
11806
|
-
# (https://cloud.google.com/dataproc-serverless/pricing))
|
|
11830
|
+
# (https://cloud.google.com/dataproc-serverless/pricing)) Deprecated: This field
|
|
11831
|
+
# is only used in runtime versions below 3.0.
|
|
11807
11832
|
# Corresponds to the JSON property `milliAccelerator`
|
|
11808
11833
|
# @return [Fixnum]
|
|
11809
11834
|
attr_accessor :milli_accelerator
|
|
11810
11835
|
|
|
11836
|
+
# Optional. Milli (one-thousandth) accelerator for A100-40 accelerators. (see
|
|
11837
|
+
# Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/
|
|
11838
|
+
# pricing))
|
|
11839
|
+
# Corresponds to the JSON property `milliAcceleratorA10040`
|
|
11840
|
+
# @return [Fixnum]
|
|
11841
|
+
attr_accessor :milli_accelerator_a10040
|
|
11842
|
+
|
|
11843
|
+
# Optional. Milli (one-thousandth) accelerator for A100-80 accelerators. (see
|
|
11844
|
+
# Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/
|
|
11845
|
+
# pricing))
|
|
11846
|
+
# Corresponds to the JSON property `milliAcceleratorA10080`
|
|
11847
|
+
# @return [Fixnum]
|
|
11848
|
+
attr_accessor :milli_accelerator_a10080
|
|
11849
|
+
|
|
11850
|
+
# Optional. Milli (one-thousandth) accelerator for L4 accelerators. (see
|
|
11851
|
+
# Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/
|
|
11852
|
+
# pricing))
|
|
11853
|
+
# Corresponds to the JSON property `milliAcceleratorL4`
|
|
11854
|
+
# @return [Fixnum]
|
|
11855
|
+
attr_accessor :milli_accelerator_l4
|
|
11856
|
+
|
|
11811
11857
|
# Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc
|
|
11812
11858
|
# Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
|
|
11813
11859
|
# Corresponds to the JSON property `milliDcu`
|
|
@@ -11847,6 +11893,9 @@ module Google
|
|
|
11847
11893
|
def update!(**args)
|
|
11848
11894
|
@accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
|
|
11849
11895
|
@milli_accelerator = args[:milli_accelerator] if args.key?(:milli_accelerator)
|
|
11896
|
+
@milli_accelerator_a10040 = args[:milli_accelerator_a10040] if args.key?(:milli_accelerator_a10040)
|
|
11897
|
+
@milli_accelerator_a10080 = args[:milli_accelerator_a10080] if args.key?(:milli_accelerator_a10080)
|
|
11898
|
+
@milli_accelerator_l4 = args[:milli_accelerator_l4] if args.key?(:milli_accelerator_l4)
|
|
11850
11899
|
@milli_dcu = args[:milli_dcu] if args.key?(:milli_dcu)
|
|
11851
11900
|
@milli_dcu_premium = args[:milli_dcu_premium] if args.key?(:milli_dcu_premium)
|
|
11852
11901
|
@shuffle_storage_gb = args[:shuffle_storage_gb] if args.key?(:shuffle_storage_gb)
|
|
@@ -11922,8 +11971,8 @@ module Google
|
|
|
11922
11971
|
attr_accessor :kubernetes_cluster_config
|
|
11923
11972
|
|
|
11924
11973
|
# 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
|
|
11974
|
+
# and job driver console output. If you do not specify a staging bucket,
|
|
11975
|
+
# Dataproc determines a Cloud Storage location (US, ASIA, or EU) for your
|
|
11927
11976
|
# cluster's staging bucket according to the Compute Engine zone where your
|
|
11928
11977
|
# cluster is deployed, and then create and manage this project-level, per-
|
|
11929
11978
|
# 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.94.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 = "20260509"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4660,6 +4660,9 @@ module Google
|
|
|
4660
4660
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4661
4661
|
property :accelerator_type, as: 'acceleratorType'
|
|
4662
4662
|
property :milli_accelerator_seconds, :numeric_string => true, as: 'milliAcceleratorSeconds'
|
|
4663
|
+
property :milli_accelerator_seconds_a10040, :numeric_string => true, as: 'milliAcceleratorSecondsA10040'
|
|
4664
|
+
property :milli_accelerator_seconds_a10080, :numeric_string => true, as: 'milliAcceleratorSecondsA10080'
|
|
4665
|
+
property :milli_accelerator_seconds_l4, :numeric_string => true, as: 'milliAcceleratorSecondsL4'
|
|
4663
4666
|
property :milli_dcu_seconds, :numeric_string => true, as: 'milliDcuSeconds'
|
|
4664
4667
|
property :shuffle_storage_gb_seconds, :numeric_string => true, as: 'shuffleStorageGbSeconds'
|
|
4665
4668
|
property :update_time, as: 'updateTime'
|
|
@@ -4671,6 +4674,9 @@ module Google
|
|
|
4671
4674
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4672
4675
|
property :accelerator_type, as: 'acceleratorType'
|
|
4673
4676
|
property :milli_accelerator, :numeric_string => true, as: 'milliAccelerator'
|
|
4677
|
+
property :milli_accelerator_a10040, :numeric_string => true, as: 'milliAcceleratorA10040'
|
|
4678
|
+
property :milli_accelerator_a10080, :numeric_string => true, as: 'milliAcceleratorA10080'
|
|
4679
|
+
property :milli_accelerator_l4, :numeric_string => true, as: 'milliAcceleratorL4'
|
|
4674
4680
|
property :milli_dcu, :numeric_string => true, as: 'milliDcu'
|
|
4675
4681
|
property :milli_dcu_premium, :numeric_string => true, as: 'milliDcuPremium'
|
|
4676
4682
|
property :shuffle_storage_gb, :numeric_string => true, as: 'shuffleStorageGb'
|
|
@@ -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.94.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.94.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:
|