Skip to content

Commit 1ca955b

Browse files
1 parent 4ab8877 commit 1ca955b

10 files changed

Lines changed: 34 additions & 35 deletions

File tree

clients/google-api-services-hypercomputecluster/v1/2.0.0/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cluster Director API Client Library for Java
22

3-
The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads.
3+
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.
44

55
This page contains information about getting started with the Cluster Director API
66
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:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-hypercomputecluster</artifactId>
25-
<version>v1-rev20260506-2.0.0</version>
25+
<version>v1-rev20260606-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260606-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/HypercomputeCluster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Service definition for HypercomputeCluster (v1).
2121
*
2222
* <p>
23-
* The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads.
23+
* 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.
2424
* </p>
2525
*
2626
* <p>

clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/BootDisk.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class BootDisk extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB.
34+
* Required. Immutable. The size of the disk in gigabytes (GB), which must be at least 40 GB.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -46,15 +46,15 @@ public final class BootDisk extends com.google.api.client.json.GenericJson {
4646
private java.lang.String type;
4747

4848
/**
49-
* Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB.
49+
* Required. Immutable. The size of the disk in gigabytes (GB), which must be at least 40 GB.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.Long getSizeGb() {
5353
return sizeGb;
5454
}
5555

5656
/**
57-
* Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB.
57+
* Required. Immutable. The size of the disk in gigabytes (GB), which must be at least 40 GB.
5858
* @param sizeGb sizeGb or {@code null} for none
5959
*/
6060
public BootDisk setSizeGb(java.lang.Long sizeGb) {

clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/Cluster.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
5151
private String createTime;
5252

5353
/**
54-
* Optional. User-provided description of the cluster. Maximum of 2048 characters.
54+
* Optional. A description for your cluster. You can use up to 2,048 characters.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
@@ -156,15 +156,15 @@ public Cluster setCreateTime(String createTime) {
156156
}
157157

158158
/**
159-
* Optional. User-provided description of the cluster. Maximum of 2048 characters.
159+
* Optional. A description for your cluster. You can use up to 2,048 characters.
160160
* @return value or {@code null} for none
161161
*/
162162
public java.lang.String getDescription() {
163163
return description;
164164
}
165165

166166
/**
167-
* Optional. User-provided description of the cluster. Maximum of 2048 characters.
167+
* Optional. A description for your cluster. You can use up to 2,048 characters.
168168
* @param description description or {@code null} for none
169169
*/
170170
public Cluster setDescription(java.lang.String description) {

clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NetworkResource.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class NetworkResource extends com.google.api.client.json.GenericJso
4040
private NetworkResourceConfig config;
4141

4242
/**
43-
* Output only. Reference to a network in Google Compute Engine.
43+
* Output only. A reference to a network in Google Compute Engine.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -70,15 +70,15 @@ public NetworkResource setConfig(NetworkResourceConfig config) {
7070
}
7171

7272
/**
73-
* Output only. Reference to a network in Google Compute Engine.
73+
* Output only. A reference to a network in Google Compute Engine.
7474
* @return value or {@code null} for none
7575
*/
7676
public NetworkReference getNetwork() {
7777
return network;
7878
}
7979

8080
/**
81-
* Output only. Reference to a network in Google Compute Engine.
81+
* Output only. A reference to a network in Google Compute Engine.
8282
* @param network network or {@code null} for none
8383
*/
8484
public NetworkResource setNetwork(NetworkReference network) {

clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/NewFilestoreConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class NewFilestoreConfig extends com.google.api.client.json.Generic
5353

5454
/**
5555
* Required. Immutable. Name of the Filestore instance to create, in the format
56-
* `projects/{project}/locations/{location}/instances/{instance}`
56+
* `projects/{project}/locations/{location}/instances/{instance}`.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -112,7 +112,7 @@ public NewFilestoreConfig setFileShares(java.util.List<FileShareConfig> fileShar
112112

113113
/**
114114
* Required. Immutable. Name of the Filestore instance to create, in the format
115-
* `projects/{project}/locations/{location}/instances/{instance}`
115+
* `projects/{project}/locations/{location}/instances/{instance}`.
116116
* @return value or {@code null} for none
117117
*/
118118
public java.lang.String getFilestore() {
@@ -121,7 +121,7 @@ public java.lang.String getFilestore() {
121121

122122
/**
123123
* Required. Immutable. Name of the Filestore instance to create, in the format
124-
* `projects/{project}/locations/{location}/instances/{instance}`
124+
* `projects/{project}/locations/{location}/instances/{instance}`.
125125
* @param filestore filestore or {@code null} for none
126126
*/
127127
public NewFilestoreConfig setFilestore(java.lang.String filestore) {

clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/SlurmNodeSet.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class SlurmNodeSet extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. ID of the compute resource on which this nodeset will run. Must match a key in the
34+
* Required. The ID of the compute resource on which this nodeset runs. Must match a key in the
3535
* cluster's compute_resources.
3636
* The value may be {@code null}.
3737
*/
@@ -80,7 +80,7 @@ public final class SlurmNodeSet extends com.google.api.client.json.GenericJson {
8080
private java.util.List<StorageConfig> storageConfigs;
8181

8282
/**
83-
* Required. ID of the compute resource on which this nodeset will run. Must match a key in the
83+
* Required. The ID of the compute resource on which this nodeset runs. Must match a key in the
8484
* cluster's compute_resources.
8585
* @return value or {@code null} for none
8686
*/
@@ -89,7 +89,7 @@ public java.lang.String getComputeId() {
8989
}
9090

9191
/**
92-
* Required. ID of the compute resource on which this nodeset will run. Must match a key in the
92+
* Required. The ID of the compute resource on which this nodeset runs. Must match a key in the
9393
* cluster's compute_resources.
9494
* @param computeId computeId or {@code null} for none
9595
*/

clients/google-api-services-hypercomputecluster/v1/2.0.0/com/google/api/services/hypercomputecluster/v1/model/StorageResource.java

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
package com.google.api.services.hypercomputecluster.v1.model;
1818

1919
/**
20-
* A resource representing a form of persistent storage that can be mounted onto compute resources
21-
* in the cluster.
20+
* Represents a form of persistent storage that you can mount onto compute resources in the cluster.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the Cluster Director API. For a detailed explanation see:
@@ -31,7 +30,7 @@
3130
public final class StorageResource extends com.google.api.client.json.GenericJson {
3231

3332
/**
34-
* Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
33+
* Output only. A reference to a Google Cloud Storage bucket. Populated if and only if the storage
3534
* resource was configured to use Google Cloud Storage.
3635
* The value may be {@code null}.
3736
*/
@@ -49,23 +48,23 @@ public final class StorageResource extends com.google.api.client.json.GenericJso
4948
private StorageResourceConfig config;
5049

5150
/**
52-
* Output only. Reference to a Filestore instance. Populated if and only if the storage resource
51+
* Output only. A reference to a Filestore instance. Populated if and only if the storage resource
5352
* was configured to use Filestore.
5453
* The value may be {@code null}.
5554
*/
5655
@com.google.api.client.util.Key
5756
private FilestoreReference filestore;
5857

5958
/**
60-
* Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
59+
* Output only. A reference to a Managed Lustre instance. Populated if and only if the storage
6160
* resource was configured to use Managed Lustre.
6261
* The value may be {@code null}.
6362
*/
6463
@com.google.api.client.util.Key
6564
private LustreReference lustre;
6665

6766
/**
68-
* Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
67+
* Output only. A reference to a Google Cloud Storage bucket. Populated if and only if the storage
6968
* resource was configured to use Google Cloud Storage.
7069
* @return value or {@code null} for none
7170
*/
@@ -74,7 +73,7 @@ public BucketReference getBucket() {
7473
}
7574

7675
/**
77-
* Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
76+
* Output only. A reference to a Google Cloud Storage bucket. Populated if and only if the storage
7877
* resource was configured to use Google Cloud Storage.
7978
* @param bucket bucket or {@code null} for none
8079
*/
@@ -107,7 +106,7 @@ public StorageResource setConfig(StorageResourceConfig config) {
107106
}
108107

109108
/**
110-
* Output only. Reference to a Filestore instance. Populated if and only if the storage resource
109+
* Output only. A reference to a Filestore instance. Populated if and only if the storage resource
111110
* was configured to use Filestore.
112111
* @return value or {@code null} for none
113112
*/
@@ -116,7 +115,7 @@ public FilestoreReference getFilestore() {
116115
}
117116

118117
/**
119-
* Output only. Reference to a Filestore instance. Populated if and only if the storage resource
118+
* Output only. A reference to a Filestore instance. Populated if and only if the storage resource
120119
* was configured to use Filestore.
121120
* @param filestore filestore or {@code null} for none
122121
*/
@@ -126,7 +125,7 @@ public StorageResource setFilestore(FilestoreReference filestore) {
126125
}
127126

128127
/**
129-
* Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
128+
* Output only. A reference to a Managed Lustre instance. Populated if and only if the storage
130129
* resource was configured to use Managed Lustre.
131130
* @return value or {@code null} for none
132131
*/
@@ -135,7 +134,7 @@ public LustreReference getLustre() {
135134
}
136135

137136
/**
138-
* Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
137+
* Output only. A reference to a Managed Lustre instance. Populated if and only if the storage
139138
* resource was configured to use Managed Lustre.
140139
* @param lustre lustre or {@code null} for none
141140
*/

clients/google-api-services-hypercomputecluster/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-hypercomputecluster</artifactId>
11-
<version>v1-rev20260506-2.0.0</version>
12-
<name>Cluster Director API v1-rev20260506-2.0.0</name>
11+
<version>v1-rev20260606-2.0.0</version>
12+
<name>Cluster Director API v1-rev20260606-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-hypercomputecluster/v1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cluster Director API Client Library for Java
22

3-
The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads.
3+
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.
44

55
This page contains information about getting started with the Cluster Director API
66
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:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-hypercomputecluster</artifactId>
25-
<version>v1-rev20260506-2.0.0</version>
25+
<version>v1-rev20260606-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260606-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)