google-apis-dataproc_v1 0.98.0 → 0.100.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: ac1171bc717c60010489dfaa857e9604cd9b01e01dbbb310c7875754142a8db0
4
- data.tar.gz: 20c3faeff5f95d82a59c5ce8f04a074ea08527a05778b10f46c8062e3bb01a82
3
+ metadata.gz: bf5543c7c92700c6420baadf4d975b3787913d734361cc8160d6a6d49950a982
4
+ data.tar.gz: f01bf0fdc07ce3227adbf15809fa7a6d440bba139634036b71b6f2b71f179602
5
5
  SHA512:
6
- metadata.gz: bc4f6629f5149ef8b5fcf0875672098fb7242111ff282b50efa1af589b9267d6d99b84c08990f151ff36d45462b1608ac6e12aada79d935dec552320f9d1c70c
7
- data.tar.gz: de70c98c6defc497c2392326a82dd5ee3a42e9bb38ef97c9e3f1ed8482e544ba50d5a529410b273995df6eb7d1d6fb20d962cd8e47fae56fb3e202d32c34b466
6
+ metadata.gz: 4b89b05527cc222117b9125443e72887825edb8d92afecd251d5dbf3c393a39c34cf472be16bab0ffc432fab826568f954eadc69e1b551d64ea6a2c7f5156e88
7
+ data.tar.gz: 545c258d4e514f51a758050b88ebf2ca51d623febbd109c9ab38268ea688ec2eeba6c5cea0afbb6891857d8bf39c3e5bd77eaae9c495ac1139dda3f7e834cfe6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.100.0 (2026-09-06)
4
+
5
+ * Regenerated from discovery document revision 20260820
6
+
7
+ ### v0.99.0 (2026-08-30)
8
+
9
+ * Regenerated from discovery document revision 20260818
10
+
3
11
  ### v0.98.0 (2026-07-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20260715
@@ -754,7 +754,7 @@ module Google
754
754
  # @return [Fixnum]
755
755
  attr_accessor :disk_size_gb
756
756
 
757
- # Optional. Disk type.
757
+ # Optional. Deprecated: Use type instead.
758
758
  # Corresponds to the JSON property `diskType`
759
759
  # @return [String]
760
760
  attr_accessor :disk_type
@@ -773,6 +773,14 @@ module Google
773
773
  # @return [Fixnum]
774
774
  attr_accessor :provisioned_throughput
775
775
 
776
+ # Optional. Attached disk type. Currently only supports Hyperdisks. See https://
777
+ # cloud.google.com/compute/docs/disks/hyperdisks. Note: Hyperdisk Balanced High
778
+ # Availability is not supported.Allowed values are: hyperdisk-balanced hyperdisk-
779
+ # extreme hyperdisk-ml hyperdisk-throughput
780
+ # Corresponds to the JSON property `type`
781
+ # @return [String]
782
+ attr_accessor :type
783
+
776
784
  def initialize(**args)
777
785
  update!(**args)
778
786
  end
@@ -783,6 +791,7 @@ module Google
783
791
  @disk_type = args[:disk_type] if args.key?(:disk_type)
784
792
  @provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
785
793
  @provisioned_throughput = args[:provisioned_throughput] if args.key?(:provisioned_throughput)
794
+ @type = args[:type] if args.key?(:type)
786
795
  end
787
796
  end
788
797
 
@@ -1910,7 +1919,7 @@ module Google
1910
1919
  class ClusterStatus
1911
1920
  include Google::Apis::Core::Hashable
1912
1921
 
1913
- # Optional. Output only. Details of cluster's state.
1922
+ # Optional. Details of cluster's state.
1914
1923
  # Corresponds to the JSON property `detail`
1915
1924
  # @return [String]
1916
1925
  attr_accessor :detail
@@ -4817,8 +4826,8 @@ module Google
4817
4826
  class JobStatus
4818
4827
  include Google::Apis::Core::Hashable
4819
4828
 
4820
- # Optional. Output only. Job state details, such as an error description if the
4821
- # state is ERROR.
4829
+ # Optional. Job state details, such as an error description if the state is
4830
+ # ERROR.
4822
4831
  # Corresponds to the JSON property `details`
4823
4832
  # @return [String]
4824
4833
  attr_accessor :details
@@ -5586,7 +5595,7 @@ module Google
5586
5595
  # dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the
5587
5596
  # metric course (for the SPARK metric source (any Spark metric (https://spark.
5588
5597
  # apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide
5589
- # metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use
5598
+ # metrics in the following format:METRIC_SOURCE:INSTANCE :GROUP:METRIC Use
5590
5599
  # camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:
5591
5600
  # AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:
5592
5601
  # Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.
@@ -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.98.0"
19
+ GEM_VERSION = "0.100.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260715"
25
+ REVISION = "20260820"
26
26
  end
27
27
  end
28
28
  end
@@ -1916,6 +1916,7 @@ module Google
1916
1916
  property :disk_type, as: 'diskType'
1917
1917
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
1918
1918
  property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
1919
+ property :type, as: 'type'
1919
1920
  end
1920
1921
  end
1921
1922
 
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.98.0
4
+ version: 0.100.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.98.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.100.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: