Skip to content

Commit 9ba007f

Browse files
feat: Automated regeneration of displayvideo v3 client (googleapis#22392)
Auto-created at 2025-04-13 09:36:57 +0000 using the toys pull request generator.
1 parent 904debe commit 9ba007f

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

generated/google-apis-displayvideo_v3/CHANGELOG.md

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

3+
### v0.26.0 (2025-04-13)
4+
5+
* Regenerated from discovery document revision 20250410
6+
37
### v0.25.0 (2025-03-23)
48

59
* Regenerated from discovery document revision 20250320

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DisplayvideoV3
1818
# Version of the google-apis-displayvideo_v3 gem
19-
GEM_VERSION = "0.25.0"
19+
GEM_VERSION = "0.26.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7027,37 +7027,6 @@ def get_sdfdownloadtask_operation(name, fields: nil, quota_user: nil, options: n
70277027
execute_or_queue_command(command, &block)
70287028
end
70297029

7030-
# Gets the latest state of an asynchronous SDF download task operation. Clients
7031-
# should poll this method at intervals of 30 seconds.
7032-
# @param [String] name
7033-
# The name of the operation resource.
7034-
# @param [String] fields
7035-
# Selector specifying which fields to include in a partial response.
7036-
# @param [String] quota_user
7037-
# Available to use for quota purposes for server-side applications. Can be any
7038-
# arbitrary string assigned to a user, but should not exceed 40 characters.
7039-
# @param [Google::Apis::RequestOptions] options
7040-
# Request-specific options
7041-
#
7042-
# @yield [result, err] Result & error if block supplied
7043-
# @yieldparam result [Google::Apis::DisplayvideoV3::Operation] parsed result object
7044-
# @yieldparam err [StandardError] error object if request failed
7045-
#
7046-
# @return [Google::Apis::DisplayvideoV3::Operation]
7047-
#
7048-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
7049-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7050-
# @raise [Google::Apis::AuthorizationError] Authorization is required
7051-
def get_sdfuploadtask_operation(name, fields: nil, quota_user: nil, options: nil, &block)
7052-
command = make_simple_command(:get, 'v3/{+name}', options)
7053-
command.response_representation = Google::Apis::DisplayvideoV3::Operation::Representation
7054-
command.response_class = Google::Apis::DisplayvideoV3::Operation
7055-
command.params['name'] = name unless name.nil?
7056-
command.query['fields'] = fields unless fields.nil?
7057-
command.query['quotaUser'] = quota_user unless quota_user.nil?
7058-
execute_or_queue_command(command, &block)
7059-
end
7060-
70617030
# Gets a single targeting option.
70627031
# @param [String] targeting_type
70637032
# Required. The type of targeting option to retrieve. Accepted values are: * `

0 commit comments

Comments
 (0)