Skip to content

Commit e72d01d

Browse files
1 parent 991c933 commit e72d01d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

clients/google-api-services-runtimeconfig/v1/2.0.0/com/google/api/services/runtimeconfig/v1/CloudRuntimeConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public class Operations {
159159
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
160160
* methods to check whether the cancellation succeeded or whether the operation completed despite
161161
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
162-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
162+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
163163
* `Code.CANCELLED`.
164164
*
165165
* Create a request for the method "operations.cancel".
@@ -190,7 +190,7 @@ public class Cancel extends CloudRuntimeConfigRequest<com.google.api.services.ru
190190
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
191191
* methods to check whether the cancellation succeeded or whether the operation completed despite
192192
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
193-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
193+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
194194
* `Code.CANCELLED`.
195195
*
196196
* Create a request for the method "operations.cancel".

clients/google-api-services-runtimeconfig/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-runtimeconfig</artifactId>
11-
<version>v1-rev20240227-2.0.0</version>
12-
<name>Cloud Runtime Configuration API v1-rev20240227-2.0.0</name>
11+
<version>v1-rev20241219-2.0.0</version>
12+
<name>Cloud Runtime Configuration API v1-rev20241219-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)