Skip to content

Commit 6d207db

Browse files
1 parent 8d35322 commit 6d207db

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
lines changed

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

clients/google-api-services-apigateway/v1/2.0.0/com/google/api/services/apigateway/v1/Apigateway.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4499,7 +4499,7 @@ public class Operations {
44994499
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
45004500
* methods to check whether the cancellation succeeded or whether the operation completed despite
45014501
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4502-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4502+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
45034503
* `Code.CANCELLED`.
45044504
*
45054505
* Create a request for the method "operations.cancel".
@@ -4530,7 +4530,7 @@ public class Cancel extends ApigatewayRequest<com.google.api.services.apigateway
45304530
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
45314531
* methods to check whether the cancellation succeeded or whether the operation completed despite
45324532
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4533-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4533+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
45344534
* `Code.CANCELLED`.
45354535
*
45364536
* Create a request for the method "operations.cancel".

clients/google-api-services-apigateway/v1/2.0.0/com/google/api/services/apigateway/v1/model/ApigatewayOperationMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public final class ApigatewayOperationMetadata extends com.google.api.client.jso
5959

6060
/**
6161
* Output only. Identifies whether the user has requested cancellation of the operation.
62-
* Operations that have successfully been cancelled have Operation.error value with a
63-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
62+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
63+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
6464
* The value may be {@code null}.
6565
*/
6666
@com.google.api.client.util.Key
@@ -157,8 +157,8 @@ public ApigatewayOperationMetadata setEndTime(String endTime) {
157157

158158
/**
159159
* Output only. Identifies whether the user has requested cancellation of the operation.
160-
* Operations that have successfully been cancelled have Operation.error value with a
161-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
160+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
161+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
162162
* @return value or {@code null} for none
163163
*/
164164
public java.lang.Boolean getRequestedCancellation() {
@@ -167,8 +167,8 @@ public java.lang.Boolean getRequestedCancellation() {
167167

168168
/**
169169
* Output only. Identifies whether the user has requested cancellation of the operation.
170-
* Operations that have successfully been cancelled have Operation.error value with a
171-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
170+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
171+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
172172
* @param requestedCancellation requestedCancellation or {@code null} for none
173173
*/
174174
public ApigatewayOperationMetadata setRequestedCancellation(java.lang.Boolean requestedCancellation) {

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

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-apigateway/v1beta/2.0.0/com/google/api/services/apigateway/v1beta/Apigateway.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4499,7 +4499,7 @@ public class Operations {
44994499
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
45004500
* methods to check whether the cancellation succeeded or whether the operation completed despite
45014501
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4502-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4502+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
45034503
* `Code.CANCELLED`.
45044504
*
45054505
* Create a request for the method "operations.cancel".
@@ -4530,7 +4530,7 @@ public class Cancel extends ApigatewayRequest<com.google.api.services.apigateway
45304530
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
45314531
* methods to check whether the cancellation succeeded or whether the operation completed despite
45324532
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4533-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4533+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
45344534
* `Code.CANCELLED`.
45354535
*
45364536
* Create a request for the method "operations.cancel".

clients/google-api-services-apigateway/v1beta/2.0.0/com/google/api/services/apigateway/v1beta/model/ApigatewayOperationMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public final class ApigatewayOperationMetadata extends com.google.api.client.jso
5959

6060
/**
6161
* Output only. Identifies whether the user has requested cancellation of the operation.
62-
* Operations that have successfully been cancelled have Operation.error value with a
63-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
62+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
63+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
6464
* The value may be {@code null}.
6565
*/
6666
@com.google.api.client.util.Key
@@ -157,8 +157,8 @@ public ApigatewayOperationMetadata setEndTime(String endTime) {
157157

158158
/**
159159
* Output only. Identifies whether the user has requested cancellation of the operation.
160-
* Operations that have successfully been cancelled have Operation.error value with a
161-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
160+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
161+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
162162
* @return value or {@code null} for none
163163
*/
164164
public java.lang.Boolean getRequestedCancellation() {
@@ -167,8 +167,8 @@ public java.lang.Boolean getRequestedCancellation() {
167167

168168
/**
169169
* Output only. Identifies whether the user has requested cancellation of the operation.
170-
* Operations that have successfully been cancelled have Operation.error value with a
171-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
170+
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
171+
* with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
172172
* @param requestedCancellation requestedCancellation or {@code null} for none
173173
*/
174174
public ApigatewayOperationMetadata setRequestedCancellation(java.lang.Boolean requestedCancellation) {

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)