google-apis-displayvideo_v3 0.16.0 → 0.17.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: c9630c676fa2e1f6b49fdc0e7e534851d613dd8e86a982885c1e6c9a79ddf7dc
|
4
|
+
data.tar.gz: 4e806c79a24382c9c25a44fc7593b0c812f9aeaf393345ce6ab1d9d1e90413dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1a0c3cceaf3ee6987c4ab76791996596d64720b524fb4f2fc7a2aa1d1af82c06ac756ecb114c969b761d8f0b967acf66f3ebf0e03818fef07593dd0c47394fe
|
7
|
+
data.tar.gz: 89a5ef600fb468e5976147b62bd12a708b0ca474df05da4954a1b1672b8e2c5517a543946f51f9732d06899130748ecae778f580129bbb0455836e1e0689c4d1
|
data/CHANGELOG.md
CHANGED
@@ -6928,8 +6928,9 @@ module Google
|
|
6928
6928
|
# @return [Array<Fixnum>]
|
6929
6929
|
attr_accessor :ad_group_ids
|
6930
6930
|
|
6931
|
-
# Optional. YouTube Ad Groups
|
6932
|
-
# same Advertiser or Partner specified in
|
6931
|
+
# Optional. YouTube Ad Groups, by ID, to download in QA format. All IDs must
|
6932
|
+
# belong to the same Advertiser or Partner specified in
|
6933
|
+
# CreateSdfDownloadTaskRequest.
|
6933
6934
|
# Corresponds to the JSON property `adGroupQaIds`
|
6934
6935
|
# @return [Array<Fixnum>]
|
6935
6936
|
attr_accessor :ad_group_qa_ids
|
@@ -6952,8 +6953,8 @@ module Google
|
|
6952
6953
|
# @return [Array<Fixnum>]
|
6953
6954
|
attr_accessor :line_item_ids
|
6954
6955
|
|
6955
|
-
# Optional. Line Items
|
6956
|
-
# Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
|
6956
|
+
# Optional. Line Items, by ID, to download in QA format. All IDs must belong to
|
6957
|
+
# the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
|
6957
6958
|
# Corresponds to the JSON property `lineItemQaIds`
|
6958
6959
|
# @return [Array<Fixnum>]
|
6959
6960
|
attr_accessor :line_item_qa_ids
|
@@ -11126,10 +11127,7 @@ module Google
|
|
11126
11127
|
# @return [Array<Google::Apis::DisplayvideoV3::ExchangeReviewStatus>]
|
11127
11128
|
attr_accessor :exchange_review_statuses
|
11128
11129
|
|
11129
|
-
# Publisher review statuses for the creative.
|
11130
|
-
# deprecated on June 26th, 2024. After this date, this field will be empty. Read
|
11131
|
-
# our [feature deprecation announcement](/display-video/api/deprecations#
|
11132
|
-
# features.creative_publisher_review_statuses) for more information.
|
11130
|
+
# Publisher review statuses for the creative.
|
11133
11131
|
# Corresponds to the JSON property `publisherReviewStatuses`
|
11134
11132
|
# @return [Array<Google::Apis::DisplayvideoV3::PublisherReviewStatus>]
|
11135
11133
|
attr_accessor :publisher_review_statuses
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DisplayvideoV3
|
18
18
|
# Version of the google-apis-displayvideo_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240717"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-displayvideo_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.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: 2024-
|
11
|
+
date: 2024-07-25 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_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|