google-apis-displayvideo_v1 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd280aeeb5cc366617cbb76da7f5e9037b9d19a7d2c04deb52e38a3c4552f2cb
|
4
|
+
data.tar.gz: '068ab2f6394f8f1ff97f9f87305b0bcc439f1123f69fd410632e13e8f7058fb6'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 635db292bde70a97f1159a9387fb0b73090132c5a82c8d146caff27db91080ca418b0eb4a6845b8d18b57b2f5f4a58db1fc0f7fad0a1d900c22a67d8b2140614
|
7
|
+
data.tar.gz: d38195f7ed7bd1a58d0e85866f197d77ff479590c373d670b74554de71886294a4ddfeef274b732fbe4a5cd058e3f26f47b17d4f7d2a6f7c5621b85fd9c4897a
|
data/CHANGELOG.md
CHANGED
@@ -2810,7 +2810,7 @@ module Google
|
|
2810
2810
|
# CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_EXPANDABLE` Third-party VAST tag
|
2811
2811
|
# creatives are creatives with following hosting_source: * `
|
2812
2812
|
# HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `
|
2813
|
-
# CREATIVE_TYPE_VIDEO`
|
2813
|
+
# CREATIVE_TYPE_AUDIO` * `CREATIVE_TYPE_VIDEO`
|
2814
2814
|
# Corresponds to the JSON property `requirePingForAttribution`
|
2815
2815
|
# @return [Boolean]
|
2816
2816
|
attr_accessor :require_ping_for_attribution
|
@@ -2897,7 +2897,7 @@ module Google
|
|
2897
2897
|
# Required and only valid for third-party VAST tag creatives. Third-party VAST
|
2898
2898
|
# tag creatives are creatives with following hosting_source: * `
|
2899
2899
|
# HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `
|
2900
|
-
# CREATIVE_TYPE_VIDEO`
|
2900
|
+
# CREATIVE_TYPE_AUDIO` * `CREATIVE_TYPE_VIDEO`
|
2901
2901
|
# Corresponds to the JSON property `vastTagUrl`
|
2902
2902
|
# @return [String]
|
2903
2903
|
attr_accessor :vast_tag_url
|
@@ -4613,6 +4613,12 @@ module Google
|
|
4613
4613
|
# @return [Fixnum]
|
4614
4614
|
attr_accessor :insertion_order_id
|
4615
4615
|
|
4616
|
+
# The type of insertion order. If this field is unspecified in creation, the
|
4617
|
+
# value defaults to `RTB`.
|
4618
|
+
# Corresponds to the JSON property `insertionOrderType`
|
4619
|
+
# @return [String]
|
4620
|
+
attr_accessor :insertion_order_type
|
4621
|
+
|
4616
4622
|
# Integration details of an entry.
|
4617
4623
|
# Corresponds to the JSON property `integrationDetails`
|
4618
4624
|
# @return [Google::Apis::DisplayvideoV1::IntegrationDetails]
|
@@ -4660,6 +4666,7 @@ module Google
|
|
4660
4666
|
@entity_status = args[:entity_status] if args.key?(:entity_status)
|
4661
4667
|
@frequency_cap = args[:frequency_cap] if args.key?(:frequency_cap)
|
4662
4668
|
@insertion_order_id = args[:insertion_order_id] if args.key?(:insertion_order_id)
|
4669
|
+
@insertion_order_type = args[:insertion_order_type] if args.key?(:insertion_order_type)
|
4663
4670
|
@integration_details = args[:integration_details] if args.key?(:integration_details)
|
4664
4671
|
@name = args[:name] if args.key?(:name)
|
4665
4672
|
@pacing = args[:pacing] if args.key?(:pacing)
|
@@ -5348,6 +5355,11 @@ module Google
|
|
5348
5355
|
# @return [String]
|
5349
5356
|
attr_accessor :line_item_type
|
5350
5357
|
|
5358
|
+
# A mobile app promoted by a mobile app install line item.
|
5359
|
+
# Corresponds to the JSON property `mobileApp`
|
5360
|
+
# @return [Google::Apis::DisplayvideoV1::MobileApp]
|
5361
|
+
attr_accessor :mobile_app
|
5362
|
+
|
5351
5363
|
# Output only. The resource name of the line item.
|
5352
5364
|
# Corresponds to the JSON property `name`
|
5353
5365
|
# @return [String]
|
@@ -5411,6 +5423,7 @@ module Google
|
|
5411
5423
|
@inventory_source_ids = args[:inventory_source_ids] if args.key?(:inventory_source_ids)
|
5412
5424
|
@line_item_id = args[:line_item_id] if args.key?(:line_item_id)
|
5413
5425
|
@line_item_type = args[:line_item_type] if args.key?(:line_item_type)
|
5426
|
+
@mobile_app = args[:mobile_app] if args.key?(:mobile_app)
|
5414
5427
|
@name = args[:name] if args.key?(:name)
|
5415
5428
|
@pacing = args[:pacing] if args.key?(:pacing)
|
5416
5429
|
@partner_costs = args[:partner_costs] if args.key?(:partner_costs)
|
@@ -6409,6 +6422,46 @@ module Google
|
|
6409
6422
|
end
|
6410
6423
|
end
|
6411
6424
|
|
6425
|
+
# A mobile app promoted by a mobile app install line item.
|
6426
|
+
class MobileApp
|
6427
|
+
include Google::Apis::Core::Hashable
|
6428
|
+
|
6429
|
+
# Required. The ID of the app provided by the platform store. Android apps are
|
6430
|
+
# identified by the bundle ID used by Android's Play store, such as `com.google.
|
6431
|
+
# android.gm`. iOS apps are identified by a nine-digit app ID used by Apple's
|
6432
|
+
# App store, such as `422689480`.
|
6433
|
+
# Corresponds to the JSON property `appId`
|
6434
|
+
# @return [String]
|
6435
|
+
attr_accessor :app_id
|
6436
|
+
|
6437
|
+
# Output only. The app name.
|
6438
|
+
# Corresponds to the JSON property `displayName`
|
6439
|
+
# @return [String]
|
6440
|
+
attr_accessor :display_name
|
6441
|
+
|
6442
|
+
# Output only. The app platform.
|
6443
|
+
# Corresponds to the JSON property `platform`
|
6444
|
+
# @return [String]
|
6445
|
+
attr_accessor :platform
|
6446
|
+
|
6447
|
+
# Output only. The app publisher.
|
6448
|
+
# Corresponds to the JSON property `publisher`
|
6449
|
+
# @return [String]
|
6450
|
+
attr_accessor :publisher
|
6451
|
+
|
6452
|
+
def initialize(**args)
|
6453
|
+
update!(**args)
|
6454
|
+
end
|
6455
|
+
|
6456
|
+
# Update properties of this object
|
6457
|
+
def update!(**args)
|
6458
|
+
@app_id = args[:app_id] if args.key?(:app_id)
|
6459
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
6460
|
+
@platform = args[:platform] if args.key?(:platform)
|
6461
|
+
@publisher = args[:publisher] if args.key?(:publisher)
|
6462
|
+
end
|
6463
|
+
end
|
6464
|
+
|
6412
6465
|
# Represents an amount of money with its currency type.
|
6413
6466
|
class Money
|
6414
6467
|
include Google::Apis::Core::Hashable
|
@@ -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.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210202"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1054,6 +1054,12 @@ module Google
|
|
1054
1054
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1055
|
end
|
1056
1056
|
|
1057
|
+
class MobileApp
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
1057
1063
|
class Money
|
1058
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1065
|
|
@@ -2646,6 +2652,7 @@ module Google
|
|
2646
2652
|
property :frequency_cap, as: 'frequencyCap', class: Google::Apis::DisplayvideoV1::FrequencyCap, decorator: Google::Apis::DisplayvideoV1::FrequencyCap::Representation
|
2647
2653
|
|
2648
2654
|
property :insertion_order_id, :numeric_string => true, as: 'insertionOrderId'
|
2655
|
+
property :insertion_order_type, as: 'insertionOrderType'
|
2649
2656
|
property :integration_details, as: 'integrationDetails', class: Google::Apis::DisplayvideoV1::IntegrationDetails, decorator: Google::Apis::DisplayvideoV1::IntegrationDetails::Representation
|
2650
2657
|
|
2651
2658
|
property :name, as: 'name'
|
@@ -2836,6 +2843,8 @@ module Google
|
|
2836
2843
|
collection :inventory_source_ids, as: 'inventorySourceIds'
|
2837
2844
|
property :line_item_id, :numeric_string => true, as: 'lineItemId'
|
2838
2845
|
property :line_item_type, as: 'lineItemType'
|
2846
|
+
property :mobile_app, as: 'mobileApp', class: Google::Apis::DisplayvideoV1::MobileApp, decorator: Google::Apis::DisplayvideoV1::MobileApp::Representation
|
2847
|
+
|
2839
2848
|
property :name, as: 'name'
|
2840
2849
|
property :pacing, as: 'pacing', class: Google::Apis::DisplayvideoV1::Pacing, decorator: Google::Apis::DisplayvideoV1::Pacing::Representation
|
2841
2850
|
|
@@ -3152,6 +3161,16 @@ module Google
|
|
3152
3161
|
end
|
3153
3162
|
end
|
3154
3163
|
|
3164
|
+
class MobileApp
|
3165
|
+
# @private
|
3166
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3167
|
+
property :app_id, as: 'appId'
|
3168
|
+
property :display_name, as: 'displayName'
|
3169
|
+
property :platform, as: 'platform'
|
3170
|
+
property :publisher, as: 'publisher'
|
3171
|
+
end
|
3172
|
+
end
|
3173
|
+
|
3155
3174
|
class Money
|
3156
3175
|
# @private
|
3157
3176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -283,15 +283,21 @@ module Google
|
|
283
283
|
# expressions are made up of one or more restrictions. * Restrictions can be
|
284
284
|
# combined by `AND` or `OR` logical operators. A sequence of restrictions
|
285
285
|
# implicitly uses `AND`. * A restriction has the form of ``field` `operator` `
|
286
|
-
# value``. * The operator must be `
|
287
|
-
#
|
288
|
-
#
|
289
|
-
#
|
286
|
+
# value``. * The operator used on `updateTime` must be `GREATER THAN OR EQUAL TO
|
287
|
+
# (>=)` or `LESS THAN OR EQUAL TO (<=)`. * The operator must be `EQUALS (=)`. *
|
288
|
+
# Supported fields: - `advertiserId` - `displayName` - `entityStatus` - `
|
289
|
+
# updateTime` (input in ISO 8601 format, or YYYY-MM-DDTHH:MM:SSZ) Examples: *
|
290
|
+
# All active advertisers under a partner: `entityStatus="ENTITY_STATUS_ACTIVE"` *
|
291
|
+
# All advertisers with an update time less than or equal to `2020-11-04T18:54:
|
292
|
+
# 47Z (format of ISO 8601)`: `updateTime<="2020-11-04T18:54:47Z"` * All
|
293
|
+
# advertisers with an update time greater than or equal to `2020-11-04T18:54:47Z
|
294
|
+
# (format of ISO 8601)`: `updateTime>="2020-11-04T18:54:47Z"` The length of this
|
295
|
+
# field should be no more than 500 characters.
|
290
296
|
# @param [String] order_by
|
291
297
|
# Field by which to sort the list. Acceptable values are: * `displayName` (
|
292
|
-
# default) * `entityStatus` The default sorting order is
|
293
|
-
# descending order for a field, a suffix "desc" should be
|
294
|
-
# name. For example, `displayName desc`.
|
298
|
+
# default) * `entityStatus` * `updateTime` The default sorting order is
|
299
|
+
# ascending. To specify descending order for a field, a suffix "desc" should be
|
300
|
+
# added to the field name. For example, `displayName desc`.
|
295
301
|
# @param [Fixnum] page_size
|
296
302
|
# Requested page size. Must be between `1` and `100`. If unspecified will
|
297
303
|
# default to `100`.
|
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.2.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: 2021-
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Display & Video 360 API V1
|