google-apis-displayvideo_v2 0.19.0 → 0.21.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: ac58e53b6f27d8a93f759de8a260cd09a49a8882c4a06a5e910ef2f625426ab6
|
4
|
+
data.tar.gz: c8301f5584606a9af7156845f6ea91a44b4fda6ac6b1a687dc66e962f30d8245
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59ed4e0751017ecfe752754bdbd0291f9e54083be5cf906919ad0b0125b3a304632221e1bda28ab0f9abd73d57e164be5b53e0869212e7652d956688257b707e
|
7
|
+
data.tar.gz: 23a9cdfd03361cbef144af379b97cd76ffa0e2dd811b55587d6ba3d486c3c275e99047a07024715ba98c4092c2a2e3fa8ed27f6688157a7046142b1b14f140b0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.21.0 (2023-06-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230615
|
6
|
+
|
7
|
+
### v0.20.0 (2023-06-11)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230608
|
10
|
+
|
3
11
|
### v0.19.0 (2023-05-21)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230518
|
@@ -1259,11 +1259,7 @@ module Google
|
|
1259
1259
|
# contains first and third party audience ids only. The relation between each
|
1260
1260
|
# first and third party audience group is INTERSECTION, and the result is UNION'
|
1261
1261
|
# ed with other audience groups. Repeated groups with same settings will be
|
1262
|
-
# ignored.
|
1263
|
-
# be deprecated on **May 20, 2023**. After this date, these audiences will not
|
1264
|
-
# be able to be added to resource targeting. Read our [feature deprecation
|
1265
|
-
# announcement](/display-video/api/deprecations#features.
|
1266
|
-
# first_and_third_party_audience_types) for more information.
|
1262
|
+
# ignored.
|
1267
1263
|
# Corresponds to the JSON property `includedFirstAndThirdPartyAudienceGroups`
|
1268
1264
|
# @return [Array<Google::Apis::DisplayvideoV2::FirstAndThirdPartyAudienceGroup>]
|
1269
1265
|
attr_accessor :included_first_and_third_party_audience_groups
|
@@ -6757,12 +6753,6 @@ module Google
|
|
6757
6753
|
# @return [Google::Apis::DisplayvideoV2::InventorySourceStatus]
|
6758
6754
|
attr_accessor :status
|
6759
6755
|
|
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
6756
|
# A time range.
|
6767
6757
|
# Corresponds to the JSON property `timeRange`
|
6768
6758
|
# @return [Google::Apis::DisplayvideoV2::TimeRange]
|
@@ -6797,7 +6787,6 @@ module Google
|
|
6797
6787
|
@read_partner_ids = args[:read_partner_ids] if args.key?(:read_partner_ids)
|
6798
6788
|
@read_write_accessors = args[:read_write_accessors] if args.key?(:read_write_accessors)
|
6799
6789
|
@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
6790
|
@time_range = args[:time_range] if args.key?(:time_range)
|
6802
6791
|
@update_time = args[:update_time] if args.key?(:update_time)
|
6803
6792
|
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.21.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 = "20230615"
|
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.21.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-18 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.21.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: []
|