Skip to content

Commit 2990c66

Browse files
feat: Automated regeneration of apigateway v1 client (googleapis#21079)
Auto-created at 2024-12-15 10:46:08 +0000 using the toys pull request generator.
1 parent f078d69 commit 2990c66

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

generated/google-apis-apigateway_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-apigateway_v1
22

3+
### v0.32.0 (2024-12-15)
4+
5+
* Regenerated from discovery document revision 20241204
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.31.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

generated/google-apis-apigateway_v1/lib/google/apis/apigateway_v1/classes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -838,9 +838,9 @@ class ApigatewayOperationMetadata
838838
attr_accessor :end_time
839839

840840
# Output only. Identifies whether the user has requested cancellation of the
841-
# operation. Operations that have successfully been cancelled have Operation.
842-
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
843-
# CANCELLED`.
841+
# operation. Operations that have successfully been cancelled have google.
842+
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
843+
# corresponding to `Code.CANCELLED`.
844844
# Corresponds to the JSON property `requestedCancellation`
845845
# @return [Boolean]
846846
attr_accessor :requested_cancellation

generated/google-apis-apigateway_v1/lib/google/apis/apigateway_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ApigatewayV1
1818
# Version of the google-apis-apigateway_v1 gem
19-
GEM_VERSION = "0.31.0"
19+
GEM_VERSION = "0.32.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240118"
25+
REVISION = "20241204"
2626
end
2727
end
2828
end

generated/google-apis-apigateway_v1/lib/google/apis/apigateway_v1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,8 +1042,8 @@ def test_project_location_gateway_iam_permissions(resource, apigateway_test_iam_
10421042
# Clients can use Operations.GetOperation or other methods to check whether the
10431043
# cancellation succeeded or whether the operation completed despite cancellation.
10441044
# On successful cancellation, the operation is not deleted; instead, it becomes
1045-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
1046-
# corresponding to `Code.CANCELLED`.
1045+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
1046+
# , corresponding to `Code.CANCELLED`.
10471047
# @param [String] name
10481048
# The name of the operation resource to be cancelled.
10491049
# @param [Google::Apis::ApigatewayV1::ApigatewayCancelOperationRequest] apigateway_cancel_operation_request_object

0 commit comments

Comments
 (0)