google-apis-displayvideo_v2 0.23.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04145cfef234d8cd264138649a977a99731c75cb5020cd06c998619c979299a1
4
- data.tar.gz: 8fa5994d15fa1158b3fca1ec8ce5c0ea1d8fa087831bbee881f9164439ae26ff
3
+ metadata.gz: 02734a1b5b8399119a6eef110887a5ecfa9dbb9ed7545531d3fed0460da23375
4
+ data.tar.gz: c503eac010a0d4627653faeaa50983a9e3c53fd5b8ed92a962f31d41ab0fbba0
5
5
  SHA512:
6
- metadata.gz: 1e9f48604cb5ae1071b75f9cab70bd6a75cf7d157c2b02d3774a32b33c0a54267fd491f0116357439c6b261d28eac68a8d7ffbe4b68e4acf9846316d64c7cba9
7
- data.tar.gz: b4e1f9586a36dd5e626bbf1f6c755f763a374e548669b7ae58648dd5652d754a3e8e796122c8ac53764f5c7f34267fc3111864b4b19f5b2f1929efcb39dbeaff
6
+ metadata.gz: 5d0c2829151887226fc977cb1ac330047c1facd81c4489768d08470c9fa91e4cf3c9409b9640df2115f1944c1f4c9834169d6b8c5cced9bd2870d70c6cdc1d20
7
+ data.tar.gz: 73700ddd06e2c3212482b4028151c37b38c05c86cd3b240b3a0d3918166739b03daa2b6cb72730543ec8461ef41b7b6afbd6ec7b80802887ece704ee353f5653
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.24.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.23.0 (2023-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230713
@@ -6333,8 +6333,7 @@ module Google
6333
6333
  attr_accessor :bid_strategy
6334
6334
 
6335
6335
  # Immutable. The billable outcome of the insertion order. Outcome based buying
6336
- # will be deprecated on **August 1, 2023**. Read more on our [Announced
6337
- # Deprecations page](/display-video/api/deprecations#features.obb).
6336
+ # is deprecated. `BILLABLE_OUTCOME_PAY_PER_IMPRESSION` is the only valid value.
6338
6337
  # Corresponds to the JSON property `billableOutcome`
6339
6338
  # @return [String]
6340
6339
  attr_accessor :billable_outcome
@@ -9353,13 +9352,13 @@ module Google
9353
9352
  # @return [String]
9354
9353
  attr_accessor :name
9355
9354
 
9356
- # The normal response of the operation in case of success. If the original
9357
- # method returns no data on success, such as `Delete`, the response is `google.
9358
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
9359
- # the response should be the resource. For other methods, the response should
9360
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
9361
- # example, if the original method name is `TakeSnapshot()`, the inferred
9362
- # response type is `TakeSnapshotResponse`.
9355
+ # The normal, successful response of the operation. If the original method
9356
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
9357
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
9358
+ # response should be the resource. For other methods, the response should have
9359
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
9360
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
9361
+ # `TakeSnapshotResponse`.
9363
9362
  # Corresponds to the JSON property `response`
9364
9363
  # @return [Hash<String,Object>]
9365
9364
  attr_accessor :response
@@ -12011,9 +12010,10 @@ module Google
12011
12010
 
12012
12011
  # The value used by the bidding strategy. When the bidding strategy is assigned
12013
12012
  # at the line item level, this field is only applicable for the following
12014
- # strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` When
12015
- # the bidding strategy is assigned at the ad group level, this field is only
12016
- # applicable for the following strategy types: * `
12013
+ # strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
12014
+ # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding
12015
+ # strategy is assigned at the ad group level, this field is only applicable for
12016
+ # the following strategy types: * `
12017
12017
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `
12018
12018
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `
12019
12019
  # YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV2
18
18
  # Version of the google-apis-displayvideo_v2 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230713"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
@@ -239,6 +239,10 @@ module Google
239
239
  # 04T18:54:47Z"` The length of this field should be no more than 500 characters.
240
240
  # Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/
241
241
  # filters) guide for more information.
242
+ # @param [String] internal_debugging_config
243
+ # The config used in internal debugging and manual testing. Use comma to
244
+ # separate multiple values. Examples: To allow entity search to go through
245
+ # tangle `searchUsingTangle` To get only the advertiser Ids use `idOnly`
242
246
  # @param [String] order_by
243
247
  # Field by which to sort the list. Acceptable values are: * `displayName` (
244
248
  # default) * `entityStatus` * `updateTime` The default sorting order is
@@ -272,11 +276,12 @@ module Google
272
276
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
273
277
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
274
278
  # @raise [Google::Apis::AuthorizationError] Authorization is required
275
- def list_advertisers(filter: nil, order_by: nil, page_size: nil, page_token: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
279
+ def list_advertisers(filter: nil, internal_debugging_config: nil, order_by: nil, page_size: nil, page_token: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
276
280
  command = make_simple_command(:get, 'v2/advertisers', options)
277
281
  command.response_representation = Google::Apis::DisplayvideoV2::ListAdvertisersResponse::Representation
278
282
  command.response_class = Google::Apis::DisplayvideoV2::ListAdvertisersResponse
279
283
  command.query['filter'] = filter unless filter.nil?
284
+ command.query['internalDebuggingConfig'] = internal_debugging_config unless internal_debugging_config.nil?
280
285
  command.query['orderBy'] = order_by unless order_by.nil?
281
286
  command.query['pageSize'] = page_size unless page_size.nil?
282
287
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-16 00:00:00.000000000 Z
11
+ date: 2023-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []