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 266196cd2a2..0f66504db81 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
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-hypercomputecluster
- v1-rev20260606-2.0.0
+ v1-rev20260610-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260606-2.0.0'
+ implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260610-2.0.0'
}
```
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 28317c5f260..628c13ec9df 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,22 +31,22 @@
public final class BootDisk extends com.google.api.client.json.GenericJson {
/**
- * Required. Immutable. The size of the disk in gigabytes (GB), which must be at least 40 GB.
+ * Optional. 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
private java.lang.Long sizeGb;
/**
- * Required. Immutable. [Persistent disk type](https://cloud.google.com/compute/docs/disks#disk-
- * types), in the format `projects/{project}/zones/{zone}/diskTypes/{disk_type}`.
+ * Optional. [Persistent disk type](https://cloud.google.com/compute/docs/disks#disk-types), in
+ * the format `projects/{project}/zones/{zone}/diskTypes/{disk_type}`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String type;
/**
- * Required. Immutable. The size of the disk in gigabytes (GB), which must be at least 40 GB.
+ * Optional. 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. The size of the disk in gigabytes (GB), which must be at least 40 GB.
+ * Optional. 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) {
@@ -63,8 +63,8 @@ public BootDisk setSizeGb(java.lang.Long sizeGb) {
}
/**
- * Required. Immutable. [Persistent disk type](https://cloud.google.com/compute/docs/disks#disk-
- * types), in the format `projects/{project}/zones/{zone}/diskTypes/{disk_type}`.
+ * Optional. [Persistent disk type](https://cloud.google.com/compute/docs/disks#disk-types), in
+ * the format `projects/{project}/zones/{zone}/diskTypes/{disk_type}`.
* @return value or {@code null} for none
*/
public java.lang.String getType() {
@@ -72,8 +72,8 @@ public java.lang.String getType() {
}
/**
- * Required. Immutable. [Persistent disk type](https://cloud.google.com/compute/docs/disks#disk-
- * types), in the format `projects/{project}/zones/{zone}/diskTypes/{disk_type}`.
+ * Optional. [Persistent disk type](https://cloud.google.com/compute/docs/disks#disk-types), in
+ * the format `projects/{project}/zones/{zone}/diskTypes/{disk_type}`.
* @param type type or {@code null} for none
*/
public BootDisk setType(java.lang.String type) {
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 162ea73dd49..35352897807 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 @@
com.google.apis
google-api-services-hypercomputecluster
- v1-rev20260606-2.0.0
- Cluster Director API v1-rev20260606-2.0.0
+ v1-rev20260610-2.0.0
+ Cluster Director API v1-rev20260610-2.0.0
jar
2011
diff --git a/clients/google-api-services-hypercomputecluster/v1/README.md b/clients/google-api-services-hypercomputecluster/v1/README.md
index 266196cd2a2..0f66504db81 100644
--- a/clients/google-api-services-hypercomputecluster/v1/README.md
+++ b/clients/google-api-services-hypercomputecluster/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-hypercomputecluster
- v1-rev20260606-2.0.0
+ v1-rev20260610-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260606-2.0.0'
+ implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260610-2.0.0'
}
```