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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v2/gem_version.rb +2 -2
- data/lib/google/apis/displayvideo_v2/service.rb +26 -34
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c766436141167874fe2096c2aa9b84014350062c254e8555625be1638e7d6259
|
|
4
|
+
data.tar.gz: 41852d3318f2d895fe0de9ff9a28844757272a2302e3584f0b36331f7be9bfba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f535e6dd87340e2187127e40b90b9e4f543e4571a632f488ece426e716f07ac150962d1810e710c1b7948e76694ce9dc6a9f0d67bd1a38f1f623526152e285b9
|
|
7
|
+
data.tar.gz: 81c0bab0013559aedc286968c02b7928783a9c937ec2091c320bf596c36ab07910b30c3fc4444e34e9852f8bb5bafd8138bd03800d479d4c3e80b3e04a56f117
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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 `
|
|
1564
|
-
# `LESS THAN (
|
|
1565
|
-
#
|
|
1566
|
-
#
|
|
1567
|
-
#
|
|
1568
|
-
#
|
|
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. *
|
|
2417
|
-
#
|
|
2418
|
-
#
|
|
2419
|
-
#
|
|
2420
|
-
#
|
|
2421
|
-
#
|
|
2422
|
-
#
|
|
2423
|
-
#
|
|
2424
|
-
#
|
|
2425
|
-
#
|
|
2426
|
-
#
|
|
2427
|
-
#
|
|
2428
|
-
#
|
|
2429
|
-
#
|
|
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` * `
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|