google-apis-dataproc_v1 0.99.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: 5fe8d95016d9119bf576a25c5faf34dbf4993b718b8cdb0526c430a85224cdff
4
- data.tar.gz: de9b2f12806e57c373427418dfe854fe929f3afe38a5939d84112daaeb652e58
3
+ metadata.gz: bf5543c7c92700c6420baadf4d975b3787913d734361cc8160d6a6d49950a982
4
+ data.tar.gz: f01bf0fdc07ce3227adbf15809fa7a6d440bba139634036b71b6f2b71f179602
5
5
  SHA512:
6
- metadata.gz: 6d8dba62d762d5bddb4a1964be9d7624a85929b47597bb434ef155282b8408a41be01de14ddc7094ff33e03ac2ecae2678761c1a78c707e93ecba0a198f46860
7
- data.tar.gz: 788d18c813f2e0d3ffd8a39156126ce3977c2eafca2d9987f8de469760c86e92d23d03bea5d5792d818823c829ff6e710bdc07ae3c5b75a4790e666187bf0360
6
+ metadata.gz: 4b89b05527cc222117b9125443e72887825edb8d92afecd251d5dbf3c393a39c34cf472be16bab0ffc432fab826568f954eadc69e1b551d64ea6a2c7f5156e88
7
+ data.tar.gz: 545c258d4e514f51a758050b88ebf2ca51d623febbd109c9ab38268ea688ec2eeba6c5cea0afbb6891857d8bf39c3e5bd77eaae9c495ac1139dda3f7e834cfe6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.99.0 (2026-08-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20260818
@@ -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
 
@@ -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.99.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 = "20260818"
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.99.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.99.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: