Skip to content

Commit efbd7da

Browse files
1 parent 154bb90 commit efbd7da

File tree

14 files changed

+48
-54
lines changed

14 files changed

+48
-54
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-rev20250326-2.0.0</version>
25+
<version>v1-rev20250416-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-rev20250326-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1-rev20250416-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ public Create setInstanceId(java.lang.String instanceId) {
730730
* that if you must retry your request, the server will know to ignore the request if it
731731
* has already been completed. The server will guarantee that for at least 60 minutes
732732
* since the first request. For example, consider a situation where you make an initial
733-
* request and t he request times out. If you make the request again with the same request
733+
* request and the request times out. If you make the request again with the same request
734734
* ID, the server can check if original operation with the same request ID was received,
735735
* and if so, will ignore the second request. This prevents clients from accidentally
736736
* creating duplicate commitments. The request ID must be a valid UUID with the exception
@@ -742,7 +742,7 @@ public Create setInstanceId(java.lang.String instanceId) {
742742
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you
743743
must retry your request, the server will know to ignore the request if it has already been
744744
completed. The server will guarantee that for at least 60 minutes since the first request. For
745-
example, consider a situation where you make an initial request and t he request times out. If you
745+
example, consider a situation where you make an initial request and the request times out. If you
746746
make the request again with the same request ID, the server can check if original operation with
747747
the same request ID was received, and if so, will ignore the second request. This prevents clients
748748
from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
@@ -757,7 +757,7 @@ public java.lang.String getRequestId() {
757757
* that if you must retry your request, the server will know to ignore the request if it
758758
* has already been completed. The server will guarantee that for at least 60 minutes
759759
* since the first request. For example, consider a situation where you make an initial
760-
* request and t he request times out. If you make the request again with the same request
760+
* request and the request times out. If you make the request again with the same request
761761
* ID, the server can check if original operation with the same request ID was received,
762762
* and if so, will ignore the second request. This prevents clients from accidentally
763763
* creating duplicate commitments. The request ID must be a valid UUID with the exception
@@ -902,7 +902,7 @@ public Delete setName(java.lang.String name) {
902902
* that if you must retry your request, the server will know to ignore the request if it
903903
* has already been completed. The server will guarantee that for at least 60 minutes
904904
* after the first request. For example, consider a situation where you make an initial
905-
* request and t he request times out. If you make the request again with the same request
905+
* request and the request times out. If you make the request again with the same request
906906
* ID, the server can check if original operation with the same request ID was received,
907907
* and if so, will ignore the second request. This prevents clients from accidentally
908908
* creating duplicate commitments. The request ID must be a valid UUID with the exception
@@ -914,7 +914,7 @@ public Delete setName(java.lang.String name) {
914914
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you
915915
must retry your request, the server will know to ignore the request if it has already been
916916
completed. The server will guarantee that for at least 60 minutes after the first request. For
917-
example, consider a situation where you make an initial request and t he request times out. If you
917+
example, consider a situation where you make an initial request and the request times out. If you
918918
make the request again with the same request ID, the server can check if original operation with
919919
the same request ID was received, and if so, will ignore the second request. This prevents clients
920920
from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
@@ -929,7 +929,7 @@ public java.lang.String getRequestId() {
929929
* that if you must retry your request, the server will know to ignore the request if it
930930
* has already been completed. The server will guarantee that for at least 60 minutes
931931
* after the first request. For example, consider a situation where you make an initial
932-
* request and t he request times out. If you make the request again with the same request
932+
* request and the request times out. If you make the request again with the same request
933933
* ID, the server can check if original operation with the same request ID was received,
934934
* and if so, will ignore the second request. This prevents clients from accidentally
935935
* creating duplicate commitments. The request ID must be a valid UUID with the exception
@@ -1717,7 +1717,7 @@ public Patch setName(java.lang.String name) {
17171717
* that if you must retry your request, the server will know to ignore the request if it
17181718
* has already been completed. The server will guarantee that for at least 60 minutes
17191719
* since the first request. For example, consider a situation where you make an initial
1720-
* request and t he request times out. If you make the request again with the same request
1720+
* request and the request times out. If you make the request again with the same request
17211721
* ID, the server can check if original operation with the same request ID was received,
17221722
* and if so, will ignore the second request. This prevents clients from accidentally
17231723
* creating duplicate commitments. The request ID must be a valid UUID with the exception
@@ -1729,7 +1729,7 @@ public Patch setName(java.lang.String name) {
17291729
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you
17301730
must retry your request, the server will know to ignore the request if it has already been
17311731
completed. The server will guarantee that for at least 60 minutes since the first request. For
1732-
example, consider a situation where you make an initial request and t he request times out. If you
1732+
example, consider a situation where you make an initial request and the request times out. If you
17331733
make the request again with the same request ID, the server can check if original operation with
17341734
the same request ID was received, and if so, will ignore the second request. This prevents clients
17351735
from accidentally creating duplicate commitments. The request ID must be a valid UUID with the
@@ -1744,7 +1744,7 @@ public java.lang.String getRequestId() {
17441744
* that if you must retry your request, the server will know to ignore the request if it
17451745
* has already been completed. The server will guarantee that for at least 60 minutes
17461746
* since the first request. For example, consider a situation where you make an initial
1747-
* request and t he request times out. If you make the request again with the same request
1747+
* request and the request times out. If you make the request again with the same request
17481748
* ID, the server can check if original operation with the same request ID was received,
17491749
* and if so, will ignore the second request. This prevents clients from accidentally
17501750
* creating duplicate commitments. The request ID must be a valid UUID with the exception

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class ExportDataRequest extends com.google.api.client.json.GenericJ
4747
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
4848
* you must retry your request, the server will know to ignore the request if it has already been
4949
* completed. The server will guarantee that for at least 60 minutes since the first request. For
50-
* example, consider a situation where you make an initial request and t he request times out. If
50+
* example, consider a situation where you make an initial request and the request times out. If
5151
* you make the request again with the same request ID, the server can check if original operation
5252
* with the same request ID was received, and if so, will ignore the second request. This prevents
5353
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
@@ -113,7 +113,7 @@ public ExportDataRequest setMetadataOptions(TransferMetadataOptions metadataOpti
113113
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
114114
* you must retry your request, the server will know to ignore the request if it has already been
115115
* completed. The server will guarantee that for at least 60 minutes since the first request. For
116-
* example, consider a situation where you make an initial request and t he request times out. If
116+
* example, consider a situation where you make an initial request and the request times out. If
117117
* you make the request again with the same request ID, the server can check if original operation
118118
* with the same request ID was received, and if so, will ignore the second request. This prevents
119119
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
@@ -128,7 +128,7 @@ public java.lang.String getRequestId() {
128128
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
129129
* you must retry your request, the server will know to ignore the request if it has already been
130130
* completed. The server will guarantee that for at least 60 minutes since the first request. For
131-
* example, consider a situation where you make an initial request and t he request times out. If
131+
* example, consider a situation where you make an initial request and the request times out. If
132132
* you make the request again with the same request ID, the server can check if original operation
133133
* with the same request ID was received, and if so, will ignore the second request. This prevents
134134
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class ImportDataRequest extends com.google.api.client.json.GenericJ
4747
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
4848
* you must retry your request, the server will know to ignore the request if it has already been
4949
* completed. The server will guarantee that for at least 60 minutes since the first request. For
50-
* example, consider a situation where you make an initial request and t he request times out. If
50+
* example, consider a situation where you make an initial request and the request times out. If
5151
* you make the request again with the same request ID, the server can check if original operation
5252
* with the same request ID was received, and if so, will ignore the second request. This prevents
5353
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
@@ -113,7 +113,7 @@ public ImportDataRequest setMetadataOptions(TransferMetadataOptions metadataOpti
113113
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
114114
* you must retry your request, the server will know to ignore the request if it has already been
115115
* completed. The server will guarantee that for at least 60 minutes since the first request. For
116-
* example, consider a situation where you make an initial request and t he request times out. If
116+
* example, consider a situation where you make an initial request and the request times out. If
117117
* you make the request again with the same request ID, the server can check if original operation
118118
* with the same request ID was received, and if so, will ignore the second request. This prevents
119119
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID
@@ -128,7 +128,7 @@ public java.lang.String getRequestId() {
128128
* Optional. An optional request ID to identify requests. Specify a unique request ID so that if
129129
* you must retry your request, the server will know to ignore the request if it has already been
130130
* completed. The server will guarantee that for at least 60 minutes since the first request. For
131-
* example, consider a situation where you make an initial request and t he request times out. If
131+
* example, consider a situation where you make an initial request and the request times out. If
132132
* you make the request again with the same request ID, the server can check if original operation
133133
* with the same request ID was received, and if so, will ignore the second request. This prevents
134134
* clients from accidentally creating duplicate commitments. The request ID must be a valid UUID

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

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

5454
/**
55-
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
56-
* in the instance.
55+
* Output only. Deprecated: The version of DAOS software running in the instance.
5756
* The value may be {@code null}.
5857
*/
5958
@com.google.api.client.util.Key
@@ -207,17 +206,15 @@ public Instance setCreateTime(String createTime) {
207206
}
208207

209208
/**
210-
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
211-
* in the instance.
209+
* Output only. Deprecated: The version of DAOS software running in the instance.
212210
* @return value or {@code null} for none
213211
*/
214212
public java.lang.String getDaosVersion() {
215213
return daosVersion;
216214
}
217215

218216
/**
219-
* Output only. Deprecated 'daos_version' field. Output only. The version of DAOS software running
220-
* in the instance.
217+
* Output only. Deprecated: The version of DAOS software running in the instance.
221218
* @param daosVersion daosVersion or {@code null} for none
222219
*/
223220
public Instance setDaosVersion(java.lang.String daosVersion) {

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-rev20250326-2.0.0</version>
12-
<name>Parallelstore API v1-rev20250326-2.0.0</name>
11+
<version>v1-rev20250416-2.0.0</version>
12+
<name>Parallelstore API v1-rev20250416-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-rev20250326-2.0.0</version>
25+
<version>v1-rev20250416-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-rev20250326-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1-rev20250416-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-rev20250326-2.0.0</version>
25+
<version>v1beta-rev20250416-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-rev20250326-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parallelstore:v1beta-rev20250416-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)