Skip to content

Commit 1ec71a4

Browse files
feat: Automated regeneration of hypercomputecluster v1 client
1 parent 80c0656 commit 1ec71a4

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

generated/google-apis-hypercomputecluster_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-hypercomputecluster_v1
22

3-
### v0.9.0 (2026-06-21)
3+
### v0.9.0 (2026-06-28)
44

5-
* Regenerated from discovery document revision 20260610
5+
* Regenerated from discovery document revision 20260617
66

77
### v0.8.0 (2026-06-14)
88

generated/google-apis-hypercomputecluster_v1/lib/google/apis/hypercomputecluster_v1/classes.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,9 +1802,10 @@ class SlurmNodeSet
18021802
# @return [Google::Apis::HypercomputeclusterV1::ComputeInstanceSlurmNodeSet]
18031803
attr_accessor :compute_instance
18041804

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).
1805+
# Required. The ID for the nodeset, which allows it to be referenced by cluster
1806+
# partitions. The nodeset ID must start with a lowercase letter (`a`-`z`), use
1807+
# only lowercase letters or numbers, and contain up to 15 characters. For
1808+
# example, specify `nodeset001`.
18081809
# Corresponds to the JSON property `id`
18091810
# @return [String]
18101811
attr_accessor :id

generated/google-apis-hypercomputecluster_v1/lib/google/apis/hypercomputecluster_v1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module HypercomputeclusterV1
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260610"
25+
REVISION = "20260617"
2626
end
2727
end
2828
end

generated/google-apis-hypercomputecluster_v1/lib/google/apis/hypercomputecluster_v1/service.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ def list_project_locations(name, extra_location_types: nil, filter: nil, page_si
145145
# format `projects/`project`/locations/`location``.
146146
# @param [Google::Apis::HypercomputeclusterV1::Cluster] cluster_object
147147
# @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`.
151151
# @param [String] request_id
152152
# Optional. A unique identifier for this request. A random UUID is recommended.
153153
# This request is idempotent if and only if `request_id` is provided.

0 commit comments

Comments
 (0)