google-apis-displayvideo_v1 0.54.0 → 0.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v1/gem_version.rb +2 -2
- data/lib/google/apis/displayvideo_v1/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: 9db93fd48bf827933609e5238f8b2279b87df34de69ccb208a839208466ca7c2
|
4
|
+
data.tar.gz: 963fbab2f454506460932f33d4575170996c66d5173eb8bd22cf3e8b0d623d86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3403e6ded55a120157e83f4c2bc532bc7dbdadb8388fd5b537359bbc19181dc4156c1d6d9baac3cf22ef9d3d63df8c3e90722ec4f2c82cb0f5f78d000c637ca0
|
7
|
+
data.tar.gz: 6fcf7224e3531096de1c2cb50a86447c5368adcb48275cd5f639cd4588259365ab27b5a1829e65b75205e674bcfa532c583fb875a14b5156256c49af21440e14
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.55.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
|
@@ -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 `
|
1630
|
-
# `LESS THAN (
|
1631
|
-
#
|
1632
|
-
#
|
1633
|
-
#
|
1634
|
-
#
|
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. *
|
2234
|
-
#
|
2235
|
-
#
|
2236
|
-
#
|
2237
|
-
#
|
2238
|
-
#
|
2239
|
-
#
|
2240
|
-
#
|
2241
|
-
#
|
2242
|
-
#
|
2243
|
-
#
|
2244
|
-
#
|
2245
|
-
#
|
2246
|
-
#
|
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` * `
|
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.
|
4
|
+
version: 0.55.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.55.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: []
|