Skip to content

Commit 3a66b7b

Browse files
feat: Automated regeneration of videointelligence v1 client (googleapis#21858)
Auto-created at 2025-02-26 21:11:19 +0000 using the toys pull request generator.
1 parent e4cd786 commit 3a66b7b

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-videointelligence_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-videointelligence_v1
22

3+
### v0.23.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250130
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.22.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

generated/google-apis-videointelligence_v1/lib/google/apis/videointelligence_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 VideointelligenceV1
1818
# Version of the google-apis-videointelligence_v1 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.0"
2020

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

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def initialize
5959
# Clients can use Operations.GetOperation or other methods to check whether the
6060
# cancellation succeeded or whether the operation completed despite cancellation.
6161
# On successful cancellation, the operation is not deleted; instead, it becomes
62-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
63-
# corresponding to `Code.CANCELLED`.
62+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
63+
# , corresponding to `Code.CANCELLED`.
6464
# @param [String] name
6565
# The name of the operation resource to be cancelled.
6666
# @param [String] fields
@@ -160,8 +160,8 @@ def get_operation_project_location_operation(name, fields: nil, quota_user: nil,
160160
# Clients can use Operations.GetOperation or other methods to check whether the
161161
# cancellation succeeded or whether the operation completed despite cancellation.
162162
# On successful cancellation, the operation is not deleted; instead, it becomes
163-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
164-
# corresponding to `Code.CANCELLED`.
163+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
164+
# , corresponding to `Code.CANCELLED`.
165165
# @param [String] name
166166
# The name of the operation resource to be cancelled.
167167
# @param [Google::Apis::VideointelligenceV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object

0 commit comments

Comments
 (0)