Skip to content

Commit 2b46718

Browse files
1 parent 5477fc0 commit 2b46718

File tree

8 files changed

+24
-45
lines changed

8 files changed

+24
-45
lines changed

clients/google-api-services-parallelstore/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-parallelstore</artifactId>
25-
<version>v1-rev20241204-2.0.0</version>
25+
<version>v1-rev20250102-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-parallelstore:v1-rev20241204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1-rev20250102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-parallelstore/v1/2.0.0/com/google/api/services/parallelstore/v1/model/Instance.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ public final class Instance extends com.google.api.client.json.GenericJson {
5252
private String createTime;
5353

5454
/**
55-
* Output only. The version of DAOS software running in the instance.
55+
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
56+
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
5657
* The value may be {@code null}.
5758
*/
5859
@com.google.api.client.util.Key
59-
private java.lang.String daosVersion;
60+
private java.lang.String deploymentType;
6061

6162
/**
6263
* Optional. The description of the instance. 2048 characters or less.
@@ -198,19 +199,21 @@ public Instance setCreateTime(String createTime) {
198199
}
199200

200201
/**
201-
* Output only. The version of DAOS software running in the instance.
202+
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
203+
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
202204
* @return value or {@code null} for none
203205
*/
204-
public java.lang.String getDaosVersion() {
205-
return daosVersion;
206+
public java.lang.String getDeploymentType() {
207+
return deploymentType;
206208
}
207209

208210
/**
209-
* Output only. The version of DAOS software running in the instance.
210-
* @param daosVersion daosVersion or {@code null} for none
211+
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
212+
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
213+
* @param deploymentType deploymentType or {@code null} for none
211214
*/
212-
public Instance setDaosVersion(java.lang.String daosVersion) {
213-
this.daosVersion = daosVersion;
215+
public Instance setDeploymentType(java.lang.String deploymentType) {
216+
this.deploymentType = deploymentType;
214217
return this;
215218
}
216219

clients/google-api-services-parallelstore/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-parallelstore</artifactId>
11-
<version>v1-rev20241204-2.0.0</version>
12-
<name>Parallelstore API v1-rev20241204-2.0.0</name>
11+
<version>v1-rev20250102-2.0.0</version>
12+
<name>Parallelstore API v1-rev20250102-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-parallelstore/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-parallelstore</artifactId>
25-
<version>v1-rev20241204-2.0.0</version>
25+
<version>v1-rev20250102-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-parallelstore:v1-rev20241204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1-rev20250102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-parallelstore/v1beta/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-parallelstore</artifactId>
25-
<version>v1beta-rev20241204-2.0.0</version>
25+
<version>v1beta-rev20250102-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-parallelstore:v1beta-rev20241204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1beta-rev20250102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-parallelstore/v1beta/2.0.0/com/google/api/services/parallelstore/v1beta/model/Instance.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ public final class Instance extends com.google.api.client.json.GenericJson {
5151
@com.google.api.client.util.Key
5252
private String createTime;
5353

54-
/**
55-
* Output only. The version of DAOS software running in the instance.
56-
* The value may be {@code null}.
57-
*/
58-
@com.google.api.client.util.Key
59-
private java.lang.String daosVersion;
60-
6154
/**
6255
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
6356
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
@@ -205,23 +198,6 @@ public Instance setCreateTime(String createTime) {
205198
return this;
206199
}
207200

208-
/**
209-
* Output only. The version of DAOS software running in the instance.
210-
* @return value or {@code null} for none
211-
*/
212-
public java.lang.String getDaosVersion() {
213-
return daosVersion;
214-
}
215-
216-
/**
217-
* Output only. The version of DAOS software running in the instance.
218-
* @param daosVersion daosVersion or {@code null} for none
219-
*/
220-
public Instance setDaosVersion(java.lang.String daosVersion) {
221-
this.daosVersion = daosVersion;
222-
return this;
223-
}
224-
225201
/**
226202
* Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`: the instance is
227203
* a scratch instance. * `PERSISTENT`: the instance is a persistent instance.

clients/google-api-services-parallelstore/v1beta/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-parallelstore</artifactId>
11-
<version>v1beta-rev20241204-2.0.0</version>
12-
<name>Parallelstore API v1beta-rev20241204-2.0.0</name>
11+
<version>v1beta-rev20250102-2.0.0</version>
12+
<name>Parallelstore API v1beta-rev20250102-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-parallelstore/v1beta/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-parallelstore</artifactId>
25-
<version>v1beta-rev20241204-2.0.0</version>
25+
<version>v1beta-rev20250102-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-parallelstore:v1beta-rev20241204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1beta-rev20250102-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)