google-apis-displayvideo_v1 0.54.0 → 0.56.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: 81e8a767554cc1e2abe216cdfeffe76ff49bb299325026ffc71e91744d37b123
4
- data.tar.gz: 4cc2d827520474ef978ee40e72de86a2cf8f385e4786c0b676ac79c62e8f00ab
3
+ metadata.gz: 6f95896c5f6b152543708d8253a4f1d478a906a8ed2de06e037d2e1f408c6c1f
4
+ data.tar.gz: 8fa31be334cab09cf14b0e669f2ad633cbfb6f9146ed7b27571593ab2b0e2b39
5
5
  SHA512:
6
- metadata.gz: a89a9f12ebf3a12f7977855f35f883c5ac871cd438a678eaf2a2b24ff305af17addb303e62a9d6d1c624b33ad2f8182c6e7254e43171ea7d83d4fecbb450eb2e
7
- data.tar.gz: 302cc815ee22bec31ffc8d754d0bb9e2eeeac859b8b71546e0cbc721f61244f78fabf47360a9e343e3d252b704b16c6a38cef216199c09b7a9da14c34ee58dff
6
+ metadata.gz: c2aff36e07ee9a321956172a6bd3ee3472bca4190af149c9ef829e018d6afe80029ac6d4767485ddb291127d93751ac2dfda3fd7c78fe96dbfa5765b102adab9
7
+ data.tar.gz: 72bd1c1eab1547d8a0665548dd4ab999b2b3b3ea15f4c79b4b24b50851f617cf54f27c9a8e883f8dc9ab3bcddd33284bdef48a3761de8b509a886608ed01adb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.56.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230713
6
+
7
+ ### v0.55.0 (2023-07-02)
8
+
9
+ * Regenerated from discovery document revision 20230623
10
+
3
11
  ### v0.54.0 (2023-06-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20230615
@@ -5861,7 +5861,9 @@ 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
+ # will be deprecated on **August 1, 2023**. Read more on our [Announced
5866
+ # Deprecations page](/display-video/api/deprecations#features.obb).
5865
5867
  # Corresponds to the JSON property `billableOutcome`
5866
5868
  # @return [String]
5867
5869
  attr_accessor :billable_outcome
@@ -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.54.0"
19
+ GEM_VERSION = "0.56.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 = "20230615"
25
+ REVISION = "20230713"
26
26
  end
27
27
  end
28
28
  end
@@ -1626,15 +1626,12 @@ module Google
1626
1626
  # expressions are made up of one or more restrictions. * Restrictions can be
1627
1627
  # combined by `AND` or `OR` logical operators. A sequence of restrictions
1628
1628
  # implicitly uses `AND`. * A restriction has the form of ``field` `operator` `
1629
- # value``. * The `budget.budget_segments.date_range.end_date` field must use the
1630
- # `LESS THAN (<)` operator. * The `updateTime` field must use the `GREATER THAN
1631
- # OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other
1632
- # fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `
1633
- # displayName` * `entityStatus` * `budget.budget_segments.date_range.end_date` (
1634
- # input in the form of `YYYY-MM-DD`) * **Deprecated. Not available after June 21,
1635
- # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`)
1636
- # Examples: * All insertion orders under a campaign: `campaignId="1234"` * All `
1637
- # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
1629
+ # value``. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)`
1630
+ # or `LESS THAN OR EQUAL TO (<=)` operators. * All other fields must use the `
1631
+ # EQUALS (=)` operator. Supported fields: * `campaignId` * `displayName` * `
1632
+ # entityStatus` * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:
1633
+ # SSZ`) Examples: * All insertion orders under a campaign: `campaignId="1234"` *
1634
+ # All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
1638
1635
  # advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="
1639
1636
  # ENTITY_STATUS_PAUSED")` * All insertion orders with an update time less than
1640
1637
  # or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime<="2020-11-
@@ -2228,33 +2225,24 @@ module Google
2228
2225
  # are made up of one or more restrictions. * Restrictions can be combined by `
2229
2226
  # AND` or `OR` logical operators. A sequence of restrictions implicitly uses `
2230
2227
  # AND`. * A restriction has the form of ``field` `operator` `value``. * The `
2231
- # flight.dateRange.endDate` field must use the `LESS THAN (<)` operator. * The `
2232
2228
  # updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN
2233
- # OR EQUAL TO (<=)` operators. * The `warningMessages` field must use the `HAS (:
2234
- # )` operator. * All other fields must use the `EQUALS (=)` operator. Supported
2235
- # fields: * `campaignId` * `displayName` * `entityStatus` * `flight.dateRange.
2236
- # endDate` (input formatted as `YYYY-MM-DD`) * **Deprecated. Not available after
2237
- # June 21, 2023** * `flight.triggerId` * **Deprecated. Not available after June
2238
- # 21, 2023** * `insertionOrderId` * `lineItemId` * `lineItemType` * `
2239
- # targetedChannelId` * **Deprecated. Not available after June 21, 2023** * `
2240
- # targetedNegativeKeywordListId` * **Deprecated. Not available after June 21,
2241
- # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) * `
2242
- # warningMessages` * **Deprecated. Not available after June 21, 2023** Examples:
2243
- # * All line items under an insertion order: `insertionOrderId="1234"` * All `
2244
- # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and `
2245
- # LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(entityStatus=
2246
- # "ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
2247
- # lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items with an update
2248
- # time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2249
- # updateTime<="2020-11-04T18:54:47Z"` * All line items with an update time
2250
- # greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2251
- # updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no more
2252
- # than 500 characters. Reference our [filter `LIST` requests](/display-video/api/
2253
- # guides/how-tos/filters) guide for more information.
2229
+ # OR EQUAL TO (<=)` operators. * All other fields must use the `EQUALS (=)`
2230
+ # operator. Supported fields: * `campaignId` * `displayName` * `entityStatus` * `
2231
+ # insertionOrderId` * `lineItemId` * `lineItemType` * `updateTime` (input in ISO
2232
+ # 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All line items under an
2233
+ # insertion order: `insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or `
2234
+ # ENTITY_STATUS_PAUSED` and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an
2235
+ # advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="
2236
+ # ENTITY_STATUS_PAUSED") AND lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` *
2237
+ # All line items with an update time less than or equal to 2020-11-04T18:54:47Z (
2238
+ # format of ISO 8601): `updateTime<="2020-11-04T18:54:47Z"` * All line items
2239
+ # with an update time greater than or equal to 2020-11-04T18:54:47Z (format of
2240
+ # ISO 8601): `updateTime>="2020-11-04T18:54:47Z"` The length of this field
2241
+ # should be no more than 500 characters. Reference our [filter `LIST` requests](/
2242
+ # display-video/api/guides/how-tos/filters) guide for more information.
2254
2243
  # @param [String] order_by
2255
2244
  # Field by which to sort the list. Acceptable values are: * `displayName` (
2256
- # default) * `entityStatus` * `flight.dateRange.endDate` * **Deprecated. Not
2257
- # available after June 21, 2023** * `updateTime` The default sorting order is
2245
+ # default) * `entityStatus` * `updateTime` The default sorting order is
2258
2246
  # ascending. To specify descending order for a field, a suffix "desc" should be
2259
2247
  # added to the field name. Example: `displayName desc`.
2260
2248
  # @param [Fixnum] page_size
@@ -5458,6 +5446,9 @@ module Google
5458
5446
  # Gets an inventory source.
5459
5447
  # @param [Fixnum] inventory_source_id
5460
5448
  # Required. The ID of the inventory source to fetch.
5449
+ # @param [Fixnum] advertiser_id
5450
+ # Optional. The advertiser_id is optional, when it is provided, the advertiser
5451
+ # access is used.
5461
5452
  # @param [Fixnum] partner_id
5462
5453
  # Required. The ID of the DV360 partner to which the fetched inventory source is
5463
5454
  # permissioned.
@@ -5478,11 +5469,12 @@ module Google
5478
5469
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5479
5470
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5480
5471
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5481
- def get_inventory_source(inventory_source_id, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
5472
+ def get_inventory_source(inventory_source_id, advertiser_id: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
5482
5473
  command = make_simple_command(:get, 'v1/inventorySources/{+inventorySourceId}', options)
5483
5474
  command.response_representation = Google::Apis::DisplayvideoV1::InventorySource::Representation
5484
5475
  command.response_class = Google::Apis::DisplayvideoV1::InventorySource
5485
5476
  command.params['inventorySourceId'] = inventory_source_id unless inventory_source_id.nil?
5477
+ command.query['advertiserId'] = advertiser_id unless advertiser_id.nil?
5486
5478
  command.query['partnerId'] = partner_id unless partner_id.nil?
5487
5479
  command.query['fields'] = fields unless fields.nil?
5488
5480
  command.query['quotaUser'] = quota_user unless quota_user.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.54.0
4
+ version: 0.56.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-06-18 00:00:00.000000000 Z
11
+ date: 2023-07-16 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.56.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: []