google-apis-realtimebidding_v1 0.39.0 → 0.40.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: b01916f3fc91ce16a227fc7373fde921a2073c560743c8decefd63c05de38899
|
|
4
|
+
data.tar.gz: aa05349780290856e3f7a847ea4cf32d34fd74a5856f626ba3c88cdfc71265dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1915dac824d68182562019353d1c4d84efdbb91388bfe8528820d7872eae0de96694dc4db69295c991f94ce6afeede89936301e0d8fb81d3f53b97a78a15bb43
|
|
7
|
+
data.tar.gz: 0edfd18546ff450a94673c65dd1f4c3bf3ac633a6d91c2d056ba09a9cfcebbb56e0ed10d67acdba5671d28fb67fa519e6aedb35f18c2d2c3ad54298f4cd8558d
|
data/CHANGELOG.md
CHANGED
|
@@ -587,13 +587,15 @@ module Google
|
|
|
587
587
|
# @return [Google::Apis::RealtimebiddingV1::NativeContent]
|
|
588
588
|
attr_accessor :native
|
|
589
589
|
|
|
590
|
-
#
|
|
591
|
-
#
|
|
592
|
-
#
|
|
593
|
-
#
|
|
594
|
-
#
|
|
595
|
-
#
|
|
596
|
-
#
|
|
590
|
+
# Deprecated: FLEDGE is no longer supported. See: https://privacysandbox.google.
|
|
591
|
+
# com/blog/update-on-plans-for-privacy-sandbox-technologies Experimental field
|
|
592
|
+
# that can be used during the [FLEDGE Origin Trial](/authorized-buyers/rtb/
|
|
593
|
+
# fledge-origin-trial). The URL to fetch an interest group ad used in [
|
|
594
|
+
# TURTLEDOVE on-device auction](https://github.com/WICG/turtledove/blob/main/
|
|
595
|
+
# FLEDGE.md#1-browsers-record-interest-groups"). This should be unique among all
|
|
596
|
+
# creatives for a given `accountId`. This URL should be the same as the URL
|
|
597
|
+
# returned by [generateBid()](https://github.com/WICG/turtledove/blob/main/
|
|
598
|
+
# FLEDGE.md#32-on-device-bidding).
|
|
597
599
|
# Corresponds to the JSON property `renderUrl`
|
|
598
600
|
# @return [String]
|
|
599
601
|
attr_accessor :render_url
|
|
@@ -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.40.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260427"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.40.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.40.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|