Skip to content

Commit b938336

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

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

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-rev20260610-2.0.0</version>
25+
<version>v1-rev20260617-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-rev20260610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260617-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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -710,25 +710,25 @@ public Create setParent(java.lang.String parent) {
710710
}
711711

712712
/**
713-
* Required. ID of the cluster to create. Must conform to
714-
* [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric,
715-
* and at most 63 characters).
713+
* Required. The ID of the cluster to create. The cluster ID must start with a lowercase
714+
* letter (`a`-`z`), use only lowercase letters or numbers, and contain up to 10
715+
* characters. For example, specify `cluster001`.
716716
*/
717717
@com.google.api.client.util.Key
718718
private java.lang.String clusterId;
719719

720-
/** Required. ID of the cluster to create. Must conform to
721-
[RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric, and at most 63
722-
characters).
720+
/** Required. The ID of the cluster to create. The cluster ID must start with a lowercase letter
721+
(`a`-`z`), use only lowercase letters or numbers, and contain up to 10 characters. For example,
722+
specify `cluster001`.
723723
*/
724724
public java.lang.String getClusterId() {
725725
return clusterId;
726726
}
727727

728728
/**
729-
* Required. ID of the cluster to create. Must conform to
730-
* [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric,
731-
* and at most 63 characters).
729+
* Required. The ID of the cluster to create. The cluster ID must start with a lowercase
730+
* letter (`a`-`z`), use only lowercase letters or numbers, and contain up to 10
731+
* characters. For example, specify `cluster001`.
732732
*/
733733
public Create setClusterId(java.lang.String clusterId) {
734734
this.clusterId = clusterId;

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ public final class SlurmNodeSet extends com.google.api.client.json.GenericJson {
4646
private ComputeInstanceSlurmNodeSet computeInstance;
4747

4848
/**
49-
* Required. Identifier for the nodeset, which allows it to be referenced by partitions. Must
50-
* conform to [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric,
51-
* and at most 63 characters).
49+
* Required. The ID for the nodeset, which allows it to be referenced by cluster partitions. The
50+
* nodeset ID must start with a lowercase letter (`a`-`z`), use only lowercase letters or numbers,
51+
* and contain up to 15 characters. For example, specify `nodeset001`.
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key
@@ -116,19 +116,19 @@ public SlurmNodeSet setComputeInstance(ComputeInstanceSlurmNodeSet computeInstan
116116
}
117117

118118
/**
119-
* Required. Identifier for the nodeset, which allows it to be referenced by partitions. Must
120-
* conform to [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric,
121-
* and at most 63 characters).
119+
* Required. The ID for the nodeset, which allows it to be referenced by cluster partitions. The
120+
* nodeset ID must start with a lowercase letter (`a`-`z`), use only lowercase letters or numbers,
121+
* and contain up to 15 characters. For example, specify `nodeset001`.
122122
* @return value or {@code null} for none
123123
*/
124124
public java.lang.String getId() {
125125
return id;
126126
}
127127

128128
/**
129-
* Required. Identifier for the nodeset, which allows it to be referenced by partitions. Must
130-
* conform to [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric,
131-
* and at most 63 characters).
129+
* Required. The ID for the nodeset, which allows it to be referenced by cluster partitions. The
130+
* nodeset ID must start with a lowercase letter (`a`-`z`), use only lowercase letters or numbers,
131+
* and contain up to 15 characters. For example, specify `nodeset001`.
132132
* @param id id or {@code null} for none
133133
*/
134134
public SlurmNodeSet setId(java.lang.String id) {

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-rev20260610-2.0.0</version>
12-
<name>Cluster Director API v1-rev20260610-2.0.0</name>
11+
<version>v1-rev20260617-2.0.0</version>
12+
<name>Cluster Director API v1-rev20260617-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-rev20260610-2.0.0</version>
25+
<version>v1-rev20260617-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-rev20260610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-hypercomputecluster:v1-rev20260617-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)