google-apis-realtimebidding_v1 0.21.0 → 0.22.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: a791f7dd7a42c86995e5eaf604515084e69fc9a72f674d6083abfb485bc81a22
|
4
|
+
data.tar.gz: 5f8ad4b52aa4735ef00033eac7c9b83a8be5ac18d34efe04bb9715e84c781053
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e723ec49d314c0fbcad61f680346223bab0b649c03e37007117152147f97f87e5310df3ca089cae6da9b964ff3cc1f9ec3a3dc91af69cd595b2b382f9f4ed14
|
7
|
+
data.tar.gz: d3c3fe30a9c60b84c238b0cbf7fe441c513999786861bd3f3bed956428c3b9df134897d66ccb5382a9a6b4ba65c5e3c8d152a27fd6776759d5c28c46a3f4add0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-realtimebidding_v1
|
2
2
|
|
3
|
+
### v0.22.0 (2022-09-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220920
|
6
|
+
* Regenerated using generator version 0.10.0
|
7
|
+
|
3
8
|
### v0.21.0 (2022-09-16)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220913
|
@@ -587,6 +587,15 @@ module Google
|
|
587
587
|
# @return [Google::Apis::RealtimebiddingV1::NativeContent]
|
588
588
|
attr_accessor :native
|
589
589
|
|
590
|
+
# Experimental field that can be used during the [FLEDGE Origin Trial](/
|
591
|
+
# authorized-buyers/rtb/fledge-origin-trial). The URL to fetch an interest group
|
592
|
+
# ad used in [TURTLEDOVE on-device auction](https://github.com/WICG/turtledove/
|
593
|
+
# blob/main/FLEDGE.md#1-browsers-record-interest-groups") This should be unique
|
594
|
+
# among all creatives for a given creative.account_id
|
595
|
+
# Corresponds to the JSON property `renderUrl`
|
596
|
+
# @return [String]
|
597
|
+
attr_accessor :render_url
|
598
|
+
|
590
599
|
# All restricted categories for the ads that may be shown from this creative.
|
591
600
|
# Corresponds to the JSON property `restrictedCategories`
|
592
601
|
# @return [Array<String>]
|
@@ -626,6 +635,7 @@ module Google
|
|
626
635
|
@impression_tracking_urls = args[:impression_tracking_urls] if args.key?(:impression_tracking_urls)
|
627
636
|
@name = args[:name] if args.key?(:name)
|
628
637
|
@native = args[:native] if args.key?(:native)
|
638
|
+
@render_url = args[:render_url] if args.key?(:render_url)
|
629
639
|
@restricted_categories = args[:restricted_categories] if args.key?(:restricted_categories)
|
630
640
|
@version = args[:version] if args.key?(:version)
|
631
641
|
@video = args[:video] if args.key?(:video)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RealtimebiddingV1
|
18
18
|
# Version of the google-apis-realtimebidding_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220920"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -517,6 +517,7 @@ module Google
|
|
517
517
|
property :name, as: 'name'
|
518
518
|
property :native, as: 'native', class: Google::Apis::RealtimebiddingV1::NativeContent, decorator: Google::Apis::RealtimebiddingV1::NativeContent::Representation
|
519
519
|
|
520
|
+
property :render_url, as: 'renderUrl'
|
520
521
|
collection :restricted_categories, as: 'restrictedCategories'
|
521
522
|
property :version, as: 'version'
|
522
523
|
property :video, as: 'video', class: Google::Apis::RealtimebiddingV1::VideoContent, decorator: Google::Apis::RealtimebiddingV1::VideoContent::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-realtimebidding_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.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: 2022-09-
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.9.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.9.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-realtimebidding_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.22.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|