google-apis-dataproc_v1 0.96.0 → 0.97.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: 3ece10c4d37dd5f82f014f74a201630a06b2592b4e0b16ef98a12a7b26f5fbd5
|
|
4
|
+
data.tar.gz: 18780b2cea1619fc86729c72176381cc93999a2136f236bae115dd44a2de5143
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6895619d33eaa0b3d14cef5143dfe1ae11fe24f052eddb88270d9324004a89b32fa53425b517af69fc96849d2cdf6a5f417fdb859b1d7096b758d9327633e8be
|
|
7
|
+
data.tar.gz: ddb7e0fede99be1c614a47b21715fc0de17cf8f17b6b0932bcfa7ff530b499ab0138aa9c329b41733c540a7cb8c8cea659984a6e1c07c604044af03e369dd28b
|
data/CHANGELOG.md
CHANGED
|
@@ -4065,6 +4065,12 @@ module Google
|
|
|
4065
4065
|
class InstanceSelection
|
|
4066
4066
|
include Google::Apis::Core::Hashable
|
|
4067
4067
|
|
|
4068
|
+
# Specifies the config of boot disk and attached disk options for a group of VM
|
|
4069
|
+
# instances.
|
|
4070
|
+
# Corresponds to the JSON property `diskConfig`
|
|
4071
|
+
# @return [Google::Apis::DataprocV1::DiskConfig]
|
|
4072
|
+
attr_accessor :disk_config
|
|
4073
|
+
|
|
4068
4074
|
# Optional. Full machine-type names, e.g. "n1-standard-16".
|
|
4069
4075
|
# Corresponds to the JSON property `machineTypes`
|
|
4070
4076
|
# @return [Array<String>]
|
|
@@ -4085,6 +4091,7 @@ module Google
|
|
|
4085
4091
|
|
|
4086
4092
|
# Update properties of this object
|
|
4087
4093
|
def update!(**args)
|
|
4094
|
+
@disk_config = args[:disk_config] if args.key?(:disk_config)
|
|
4088
4095
|
@machine_types = args[:machine_types] if args.key?(:machine_types)
|
|
4089
4096
|
@rank = args[:rank] if args.key?(:rank)
|
|
4090
4097
|
end
|
|
@@ -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.97.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 = "
|
|
25
|
+
REVISION = "20260625"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2637,6 +2637,8 @@ module Google
|
|
|
2637
2637
|
class InstanceSelection
|
|
2638
2638
|
# @private
|
|
2639
2639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2640
|
+
property :disk_config, as: 'diskConfig', class: Google::Apis::DataprocV1::DiskConfig, decorator: Google::Apis::DataprocV1::DiskConfig::Representation
|
|
2641
|
+
|
|
2640
2642
|
collection :machine_types, as: 'machineTypes'
|
|
2641
2643
|
property :rank, as: 'rank'
|
|
2642
2644
|
end
|
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.97.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.97.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:
|