google-apis-hypercomputecluster_v1 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d21cdfbf583901c3005a6aa78f2df0ed2fb786456bb1ff8ac1f55e89b963c164
4
- data.tar.gz: 60e00b419090e8069c0d5ee550ad56cdad52ec44c7d0c9a09cb80b198715701b
3
+ metadata.gz: a49e5a6bda2cde7ceb03c3abdf72bfa27ef9f9be47b37ca493e5d3f4363eb0ee
4
+ data.tar.gz: 61e478918941736634e59ef56ee06195ba0870e7d792b1d284a2222c440781d1
5
5
  SHA512:
6
- metadata.gz: 76649d315df870ffd134077b4491f06a71c80391dcf9cb852285e87026e6892f49f8b205062b483d4dd91a9f754004f54271ef1ab61148e1cf24ec179e058304
7
- data.tar.gz: ec2b3992200fc9d9558e39f82b2836572ff8efab7aa11c44bfeaeca020df5b2740bf6acd6978bced73af953e43fcdcd05f95123cbfed292894e07b2f22e4640d
6
+ metadata.gz: 5e1952edde0dfe0410441b1840c1f2e0b376911f2766b6926e4dc87a7823dc806c4ba09093c6d12538266bafddc096fbbf675c4d2ffb58803025f7c646879a06
7
+ data.tar.gz: 1f8b73018864e3fab990e19c2deeccb461a2d251e54256a29bf6249f235f9b1d7dec8d70aa55bf91b2247bd5b9003f028306238ae61aae75dc6820bb54c84137
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Release history for google-apis-hypercomputecluster_v1
2
2
 
3
- ### v0.9.0 (2026-06-21)
3
+ ### v0.10.0 (2026-08-30)
4
4
 
5
- * Regenerated from discovery document revision 20260610
5
+ * Regenerated from discovery document revision 20260820
6
+
7
+ ### v0.9.0 (2026-06-28)
8
+
9
+ * Regenerated from discovery document revision 20260617
6
10
 
7
11
  ### v0.8.0 (2026-06-14)
8
12
 
@@ -169,6 +169,11 @@ module Google
169
169
  # @return [Hash<String,Google::Apis::HypercomputeclusterV1::StorageResource>]
170
170
  attr_accessor :storage_resources
171
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
+
172
177
  # Output only. Time that the cluster was most recently updated.
173
178
  # Corresponds to the JSON property `updateTime`
174
179
  # @return [String]
@@ -189,6 +194,7 @@ module Google
189
194
  @orchestrator = args[:orchestrator] if args.key?(:orchestrator)
190
195
  @reconciling = args[:reconciling] if args.key?(:reconciling)
191
196
  @storage_resources = args[:storage_resources] if args.key?(:storage_resources)
197
+ @uid = args[:uid] if args.key?(:uid)
192
198
  @update_time = args[:update_time] if args.key?(:update_time)
193
199
  end
194
200
  end
@@ -1802,9 +1808,10 @@ module Google
1802
1808
  # @return [Google::Apis::HypercomputeclusterV1::ComputeInstanceSlurmNodeSet]
1803
1809
  attr_accessor :compute_instance
1804
1810
 
1805
- # Required. Identifier for the nodeset, which allows it to be referenced by
1806
- # partitions. Must conform to [RFC-1034](https://datatracker.ietf.org/doc/html/
1807
- # rfc1034) (lower-case, alphanumeric, and at most 63 characters).
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`.
1808
1815
  # Corresponds to the JSON property `id`
1809
1816
  # @return [String]
1810
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.9.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 = "20260610"
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. Must conform to [RFC-1034](https://
149
- # datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric, and at most
150
- # 63 characters).
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.9.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.9.0
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: