google-apis-displayvideo_v1 0.55.0 → 0.57.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: 9db93fd48bf827933609e5238f8b2279b87df34de69ccb208a839208466ca7c2
4
- data.tar.gz: 963fbab2f454506460932f33d4575170996c66d5173eb8bd22cf3e8b0d623d86
3
+ metadata.gz: 8098526e5c3c9c3dbf88debada66399b24773fabe5a99451ba83639590b0684d
4
+ data.tar.gz: 78036901d426bc70f512903ccbfc416627e19586e3f6f291b0a34d058017511c
5
5
  SHA512:
6
- metadata.gz: 3403e6ded55a120157e83f4c2bc532bc7dbdadb8388fd5b537359bbc19181dc4156c1d6d9baac3cf22ef9d3d63df8c3e90722ec4f2c82cb0f5f78d000c637ca0
7
- data.tar.gz: 6fcf7224e3531096de1c2cb50a86447c5368adcb48275cd5f639cd4588259365ab27b5a1829e65b75205e674bcfa532c583fb875a14b5156256c49af21440e14
6
+ metadata.gz: c61b2e27b8f228d9a26f32cb99661500ba6363117b0e93baa05da7727d88ec1ae1e8f8d1eff8cd6a6a209c1d52e201abb15d994c4ddeffae0221e1abd649e700
7
+ data.tar.gz: dd3775c6bed38ec02043379017ee6a928496fe7ee8893c2f778ecf95864824ca289e0b4fabc2b45fc152d5646672fa959557db7bfe007326688a0ac1c443ab20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.57.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
7
+ ### v0.56.0 (2023-07-16)
8
+
9
+ * Regenerated from discovery document revision 20230713
10
+
3
11
  ### v0.55.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230623
@@ -5861,7 +5861,8 @@ module Google
5861
5861
  # @return [Google::Apis::DisplayvideoV1::BiddingStrategy]
5862
5862
  attr_accessor :bid_strategy
5863
5863
 
5864
- # Immutable. The billable outcome of the insertion order.
5864
+ # Immutable. The billable outcome of the insertion order. Outcome based buying
5865
+ # is deprecated. `BILLABLE_OUTCOME_PAY_PER_IMPRESSION` is the only valid value.
5865
5866
  # Corresponds to the JSON property `billableOutcome`
5866
5867
  # @return [String]
5867
5868
  attr_accessor :billable_outcome
@@ -8691,13 +8692,13 @@ module Google
8691
8692
  # @return [String]
8692
8693
  attr_accessor :name
8693
8694
 
8694
- # The normal response of the operation in case of success. If the original
8695
- # method returns no data on success, such as `Delete`, the response is `google.
8696
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
8697
- # the response should be the resource. For other methods, the response should
8698
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
8699
- # example, if the original method name is `TakeSnapshot()`, the inferred
8700
- # response type is `TakeSnapshotResponse`.
8695
+ # The normal, successful response of the operation. If the original method
8696
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
8697
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
8698
+ # response should be the resource. For other methods, the response should have
8699
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
8700
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
8701
+ # `TakeSnapshotResponse`.
8701
8702
  # Corresponds to the JSON property `response`
8702
8703
  # @return [Hash<String,Object>]
8703
8704
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV1
18
18
  # Version of the google-apis-displayvideo_v1 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.57.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 = "20230623"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
@@ -297,6 +297,10 @@ module Google
297
297
  # 04T18:54:47Z"` The length of this field should be no more than 500 characters.
298
298
  # Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/
299
299
  # filters) guide for more information.
300
+ # @param [String] internal_debugging_config
301
+ # The config used in internal debugging and manual testing. Use comma to
302
+ # separate multiple values. Examples: To allow entity search to go through
303
+ # tangle `searchUsingTangle` To get only the advertiser Ids use `idOnly`
300
304
  # @param [String] order_by
301
305
  # Field by which to sort the list. Acceptable values are: * `displayName` (
302
306
  # default) * `entityStatus` * `updateTime` The default sorting order is
@@ -330,11 +334,12 @@ module Google
330
334
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
331
335
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
332
336
  # @raise [Google::Apis::AuthorizationError] Authorization is required
333
- 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)
337
+ 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)
334
338
  command = make_simple_command(:get, 'v1/advertisers', options)
335
339
  command.response_representation = Google::Apis::DisplayvideoV1::ListAdvertisersResponse::Representation
336
340
  command.response_class = Google::Apis::DisplayvideoV1::ListAdvertisersResponse
337
341
  command.query['filter'] = filter unless filter.nil?
342
+ command.query['internalDebuggingConfig'] = internal_debugging_config unless internal_debugging_config.nil?
338
343
  command.query['orderBy'] = order_by unless order_by.nil?
339
344
  command.query['pageSize'] = page_size unless page_size.nil?
340
345
  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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.57.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-02 00:00:00.000000000 Z
11
+ date: 2023-08-06 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.57.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v1
63
63
  post_install_message:
64
64
  rdoc_options: []