From 297d5186906390807189cb78b8119e20dfe20b10 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 19 Feb 2026 18:18:52 -0800
Subject: [PATCH] chore: regenerate hypercomputecluster client
---
.../v1/2.0.0/README.md | 6 ++---
.../v1/HypercomputeCluster.java | 17 +++++++-----
.../v1/model/NewSpotInstancesConfig.java | 9 ++++---
.../v1/model/OperationProgress.java | 2 +-
.../v1/model/SlurmNodeSet.java | 6 ++---
.../v1/model/SlurmOrchestrator.java | 27 ++++++++++---------
.../v1/model/StorageConfig.java | 6 ++---
.../v1/2.0.0/pom.xml | 4 +--
.../v1/README.md | 6 ++---
9 files changed, 47 insertions(+), 36 deletions(-)
diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md b/clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md
index c9a56ca1009..8f685922ad5 100644
--- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md
+++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md
@@ -1,6 +1,6 @@
# Cluster Director API Client Library for Java
-
+The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads.
This page contains information about getting started with the Cluster Director API
using the Google API Client Library for Java. In addition, you may be interested
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
- * + * The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads. *
* *@@ -103,7 +103,7 @@ public class HypercomputeCluster extends com.google.api.client.googleapis.servic * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cluster Director API. For a detailed explanation see:
diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmNodeSet.java b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmNodeSet.java
index 6089e0870e4..53c0abaf502 100644
--- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmNodeSet.java
+++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmNodeSet.java
@@ -32,7 +32,7 @@ public final class SlurmNodeSet extends com.google.api.client.json.GenericJson {
/**
* Optional. ID of the compute resource on which this nodeset will run. Must match a key in the
- * cluster's [compute_resources](Cluster.compute_resources).
+ * cluster's compute_resources.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -81,7 +81,7 @@ public final class SlurmNodeSet extends com.google.api.client.json.GenericJson {
/**
* Optional. ID of the compute resource on which this nodeset will run. Must match a key in the
- * cluster's [compute_resources](Cluster.compute_resources).
+ * cluster's compute_resources.
* @return value or {@code null} for none
*/
public java.lang.String getComputeId() {
@@ -90,7 +90,7 @@ public java.lang.String getComputeId() {
/**
* Optional. ID of the compute resource on which this nodeset will run. Must match a key in the
- * cluster's [compute_resources](Cluster.compute_resources).
+ * cluster's compute_resources.
* @param computeId computeId or {@code null} for none
*/
public SlurmNodeSet setComputeId(java.lang.String computeId) {
diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmOrchestrator.java b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmOrchestrator.java
index f0d88104cac..d51a89cc97e 100644
--- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmOrchestrator.java
+++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmOrchestrator.java
@@ -55,8 +55,8 @@ public final class SlurmOrchestrator extends com.google.api.client.json.GenericJ
private SlurmLoginNodes loginNodes;
/**
- * Required. Configuration of Slurm nodesets, which define groups of compute resources that can be
- * used by Slurm. At least one compute node is required.
+ * Optional. Compute resource configuration for the Slurm nodesets in your cluster. If not
+ * specified, the cluster won't create any nodes.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -69,8 +69,9 @@ public final class SlurmOrchestrator extends com.google.api.client.json.GenericJ
}
/**
- * Required. Configuration of Slurm partitions, which group one or more nodesets. Acts as a queue
- * against which jobs can be submitted. At least one partition is required.
+ * Optional. Configuration for the Slurm partitions in your cluster. Each partition can contain
+ * one or more nodesets, and you can submit separate jobs on each partition. If you don't specify
+ * at least one partition in your cluster, you can't submit jobs to the cluster.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -142,8 +143,8 @@ public SlurmOrchestrator setLoginNodes(SlurmLoginNodes loginNodes) {
}
/**
- * Required. Configuration of Slurm nodesets, which define groups of compute resources that can be
- * used by Slurm. At least one compute node is required.
+ * Optional. Compute resource configuration for the Slurm nodesets in your cluster. If not
+ * specified, the cluster won't create any nodes.
* @return value or {@code null} for none
*/
public java.util.List