Skip to content

Commit 982a1d2

Browse files
1 parent d84a644 commit 982a1d2

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

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

clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/Config.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,7 @@ public class Operations {
39283928
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
39293929
* methods to check whether the cancellation succeeded or whether the operation completed despite
39303930
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3931-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3931+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
39323932
* `Code.CANCELLED`.
39333933
*
39343934
* Create a request for the method "operations.cancel".
@@ -3959,7 +3959,7 @@ public class Cancel extends ConfigRequest<com.google.api.services.config.v1.mode
39593959
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
39603960
* methods to check whether the cancellation succeeded or whether the operation completed despite
39613961
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3962-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3962+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
39633963
* `Code.CANCELLED`.
39643964
*
39653965
* Create a request for the method "operations.cancel".

clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/model/ListPreviewsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class ListPreviewsResponse extends com.google.api.client.json.Gener
3939
private java.lang.String nextPageToken;
4040

4141
/**
42-
* List of Previewss.
42+
* List of Previews.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -72,15 +72,15 @@ public ListPreviewsResponse setNextPageToken(java.lang.String nextPageToken) {
7272
}
7373

7474
/**
75-
* List of Previewss.
75+
* List of Previews.
7676
* @return value or {@code null} for none
7777
*/
7878
public java.util.List<Preview> getPreviews() {
7979
return previews;
8080
}
8181

8282
/**
83-
* List of Previewss.
83+
* List of Previews.
8484
* @param previews previews or {@code null} for none
8585
*/
8686
public ListPreviewsResponse setPreviews(java.util.List<Preview> previews) {

clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/model/ListResourcesResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class ListResourcesResponse extends com.google.api.client.json.Gene
3939
private java.lang.String nextPageToken;
4040

4141
/**
42-
* List of Resourcess.
42+
* List of Resources.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -72,15 +72,15 @@ public ListResourcesResponse setNextPageToken(java.lang.String nextPageToken) {
7272
}
7373

7474
/**
75-
* List of Resourcess.
75+
* List of Resources.
7676
* @return value or {@code null} for none
7777
*/
7878
public java.util.List<Resource> getResources() {
7979
return resources;
8080
}
8181

8282
/**
83-
* List of Resourcess.
83+
* List of Resources.
8484
* @param resources resources or {@code null} for none
8585
*/
8686
public ListResourcesResponse setResources(java.util.List<Resource> resources) {

clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/model/OperationMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public final class OperationMetadata extends com.google.api.client.json.GenericJ
6767

6868
/**
6969
* Output only. Identifies whether the user has requested cancellation of the operation.
70-
* Operations that have successfully been cancelled have Operation.error value with a
71-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
70+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
71+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
@@ -182,8 +182,8 @@ public OperationMetadata setPreviewMetadata(PreviewOperationMetadata previewMeta
182182

183183
/**
184184
* Output only. Identifies whether the user has requested cancellation of the operation.
185-
* Operations that have successfully been cancelled have Operation.error value with a
186-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
185+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
186+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
187187
* @return value or {@code null} for none
188188
*/
189189
public java.lang.Boolean getRequestedCancellation() {
@@ -192,8 +192,8 @@ public java.lang.Boolean getRequestedCancellation() {
192192

193193
/**
194194
* Output only. Identifies whether the user has requested cancellation of the operation.
195-
* Operations that have successfully been cancelled have Operation.error value with a
196-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
195+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
196+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
197197
* @param requestedCancellation requestedCancellation or {@code null} for none
198198
*/
199199
public OperationMetadata setRequestedCancellation(java.lang.Boolean requestedCancellation) {

clients/google-api-services-config/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-config</artifactId>
11-
<version>v1-rev20241106-2.0.0</version>
12-
<name>Infrastructure Manager API v1-rev20241106-2.0.0</name>
11+
<version>v1-rev20241205-2.0.0</version>
12+
<name>Infrastructure Manager API v1-rev20241205-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)