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 99d50663c17..266196cd2a2 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.
+The Cluster Director API lets you deploy, manage, and monitor clusters that run artificial intelligence (AI), machine learning (ML), or high performance computing (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. + * The Cluster Director API lets you deploy, manage, and monitor clusters that run artificial intelligence (AI), machine learning (ML), or high performance computing (HPC) workloads. *
* *
diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/BootDisk.java b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/BootDisk.java
index 381f333b632..28317c5f260 100644
--- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/BootDisk.java
+++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/BootDisk.java
@@ -31,7 +31,7 @@
public final class BootDisk extends com.google.api.client.json.GenericJson {
/**
- * Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB.
+ * Required. Immutable. The size of the disk in gigabytes (GB), which must be at least 40 GB.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -46,7 +46,7 @@ public final class BootDisk extends com.google.api.client.json.GenericJson {
private java.lang.String type;
/**
- * Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB.
+ * Required. Immutable. The size of the disk in gigabytes (GB), which must be at least 40 GB.
* @return value or {@code null} for none
*/
public java.lang.Long getSizeGb() {
@@ -54,7 +54,7 @@ public java.lang.Long getSizeGb() {
}
/**
- * Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB.
+ * Required. Immutable. The size of the disk in gigabytes (GB), which must be at least 40 GB.
* @param sizeGb sizeGb or {@code null} for none
*/
public BootDisk setSizeGb(java.lang.Long sizeGb) {
diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/Cluster.java b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/Cluster.java
index 537062097af..ecba0faf346 100644
--- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/Cluster.java
+++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/Cluster.java
@@ -51,7 +51,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
private String createTime;
/**
- * Optional. User-provided description of the cluster. Maximum of 2048 characters.
+ * Optional. A description for your cluster. You can use up to 2,048 characters.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -156,7 +156,7 @@ public Cluster setCreateTime(String createTime) {
}
/**
- * Optional. User-provided description of the cluster. Maximum of 2048 characters.
+ * Optional. A description for your cluster. You can use up to 2,048 characters.
* @return value or {@code null} for none
*/
public java.lang.String getDescription() {
@@ -164,7 +164,7 @@ public java.lang.String getDescription() {
}
/**
- * Optional. User-provided description of the cluster. Maximum of 2048 characters.
+ * Optional. A description for your cluster. You can use up to 2,048 characters.
* @param description description or {@code null} for none
*/
public Cluster setDescription(java.lang.String description) {
diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NetworkResource.java b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NetworkResource.java
index 4bd20f8a576..484cd0dfbcb 100644
--- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NetworkResource.java
+++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NetworkResource.java
@@ -40,7 +40,7 @@ public final class NetworkResource extends com.google.api.client.json.GenericJso
private NetworkResourceConfig config;
/**
- * Output only. Reference to a network in Google Compute Engine.
+ * Output only. A reference to a network in Google Compute Engine.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -70,7 +70,7 @@ public NetworkResource setConfig(NetworkResourceConfig config) {
}
/**
- * Output only. Reference to a network in Google Compute Engine.
+ * Output only. A reference to a network in Google Compute Engine.
* @return value or {@code null} for none
*/
public NetworkReference getNetwork() {
@@ -78,7 +78,7 @@ public NetworkReference getNetwork() {
}
/**
- * Output only. Reference to a network in Google Compute Engine.
+ * Output only. A reference to a network in Google Compute Engine.
* @param network network or {@code null} for none
*/
public NetworkResource setNetwork(NetworkReference network) {
diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NewFilestoreConfig.java b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NewFilestoreConfig.java
index ab139a980fe..aeb7c5bdd51 100644
--- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NewFilestoreConfig.java
+++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NewFilestoreConfig.java
@@ -53,7 +53,7 @@ public final class NewFilestoreConfig extends com.google.api.client.json.Generic
/**
* Required. Immutable. Name of the Filestore instance to create, in the format
- * `projects/{project}/locations/{location}/instances/{instance}`
+ * `projects/{project}/locations/{location}/instances/{instance}`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -112,7 +112,7 @@ public NewFilestoreConfig setFileShares(java.util.List 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:
@@ -31,7 +30,7 @@
public final class StorageResource extends com.google.api.client.json.GenericJson {
/**
- * Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
+ * Output only. A reference to a Google Cloud Storage bucket. Populated if and only if the storage
* resource was configured to use Google Cloud Storage.
* The value may be {@code null}.
*/
@@ -49,7 +48,7 @@ public final class StorageResource extends com.google.api.client.json.GenericJso
private StorageResourceConfig config;
/**
- * Output only. Reference to a Filestore instance. Populated if and only if the storage resource
+ * Output only. A reference to a Filestore instance. Populated if and only if the storage resource
* was configured to use Filestore.
* The value may be {@code null}.
*/
@@ -57,7 +56,7 @@ public final class StorageResource extends com.google.api.client.json.GenericJso
private FilestoreReference filestore;
/**
- * Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
+ * Output only. A reference to a Managed Lustre instance. Populated if and only if the storage
* resource was configured to use Managed Lustre.
* The value may be {@code null}.
*/
@@ -65,7 +64,7 @@ public final class StorageResource extends com.google.api.client.json.GenericJso
private LustreReference lustre;
/**
- * Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
+ * Output only. A reference to a Google Cloud Storage bucket. Populated if and only if the storage
* resource was configured to use Google Cloud Storage.
* @return value or {@code null} for none
*/
@@ -74,7 +73,7 @@ public BucketReference getBucket() {
}
/**
- * Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
+ * Output only. A reference to a Google Cloud Storage bucket. Populated if and only if the storage
* resource was configured to use Google Cloud Storage.
* @param bucket bucket or {@code null} for none
*/
@@ -107,7 +106,7 @@ public StorageResource setConfig(StorageResourceConfig config) {
}
/**
- * Output only. Reference to a Filestore instance. Populated if and only if the storage resource
+ * Output only. A reference to a Filestore instance. Populated if and only if the storage resource
* was configured to use Filestore.
* @return value or {@code null} for none
*/
@@ -116,7 +115,7 @@ public FilestoreReference getFilestore() {
}
/**
- * Output only. Reference to a Filestore instance. Populated if and only if the storage resource
+ * Output only. A reference to a Filestore instance. Populated if and only if the storage resource
* was configured to use Filestore.
* @param filestore filestore or {@code null} for none
*/
@@ -126,7 +125,7 @@ public StorageResource setFilestore(FilestoreReference filestore) {
}
/**
- * Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
+ * Output only. A reference to a Managed Lustre instance. Populated if and only if the storage
* resource was configured to use Managed Lustre.
* @return value or {@code null} for none
*/
@@ -135,7 +134,7 @@ public LustreReference getLustre() {
}
/**
- * Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
+ * Output only. A reference to a Managed Lustre instance. Populated if and only if the storage
* resource was configured to use Managed Lustre.
* @param lustre lustre or {@code null} for none
*/
diff --git a/clients/google-api-services-hypercomputecluster/v1/2.0.0/pom.xml b/clients/google-api-services-hypercomputecluster/v1/2.0.0/pom.xml
index 9d9a65f02ff..162ea73dd49 100644
--- a/clients/google-api-services-hypercomputecluster/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-hypercomputecluster/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@