google-apis-displayvideo_v1 0.52.0 → 0.53.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: 749c242d6542bda5b322048dc89ab029ada4e11183a307a9bfe44fd1b90b7e81
|
4
|
+
data.tar.gz: ddba645ccd697ce384bae42138ed4740161c960724789be4b1887f8bc0befbc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 520b04257ce61f9935628ba022028ac096a376c14beb24956c371b2bf11e55b590623491eee839541175c3911543216429352a54d0c5a32b193d0e214284f671
|
7
|
+
data.tar.gz: 3907be33ccc69c8cd41f81c5618b9a989520aa59155b6fac00ea0d4dde5e7df78cbd6ed98abd5f7a6db7f976f5da335d405bfd1c57f6a168ce3f85f977892d7f
|
data/CHANGELOG.md
CHANGED
@@ -6286,12 +6286,6 @@ module Google
|
|
6286
6286
|
# @return [Google::Apis::DisplayvideoV1::InventorySourceStatus]
|
6287
6287
|
attr_accessor :status
|
6288
6288
|
|
6289
|
-
# Immutable. The unique ID of the sub-site property assigned to this inventory
|
6290
|
-
# source.
|
6291
|
-
# Corresponds to the JSON property `subSitePropertyId`
|
6292
|
-
# @return [Fixnum]
|
6293
|
-
attr_accessor :sub_site_property_id
|
6294
|
-
|
6295
6289
|
# A time range.
|
6296
6290
|
# Corresponds to the JSON property `timeRange`
|
6297
6291
|
# @return [Google::Apis::DisplayvideoV1::TimeRange]
|
@@ -6326,7 +6320,6 @@ module Google
|
|
6326
6320
|
@read_partner_ids = args[:read_partner_ids] if args.key?(:read_partner_ids)
|
6327
6321
|
@read_write_accessors = args[:read_write_accessors] if args.key?(:read_write_accessors)
|
6328
6322
|
@status = args[:status] if args.key?(:status)
|
6329
|
-
@sub_site_property_id = args[:sub_site_property_id] if args.key?(:sub_site_property_id)
|
6330
6323
|
@time_range = args[:time_range] if args.key?(:time_range)
|
6331
6324
|
@update_time = args[:update_time] if args.key?(:update_time)
|
6332
6325
|
end
|
@@ -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.53.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
|
@@ -3381,7 +3381,6 @@ module Google
|
|
3381
3381
|
|
3382
3382
|
property :status, as: 'status', class: Google::Apis::DisplayvideoV1::InventorySourceStatus, decorator: Google::Apis::DisplayvideoV1::InventorySourceStatus::Representation
|
3383
3383
|
|
3384
|
-
property :sub_site_property_id, :numeric_string => true, as: 'subSitePropertyId'
|
3385
3384
|
property :time_range, as: 'timeRange', class: Google::Apis::DisplayvideoV1::TimeRange, decorator: Google::Apis::DisplayvideoV1::TimeRange::Representation
|
3386
3385
|
|
3387
3386
|
property :update_time, as: 'updateTime'
|
@@ -1631,7 +1631,7 @@ module Google
|
|
1631
1631
|
# OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other
|
1632
1632
|
# fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `
|
1633
1633
|
# displayName` * `entityStatus` * `budget.budget_segments.date_range.end_date` (
|
1634
|
-
# input in the form of `YYYY-MM-DD`) **Deprecated. Not available after June
|
1634
|
+
# input in the form of `YYYY-MM-DD`) * **Deprecated. Not available after June 21,
|
1635
1635
|
# 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`)
|
1636
1636
|
# Examples: * All insertion orders under a campaign: `campaignId="1234"` * All `
|
1637
1637
|
# ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
|
@@ -2233,30 +2233,28 @@ module Google
|
|
2233
2233
|
# OR EQUAL TO (<=)` operators. * The `warningMessages` field must use the `HAS (:
|
2234
2234
|
# )` operator. * All other fields must use the `EQUALS (=)` operator. Supported
|
2235
2235
|
# fields: * `campaignId` * `displayName` * `entityStatus` * `flight.dateRange.
|
2236
|
-
# endDate` (input formatted as `YYYY-MM-DD`) **Deprecated. Not available after
|
2237
|
-
# June
|
2238
|
-
#
|
2239
|
-
#
|
2240
|
-
#
|
2241
|
-
#
|
2242
|
-
#
|
2243
|
-
#
|
2244
|
-
#
|
2245
|
-
#
|
2246
|
-
#
|
2247
|
-
#
|
2248
|
-
# than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
|
2249
|
-
# 11-04T18:54:47Z"` * All line items with an update time
|
2250
|
-
# to 2020-11-04T18:54:47Z (format of ISO 8601): `
|
2251
|
-
# 47Z"`
|
2252
|
-
#
|
2253
|
-
# AND targetedChannelId=12345` The length of this field should be no more than
|
2254
|
-
# 500 characters. Reference our [filter `LIST` requests](/display-video/api/
|
2236
|
+
# endDate` (input formatted as `YYYY-MM-DD`) * **Deprecated. Not available after
|
2237
|
+
# June 21, 2023** * `flight.triggerId` * **Deprecated. Not available after June
|
2238
|
+
# 21, 2023** * `insertionOrderId` * `lineItemId` * `lineItemType` * `
|
2239
|
+
# targetedChannelId` * **Deprecated. Not available after June 21, 2023** * `
|
2240
|
+
# targetedNegativeKeywordListId` * **Deprecated. Not available after June 21,
|
2241
|
+
# 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) * `
|
2242
|
+
# warningMessages` * **Deprecated. Not available after June 21, 2023** Examples:
|
2243
|
+
# * All line items under an insertion order: `insertionOrderId="1234"` * All `
|
2244
|
+
# ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and `
|
2245
|
+
# LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(entityStatus=
|
2246
|
+
# "ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
|
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/
|
2255
2253
|
# guides/how-tos/filters) guide for more information.
|
2256
2254
|
# @param [String] order_by
|
2257
2255
|
# Field by which to sort the list. Acceptable values are: * `displayName` (
|
2258
|
-
# default) * `entityStatus` * `flight.dateRange.endDate` **Deprecated. Not
|
2259
|
-
# available after June
|
2256
|
+
# default) * `entityStatus` * `flight.dateRange.endDate` * **Deprecated. Not
|
2257
|
+
# available after June 21, 2023** * `updateTime` The default sorting order is
|
2260
2258
|
# ascending. To specify descending order for a field, a suffix "desc" should be
|
2261
2259
|
# added to the field name. Example: `displayName desc`.
|
2262
2260
|
# @param [Fixnum] page_size
|
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.53.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_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.53.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: []
|