Skip to content

Commit 211661f

Browse files
1 parent a4a0ad5 commit 211661f

File tree

8 files changed

+66
-12
lines changed

8 files changed

+66
-12
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-rev20250205-2.0.0</version>
25+
<version>v1-rev20250219-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-rev20250205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1-rev20250219-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ 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. Deprecated 'daos_version' field. Output only. The version of DAOS software running
56+
* in the instance.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.lang.String daosVersion;
61+
5462
/**
5563
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
5664
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
@@ -198,6 +206,25 @@ public Instance setCreateTime(String createTime) {
198206
return this;
199207
}
200208

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

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-rev20250205-2.0.0</version>
12-
<name>Parallelstore API v1-rev20250205-2.0.0</name>
11+
<version>v1-rev20250219-2.0.0</version>
12+
<name>Parallelstore API v1-rev20250219-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-rev20250205-2.0.0</version>
25+
<version>v1-rev20250219-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-rev20250205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1-rev20250219-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-rev20250205-2.0.0</version>
25+
<version>v1beta-rev20250219-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-rev20250205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1beta-rev20250219-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ 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. Deprecated 'daos_version' field. Output only. The version of DAOS software running
56+
* in the instance.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.lang.String daosVersion;
61+
5462
/**
5563
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
5664
* instance is a scratch instance. * `PERSISTENT`: the instance is a persistent instance.
@@ -198,6 +206,25 @@ public Instance setCreateTime(String createTime) {
198206
return this;
199207
}
200208

209+
/**
210+
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
211+
* in the instance.
212+
* @return value or {@code null} for none
213+
*/
214+
public java.lang.String getDaosVersion() {
215+
return daosVersion;
216+
}
217+
218+
/**
219+
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
220+
* in the instance.
221+
* @param daosVersion daosVersion or {@code null} for none
222+
*/
223+
public Instance setDaosVersion(java.lang.String daosVersion) {
224+
this.daosVersion = daosVersion;
225+
return this;
226+
}
227+
201228
/**
202229
* Optional. Immutable. The deployment type of the instance. Allowed values are: * `SCRATCH`: the
203230
* instance is 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-rev20250205-2.0.0</version>
12-
<name>Parallelstore API v1beta-rev20250205-2.0.0</name>
11+
<version>v1beta-rev20250219-2.0.0</version>
12+
<name>Parallelstore API v1beta-rev20250219-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-rev20250205-2.0.0</version>
25+
<version>v1beta-rev20250219-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-rev20250205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1beta-rev20250219-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)