google-apis-displayvideo_v2 0.21.0 → 0.23.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04145cfef234d8cd264138649a977a99731c75cb5020cd06c998619c979299a1
|
4
|
+
data.tar.gz: 8fa5994d15fa1158b3fca1ec8ce5c0ea1d8fa087831bbee881f9164439ae26ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e9f48604cb5ae1071b75f9cab70bd6a75cf7d157c2b02d3774a32b33c0a54267fd491f0116357439c6b261d28eac68a8d7ffbe4b68e4acf9846316d64c7cba9
|
7
|
+
data.tar.gz: b4e1f9586a36dd5e626bbf1f6c755f763a374e548669b7ae58648dd5652d754a3e8e796122c8ac53764f5c7f34267fc3111864b4b19f5b2f1929efcb39dbeaff
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.23.0 (2023-07-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230713
|
6
|
+
|
7
|
+
### v0.22.0 (2023-07-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230623
|
10
|
+
|
3
11
|
### v0.21.0 (2023-06-18)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230615
|
@@ -6332,7 +6332,9 @@ module Google
|
|
6332
6332
|
# @return [Google::Apis::DisplayvideoV2::BiddingStrategy]
|
6333
6333
|
attr_accessor :bid_strategy
|
6334
6334
|
|
6335
|
-
# Immutable. The billable outcome of the insertion order.
|
6335
|
+
# Immutable. The billable outcome of the insertion order. Outcome based buying
|
6336
|
+
# will be deprecated on **August 1, 2023**. Read more on our [Announced
|
6337
|
+
# Deprecations page](/display-video/api/deprecations#features.obb).
|
6336
6338
|
# Corresponds to the JSON property `billableOutcome`
|
6337
6339
|
# @return [String]
|
6338
6340
|
attr_accessor :billable_outcome
|
@@ -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.23.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 = "20230713"
|
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.23.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-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_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.23.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: []
|