google-apis-displayvideo_v3 0.25.0 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '003769ddb6b1931cdf6996cfd8da1e4870042cf0fb01c31c278b84ec53d085ca'
4
- data.tar.gz: 67ebc70d765f1bbd4d926ee5ff9fda3cbfb5142241dfa59ee58ae8813e4b4c73
3
+ metadata.gz: 6b7d1211e81b2ad9cdafb8545232a36408b5d9c38d65510f20ced560276664bd
4
+ data.tar.gz: ab5eb112459e0b45c3776f32ebf233e99a06761b781b5e599ed63ff6681bee9b
5
5
  SHA512:
6
- metadata.gz: 924777cbb362fd1799a8bd19a3f9ca98bf4126424c699eb88e87aaddd9e498882a7cd9055f8590323adc4f7f83921d0953142a83ce54c847b7c702ee60c40c69
7
- data.tar.gz: acf17096289cfa5802a9c57eb4e16d118bffea31c5ccadfc50e03157d102d939ee18ca48a5f31997a9f879b90a1f653aeb2df1441dc448df50e601833ff08519
6
+ metadata.gz: c904ff6c81b0d3ad760464c6f5911e772325eaee36bf2a9be3723e6c08a20f83ff1fb03ceaff562476c1ceaf6d52a8dcb051ab206bb385ff22366e1effadca59
7
+ data.tar.gz: fc6a6fe122e163642ed1639aef31c4557ed5bb92534a315dd5ba0b57cede4de0255e7ca1150e0754d6a0513e36a8ea6ac059f35558806ff26bde16dde409f69b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.26.0 (2025-04-13)
4
+
5
+ * Regenerated from discovery document revision 20250410
6
+
3
7
  ### v0.25.0 (2025-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20250320
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV3
18
18
  # Version of the google-apis-displayvideo_v3 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250320"
25
+ REVISION = "20250410"
26
26
  end
27
27
  end
28
28
  end
@@ -7027,37 +7027,6 @@ module Google
7027
7027
  execute_or_queue_command(command, &block)
7028
7028
  end
7029
7029
 
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
-
7061
7030
  # Gets a single targeting option.
7062
7031
  # @param [String] targeting_type
7063
7032
  # Required. The type of targeting option to retrieve. Accepted values are: * `
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-23 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.26.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
62
62
  rdoc_options: []
63
63
  require_paths: