google-apis-hypercomputecluster_v1 0.8.0 → 0.10.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/hypercomputecluster_v1/classes.rb +14 -8
- data/lib/google/apis/hypercomputecluster_v1/gem_version.rb +2 -2
- data/lib/google/apis/hypercomputecluster_v1/representations.rb +1 -0
- data/lib/google/apis/hypercomputecluster_v1/service.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a49e5a6bda2cde7ceb03c3abdf72bfa27ef9f9be47b37ca493e5d3f4363eb0ee
|
|
4
|
+
data.tar.gz: 61e478918941736634e59ef56ee06195ba0870e7d792b1d284a2222c440781d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e1952edde0dfe0410441b1840c1f2e0b376911f2766b6926e4dc87a7823dc806c4ba09093c6d12538266bafddc096fbbf675c4d2ffb58803025f7c646879a06
|
|
7
|
+
data.tar.gz: 1f8b73018864e3fab990e19c2deeccb461a2d251e54256a29bf6249f235f9b1d7dec8d70aa55bf91b2247bd5b9003f028306238ae61aae75dc6820bb54c84137
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-hypercomputecluster_v1
|
|
2
2
|
|
|
3
|
+
### v0.10.0 (2026-08-30)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260820
|
|
6
|
+
|
|
7
|
+
### v0.9.0 (2026-06-28)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260617
|
|
10
|
+
|
|
3
11
|
### v0.8.0 (2026-06-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260606
|
|
@@ -27,15 +27,14 @@ module Google
|
|
|
27
27
|
class BootDisk
|
|
28
28
|
include Google::Apis::Core::Hashable
|
|
29
29
|
|
|
30
|
-
#
|
|
31
|
-
# least 40 GB.
|
|
30
|
+
# Optional. The size of the disk in gigabytes (GB), which must be at least 40 GB.
|
|
32
31
|
# Corresponds to the JSON property `sizeGb`
|
|
33
32
|
# @return [Fixnum]
|
|
34
33
|
attr_accessor :size_gb
|
|
35
34
|
|
|
36
|
-
#
|
|
37
|
-
#
|
|
38
|
-
#
|
|
35
|
+
# Optional. [Persistent disk type](https://cloud.google.com/compute/docs/disks#
|
|
36
|
+
# disk-types), in the format `projects/`project`/zones/`zone`/diskTypes/`
|
|
37
|
+
# disk_type``.
|
|
39
38
|
# Corresponds to the JSON property `type`
|
|
40
39
|
# @return [String]
|
|
41
40
|
attr_accessor :type
|
|
@@ -170,6 +169,11 @@ module Google
|
|
|
170
169
|
# @return [Hash<String,Google::Apis::HypercomputeclusterV1::StorageResource>]
|
|
171
170
|
attr_accessor :storage_resources
|
|
172
171
|
|
|
172
|
+
# Output only. The globally unique identifier for this Cluster.
|
|
173
|
+
# Corresponds to the JSON property `uid`
|
|
174
|
+
# @return [String]
|
|
175
|
+
attr_accessor :uid
|
|
176
|
+
|
|
173
177
|
# Output only. Time that the cluster was most recently updated.
|
|
174
178
|
# Corresponds to the JSON property `updateTime`
|
|
175
179
|
# @return [String]
|
|
@@ -190,6 +194,7 @@ module Google
|
|
|
190
194
|
@orchestrator = args[:orchestrator] if args.key?(:orchestrator)
|
|
191
195
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
|
192
196
|
@storage_resources = args[:storage_resources] if args.key?(:storage_resources)
|
|
197
|
+
@uid = args[:uid] if args.key?(:uid)
|
|
193
198
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
194
199
|
end
|
|
195
200
|
end
|
|
@@ -1803,9 +1808,10 @@ module Google
|
|
|
1803
1808
|
# @return [Google::Apis::HypercomputeclusterV1::ComputeInstanceSlurmNodeSet]
|
|
1804
1809
|
attr_accessor :compute_instance
|
|
1805
1810
|
|
|
1806
|
-
# Required.
|
|
1807
|
-
# partitions.
|
|
1808
|
-
#
|
|
1811
|
+
# Required. The ID for the nodeset, which allows it to be referenced by cluster
|
|
1812
|
+
# partitions. The nodeset ID must start with a lowercase letter (`a`-`z`), use
|
|
1813
|
+
# only lowercase letters or numbers, and contain up to 15 characters. For
|
|
1814
|
+
# example, specify `nodeset001`.
|
|
1809
1815
|
# Corresponds to the JSON property `id`
|
|
1810
1816
|
# @return [String]
|
|
1811
1817
|
attr_accessor :id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module HypercomputeclusterV1
|
|
18
18
|
# Version of the google-apis-hypercomputecluster_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.10.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 = "20260820"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -479,6 +479,7 @@ module Google
|
|
|
479
479
|
property :reconciling, as: 'reconciling'
|
|
480
480
|
hash :storage_resources, as: 'storageResources', class: Google::Apis::HypercomputeclusterV1::StorageResource, decorator: Google::Apis::HypercomputeclusterV1::StorageResource::Representation
|
|
481
481
|
|
|
482
|
+
property :uid, as: 'uid'
|
|
482
483
|
property :update_time, as: 'updateTime'
|
|
483
484
|
end
|
|
484
485
|
end
|
|
@@ -145,9 +145,9 @@ module Google
|
|
|
145
145
|
# format `projects/`project`/locations/`location``.
|
|
146
146
|
# @param [Google::Apis::HypercomputeclusterV1::Cluster] cluster_object
|
|
147
147
|
# @param [String] cluster_id
|
|
148
|
-
# Required. ID of the cluster to create.
|
|
149
|
-
#
|
|
150
|
-
#
|
|
148
|
+
# Required. The ID of the cluster to create. The cluster ID must start with a
|
|
149
|
+
# lowercase letter (`a`-`z`), use only lowercase letters or numbers, and contain
|
|
150
|
+
# up to 10 characters. For example, specify `cluster001`.
|
|
151
151
|
# @param [String] request_id
|
|
152
152
|
# Optional. A unique identifier for this request. A random UUID is recommended.
|
|
153
153
|
# This request is idempotent if and only if `request_id` is provided.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-hypercomputecluster_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.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-hypercomputecluster_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-hypercomputecluster_v1/v0.10.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-hypercomputecluster_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|