google-apis-displayvideo_v2 0.21.0 → 0.22.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: ac58e53b6f27d8a93f759de8a260cd09a49a8882c4a06a5e910ef2f625426ab6
4
- data.tar.gz: c8301f5584606a9af7156845f6ea91a44b4fda6ac6b1a687dc66e962f30d8245
3
+ metadata.gz: c766436141167874fe2096c2aa9b84014350062c254e8555625be1638e7d6259
4
+ data.tar.gz: 41852d3318f2d895fe0de9ff9a28844757272a2302e3584f0b36331f7be9bfba
5
5
  SHA512:
6
- metadata.gz: 59ed4e0751017ecfe752754bdbd0291f9e54083be5cf906919ad0b0125b3a304632221e1bda28ab0f9abd73d57e164be5b53e0869212e7652d956688257b707e
7
- data.tar.gz: 23a9cdfd03361cbef144af379b97cd76ffa0e2dd811b55587d6ba3d486c3c275e99047a07024715ba98c4092c2a2e3fa8ed27f6688157a7046142b1b14f140b0
6
+ metadata.gz: f535e6dd87340e2187127e40b90b9e4f543e4571a632f488ece426e716f07ac150962d1810e710c1b7948e76694ce9dc6a9f0d67bd1a38f1f623526152e285b9
7
+ data.tar.gz: 81c0bab0013559aedc286968c02b7928783a9c937ec2091c320bf596c36ab07910b30c3fc4444e34e9852f8bb5bafd8138bd03800d479d4c3e80b3e04a56f117
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.22.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230623
6
+
3
7
  ### v0.21.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230615
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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 = "20230623"
26
26
  end
27
27
  end
28
28
  end
@@ -1560,15 +1560,12 @@ module Google
1560
1560
  # expressions are made up of one or more restrictions. * Restrictions can be
1561
1561
  # combined by `AND` or `OR` logical operators. A sequence of restrictions
1562
1562
  # implicitly uses `AND`. * A restriction has the form of ``field` `operator` `
1563
- # value``. * The `budget.budget_segments.date_range.end_date` field must use the
1564
- # `LESS THAN (<)` operator. * The `updateTime` field must use the `GREATER THAN
1565
- # OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other
1566
- # fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `
1567
- # displayName` * `entityStatus` * `budget.budget_segments.date_range.end_date` (
1568
- # input in the form of `YYYY-MM-DD`) * **Deprecated. Not available after June 21,
1569
- # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`)
1570
- # Examples: * All insertion orders under a campaign: `campaignId="1234"` * All `
1571
- # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
1563
+ # value``. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)`
1564
+ # or `LESS THAN OR EQUAL TO (<=)` operators. * All other fields must use the `
1565
+ # EQUALS (=)` operator. Supported fields: * `campaignId` * `displayName` * `
1566
+ # entityStatus` * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:
1567
+ # SSZ`) Examples: * All insertion orders under a campaign: `campaignId="1234"` *
1568
+ # All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
1572
1569
  # advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="
1573
1570
  # ENTITY_STATUS_PAUSED")` * All insertion orders with an update time less than
1574
1571
  # or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime<="2020-11-
@@ -2411,33 +2408,24 @@ module Google
2411
2408
  # are made up of one or more restrictions. * Restrictions can be combined by `
2412
2409
  # AND` or `OR` logical operators. A sequence of restrictions implicitly uses `
2413
2410
  # AND`. * A restriction has the form of ``field` `operator` `value``. * The `
2414
- # flight.dateRange.endDate` field must use the `LESS THAN (<)` operator. * The `
2415
2411
  # updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN
2416
- # OR EQUAL TO (<=)` operators. * The `warningMessages` field must use the `HAS (:
2417
- # )` operator. * All other fields must use the `EQUALS (=)` operator. Supported
2418
- # fields: * `campaignId` * `displayName` * `entityStatus` * `flight.dateRange.
2419
- # endDate` (input formatted as `YYYY-MM-DD`) * **Deprecated. Not available after
2420
- # June 21, 2023** * `flight.triggerId` * **Deprecated. Not available after June
2421
- # 21, 2023** * `insertionOrderId` * `lineItemId` * `lineItemType` * `
2422
- # targetedChannelId` * **Deprecated. Not available after June 21, 2023** * `
2423
- # targetedNegativeKeywordListId` * **Deprecated. Not available after June 21,
2424
- # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) * `
2425
- # warningMessages` * **Deprecated. Not available after June 21, 2023** Examples:
2426
- # * All line items under an insertion order: `insertionOrderId="1234"` * All `
2427
- # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and `
2428
- # LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(entityStatus=
2429
- # "ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
2430
- # lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items with an update
2431
- # time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2432
- # updateTime<="2020-11-04T18:54:47Z"` * All line items with an update time
2433
- # greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2434
- # updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no more
2435
- # than 500 characters. Reference our [filter `LIST` requests](/display-video/api/
2436
- # guides/how-tos/filters) guide for more information.
2412
+ # OR EQUAL TO (<=)` operators. * All other fields must use the `EQUALS (=)`
2413
+ # operator. Supported fields: * `campaignId` * `displayName` * `entityStatus` * `
2414
+ # insertionOrderId` * `lineItemId` * `lineItemType` * `updateTime` (input in ISO
2415
+ # 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All line items under an
2416
+ # insertion order: `insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or `
2417
+ # ENTITY_STATUS_PAUSED` and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an
2418
+ # advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="
2419
+ # ENTITY_STATUS_PAUSED") AND lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` *
2420
+ # All line items with an update time less than or equal to 2020-11-04T18:54:47Z (
2421
+ # format of ISO 8601): `updateTime<="2020-11-04T18:54:47Z"` * All line items
2422
+ # with an update time greater than or equal to 2020-11-04T18:54:47Z (format of
2423
+ # ISO 8601): `updateTime>="2020-11-04T18:54:47Z"` The length of this field
2424
+ # should be no more than 500 characters. Reference our [filter `LIST` requests](/
2425
+ # display-video/api/guides/how-tos/filters) guide for more information.
2437
2426
  # @param [String] order_by
2438
2427
  # Field by which to sort the list. Acceptable values are: * `displayName` (
2439
- # default) * `entityStatus` * `flight.dateRange.endDate` * **Deprecated. Not
2440
- # available after June 21, 2023** * `updateTime` The default sorting order is
2428
+ # default) * `entityStatus` * `updateTime` The default sorting order is
2441
2429
  # ascending. To specify descending order for a field, a suffix "desc" should be
2442
2430
  # added to the field name. Example: `displayName desc`.
2443
2431
  # @param [Fixnum] page_size
@@ -6014,6 +6002,9 @@ module Google
6014
6002
  # Gets an inventory source.
6015
6003
  # @param [Fixnum] inventory_source_id
6016
6004
  # Required. The ID of the inventory source to fetch.
6005
+ # @param [Fixnum] advertiser_id
6006
+ # Optional. The advertiser_id is optional, when it is provided, the advertiser
6007
+ # access is used.
6017
6008
  # @param [Fixnum] partner_id
6018
6009
  # Required. The ID of the DV360 partner to which the fetched inventory source is
6019
6010
  # permissioned.
@@ -6034,11 +6025,12 @@ module Google
6034
6025
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6035
6026
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6036
6027
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6037
- def get_inventory_source(inventory_source_id, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
6028
+ def get_inventory_source(inventory_source_id, advertiser_id: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
6038
6029
  command = make_simple_command(:get, 'v2/inventorySources/{+inventorySourceId}', options)
6039
6030
  command.response_representation = Google::Apis::DisplayvideoV2::InventorySource::Representation
6040
6031
  command.response_class = Google::Apis::DisplayvideoV2::InventorySource
6041
6032
  command.params['inventorySourceId'] = inventory_source_id unless inventory_source_id.nil?
6033
+ command.query['advertiserId'] = advertiser_id unless advertiser_id.nil?
6042
6034
  command.query['partnerId'] = partner_id unless partner_id.nil?
6043
6035
  command.query['fields'] = fields unless fields.nil?
6044
6036
  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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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-02 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.22.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: []