File tree Expand file tree Collapse file tree
generated/google-apis-dataproc_v1
lib/google/apis/dataproc_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185009,6 +185009,7 @@
185009185009"/dataproc:v1/AttachedDiskConfig/diskType": disk_type
185010185010"/dataproc:v1/AttachedDiskConfig/provisionedIops": provisioned_iops
185011185011"/dataproc:v1/AttachedDiskConfig/provisionedThroughput": provisioned_throughput
185012+ "/dataproc:v1/AttachedDiskConfig/type": type
185012185013"/dataproc:v1/AttachmentOperationMetadata": attachment_operation_metadata
185013185014"/dataproc:v1/AttachmentOperationMetadata/attachment": attachment
185014185015"/dataproc:v1/AttachmentOperationMetadata/attachmentUuid": attachment_uuid
Original file line number Diff line number Diff line change 11# Release history for google-apis-dataproc_v1
22
3+ ### v0.100.0 (2026-09-06)
4+
5+ * Regenerated from discovery document revision 20260820
6+
37### v0.99.0 (2026-08-30)
48
59* Regenerated from discovery document revision 20260818
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- google-apis-dataproc_v1 (0.99 .0 )
4+ google-apis-dataproc_v1 (0.100 .0 )
55 google-apis-core (>= 0.15.0 , < 2.a )
66
77GEM
@@ -106,7 +106,7 @@ CHECKSUMS
106106 faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad
107107 faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
108108 google-apis-core (1.2.1) sha256=3739030455277e3be90f2d07321ad4d0bf0d6b1ed820b2d092916d6cdef05337
109- google-apis-dataproc_v1 (0.99 .0)
109+ google-apis-dataproc_v1 (0.100 .0)
110110 google-cloud-env (2.3.1) sha256=0faac01eb27be78c2591d64433663b1a114f8f7af55a4f819755426cac9178e7
111111 google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
112112 googleauth (1.17.1) sha256=0f7e6fc70e204cee1b2d71f1e1de2d3b349d432404197fe68ebf7fa23d0821b9
Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ class AttachedDiskConfig
754754 # @return [Fixnum]
755755 attr_accessor :disk_size_gb
756756
757- # Optional. Disk type.
757+ # Optional. Deprecated: Use type instead .
758758 # Corresponds to the JSON property `diskType`
759759 # @return [String]
760760 attr_accessor :disk_type
@@ -773,6 +773,14 @@ class AttachedDiskConfig
773773 # @return [Fixnum]
774774 attr_accessor :provisioned_throughput
775775
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+
776784 def initialize(**args)
777785 update!(**args)
778786 end
@@ -783,6 +791,7 @@ def update!(**args)
783791 @disk_type = args[:disk_type] if args.key?(:disk_type)
784792 @provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
785793 @provisioned_throughput = args[:provisioned_throughput] if args.key?(:provisioned_throughput)
794+ @type = args[:type] if args.key?(:type)
786795 end
787796 end
788797
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module DataprocV1
1818 # Version of the google-apis-dataproc_v1 gem
19- GEM_VERSION = "0.99 .0"
19+ GEM_VERSION = "0.100 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.19.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260818 "
25+ REVISION = "20260820 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -1916,6 +1916,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19161916 property :disk_type , as : 'diskType'
19171917 property :provisioned_iops , :numeric_string => true , as : 'provisionedIops'
19181918 property :provisioned_throughput , :numeric_string => true , as : 'provisionedThroughput'
1919+ property :type , as : 'type'
19191920 end
19201921 end
19211922
You can’t perform that action at this time.
0 commit comments