google-apis-displayvideo_v2 0.19.0 → 0.20.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: 117e851ec01a3413bddd612347114a4f0f9ae7dd974500d72314da32ec7266c9
|
4
|
+
data.tar.gz: 7bfdf064af9216bbb1bc5f1eb27ea71b87155654900ee4108b3380ff12b196f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0272eddf9d83f133112fc1c4c2c132aae21ecb2a7690552785e18ab1c53fa7331a67356758575c19188e97e0c9d6033bedb5bb846e4b3e34a5c679953f0e2ec4
|
7
|
+
data.tar.gz: 0ab2a80d8f33a3c6b5d048f0ac3d6fe508232b688342993e24cbd220178ee61fdaa5f00a9e0f0b6b8adb27e005a3e70b3386e374149794e164113b63711b45d2
|
data/CHANGELOG.md
CHANGED
@@ -6757,12 +6757,6 @@ module Google
|
|
6757
6757
|
# @return [Google::Apis::DisplayvideoV2::InventorySourceStatus]
|
6758
6758
|
attr_accessor :status
|
6759
6759
|
|
6760
|
-
# Immutable. The unique ID of the sub-site property assigned to this inventory
|
6761
|
-
# source.
|
6762
|
-
# Corresponds to the JSON property `subSitePropertyId`
|
6763
|
-
# @return [Fixnum]
|
6764
|
-
attr_accessor :sub_site_property_id
|
6765
|
-
|
6766
6760
|
# A time range.
|
6767
6761
|
# Corresponds to the JSON property `timeRange`
|
6768
6762
|
# @return [Google::Apis::DisplayvideoV2::TimeRange]
|
@@ -6797,7 +6791,6 @@ module Google
|
|
6797
6791
|
@read_partner_ids = args[:read_partner_ids] if args.key?(:read_partner_ids)
|
6798
6792
|
@read_write_accessors = args[:read_write_accessors] if args.key?(:read_write_accessors)
|
6799
6793
|
@status = args[:status] if args.key?(:status)
|
6800
|
-
@sub_site_property_id = args[:sub_site_property_id] if args.key?(:sub_site_property_id)
|
6801
6794
|
@time_range = args[:time_range] if args.key?(:time_range)
|
6802
6795
|
@update_time = args[:update_time] if args.key?(:update_time)
|
6803
6796
|
end
|
@@ -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.20.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 = "20230608"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3747,7 +3747,6 @@ module Google
|
|
3747
3747
|
|
3748
3748
|
property :status, as: 'status', class: Google::Apis::DisplayvideoV2::InventorySourceStatus, decorator: Google::Apis::DisplayvideoV2::InventorySourceStatus::Representation
|
3749
3749
|
|
3750
|
-
property :sub_site_property_id, :numeric_string => true, as: 'subSitePropertyId'
|
3751
3750
|
property :time_range, as: 'timeRange', class: Google::Apis::DisplayvideoV2::TimeRange, decorator: Google::Apis::DisplayvideoV2::TimeRange::Representation
|
3752
3751
|
|
3753
3752
|
property :update_time, as: 'updateTime'
|
@@ -1565,7 +1565,7 @@ module Google
|
|
1565
1565
|
# OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other
|
1566
1566
|
# fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `
|
1567
1567
|
# displayName` * `entityStatus` * `budget.budget_segments.date_range.end_date` (
|
1568
|
-
# input in the form of `YYYY-MM-DD`) **Deprecated. Not available after June
|
1568
|
+
# input in the form of `YYYY-MM-DD`) * **Deprecated. Not available after June 21,
|
1569
1569
|
# 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`)
|
1570
1570
|
# Examples: * All insertion orders under a campaign: `campaignId="1234"` * All `
|
1571
1571
|
# ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
|
@@ -2416,30 +2416,28 @@ module Google
|
|
2416
2416
|
# OR EQUAL TO (<=)` operators. * The `warningMessages` field must use the `HAS (:
|
2417
2417
|
# )` operator. * All other fields must use the `EQUALS (=)` operator. Supported
|
2418
2418
|
# fields: * `campaignId` * `displayName` * `entityStatus` * `flight.dateRange.
|
2419
|
-
# endDate` (input formatted as `YYYY-MM-DD`) **Deprecated. Not available after
|
2420
|
-
# June
|
2421
|
-
#
|
2422
|
-
#
|
2423
|
-
#
|
2424
|
-
#
|
2425
|
-
#
|
2426
|
-
#
|
2427
|
-
#
|
2428
|
-
#
|
2429
|
-
#
|
2430
|
-
#
|
2431
|
-
# than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
|
2432
|
-
# 11-04T18:54:47Z"` * All line items with an update time
|
2433
|
-
# to 2020-11-04T18:54:47Z (format of ISO 8601): `
|
2434
|
-
# 47Z"`
|
2435
|
-
#
|
2436
|
-
# AND targetedChannelId=12345` The length of this field should be no more than
|
2437
|
-
# 500 characters. Reference our [filter `LIST` requests](/display-video/api/
|
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/
|
2438
2436
|
# guides/how-tos/filters) guide for more information.
|
2439
2437
|
# @param [String] order_by
|
2440
2438
|
# Field by which to sort the list. Acceptable values are: * `displayName` (
|
2441
|
-
# default) * `entityStatus` * `flight.dateRange.endDate` **Deprecated. Not
|
2442
|
-
# available after June
|
2439
|
+
# default) * `entityStatus` * `flight.dateRange.endDate` * **Deprecated. Not
|
2440
|
+
# available after June 21, 2023** * `updateTime` The default sorting order is
|
2443
2441
|
# ascending. To specify descending order for a field, a suffix "desc" should be
|
2444
2442
|
# added to the field name. Example: `displayName desc`.
|
2445
2443
|
# @param [Fixnum] page_size
|
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.20.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-06-11 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.20.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: []
|