Skip to content

Commit 77410e6

Browse files
chore: regenerate hypercomputecluster client (#31493)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent fe3d308 commit 77410e6

File tree

7 files changed

+33
-33
lines changed

7 files changed

+33
-33
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-rev20260325-2.0.0</version>
25+
<version>v1-rev20260401-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-rev20260325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260401-2.0.0'
3939
}
4040
```
4141

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
@@ -74,7 +74,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
7474
private java.lang.String name;
7575

7676
/**
77-
* Optional. Network resources available to the cluster. Must contain at most one value. Keys
77+
* Optional. Network resources available to the cluster. Must contain exactly one value. Keys
7878
* specify the ID of the network resource by which it can be referenced elsewhere, and must
7979
* conform to [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric,
8080
* and at most 63 characters).
@@ -211,7 +211,7 @@ public Cluster setName(java.lang.String name) {
211211
}
212212

213213
/**
214-
* Optional. Network resources available to the cluster. Must contain at most one value. Keys
214+
* Optional. Network resources available to the cluster. Must contain exactly one value. Keys
215215
* specify the ID of the network resource by which it can be referenced elsewhere, and must
216216
* conform to [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric,
217217
* and at most 63 characters).
@@ -222,7 +222,7 @@ public java.util.Map<String, NetworkResource> getNetworkResources() {
222222
}
223223

224224
/**
225-
* Optional. Network resources available to the cluster. Must contain at most one value. Keys
225+
* Optional. Network resources available to the cluster. Must contain exactly one value. Keys
226226
* specify the ID of the network resource by which it can be referenced elsewhere, and must
227227
* conform to [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric,
228228
* and at most 63 characters).

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-
* Reference to a network in Google Compute Engine.
43+
* Output only. 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-
* Reference to a network in Google Compute Engine.
73+
* Output only. 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-
* Reference to a network in Google Compute Engine.
81+
* Output only. 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/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-
* Optional. ID of the compute resource on which this nodeset will run. Must match a key in the
34+
* Required. ID of the compute resource on which this nodeset will run. 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-
* Optional. ID of the compute resource on which this nodeset will run. Must match a key in the
83+
* Required. ID of the compute resource on which this nodeset will run. 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-
* Optional. ID of the compute resource on which this nodeset will run. Must match a key in the
92+
* Required. ID of the compute resource on which this nodeset will run. 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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class StorageResource extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Reference to a Google Cloud Storage bucket. Populated if and only if the storage resource was
35-
* configured to use Google Cloud Storage.
34+
* Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
35+
* resource was configured to use Google Cloud Storage.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -49,33 +49,33 @@ public final class StorageResource extends com.google.api.client.json.GenericJso
4949
private StorageResourceConfig config;
5050

5151
/**
52-
* Reference to a Filestore instance. Populated if and only if the storage resource was configured
53-
* to use Filestore.
52+
* Output only. Reference to a Filestore instance. Populated if and only if the storage resource
53+
* was configured to use Filestore.
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
5757
private FilestoreReference filestore;
5858

5959
/**
60-
* Reference to a Managed Lustre instance. Populated if and only if the storage resource was
61-
* configured to use Managed Lustre.
60+
* Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
61+
* resource was configured to use Managed Lustre.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
6565
private LustreReference lustre;
6666

6767
/**
68-
* Reference to a Google Cloud Storage bucket. Populated if and only if the storage resource was
69-
* configured to use Google Cloud Storage.
68+
* Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
69+
* resource was configured to use Google Cloud Storage.
7070
* @return value or {@code null} for none
7171
*/
7272
public BucketReference getBucket() {
7373
return bucket;
7474
}
7575

7676
/**
77-
* Reference to a Google Cloud Storage bucket. Populated if and only if the storage resource was
78-
* configured to use Google Cloud Storage.
77+
* Output only. Reference to a Google Cloud Storage bucket. Populated if and only if the storage
78+
* resource was configured to use Google Cloud Storage.
7979
* @param bucket bucket or {@code null} for none
8080
*/
8181
public StorageResource setBucket(BucketReference bucket) {
@@ -107,17 +107,17 @@ public StorageResource setConfig(StorageResourceConfig config) {
107107
}
108108

109109
/**
110-
* Reference to a Filestore instance. Populated if and only if the storage resource was configured
111-
* to use Filestore.
110+
* Output only. Reference to a Filestore instance. Populated if and only if the storage resource
111+
* was configured to use Filestore.
112112
* @return value or {@code null} for none
113113
*/
114114
public FilestoreReference getFilestore() {
115115
return filestore;
116116
}
117117

118118
/**
119-
* Reference to a Filestore instance. Populated if and only if the storage resource was configured
120-
* to use Filestore.
119+
* Output only. Reference to a Filestore instance. Populated if and only if the storage resource
120+
* was configured to use Filestore.
121121
* @param filestore filestore or {@code null} for none
122122
*/
123123
public StorageResource setFilestore(FilestoreReference filestore) {
@@ -126,17 +126,17 @@ public StorageResource setFilestore(FilestoreReference filestore) {
126126
}
127127

128128
/**
129-
* Reference to a Managed Lustre instance. Populated if and only if the storage resource was
130-
* configured to use Managed Lustre.
129+
* Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
130+
* resource was configured to use Managed Lustre.
131131
* @return value or {@code null} for none
132132
*/
133133
public LustreReference getLustre() {
134134
return lustre;
135135
}
136136

137137
/**
138-
* Reference to a Managed Lustre instance. Populated if and only if the storage resource was
139-
* configured to use Managed Lustre.
138+
* Output only. Reference to a Managed Lustre instance. Populated if and only if the storage
139+
* resource was configured to use Managed Lustre.
140140
* @param lustre lustre or {@code null} for none
141141
*/
142142
public StorageResource setLustre(LustreReference lustre) {

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-rev20260325-2.0.0</version>
12-
<name>Cluster Director API v1-rev20260325-2.0.0</name>
11+
<version>v1-rev20260401-2.0.0</version>
12+
<name>Cluster Director API v1-rev20260401-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-rev20260325-2.0.0</version>
25+
<version>v1-rev20260401-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-rev20260325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260401-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)