google-apis-displayvideo_v2 0.22.0 → 0.23.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: 04145cfef234d8cd264138649a977a99731c75cb5020cd06c998619c979299a1
|
|
4
|
+
data.tar.gz: 8fa5994d15fa1158b3fca1ec8ce5c0ea1d8fa087831bbee881f9164439ae26ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e9f48604cb5ae1071b75f9cab70bd6a75cf7d157c2b02d3774a32b33c0a54267fd491f0116357439c6b261d28eac68a8d7ffbe4b68e4acf9846316d64c7cba9
|
|
7
|
+
data.tar.gz: b4e1f9586a36dd5e626bbf1f6c755f763a374e548669b7ae58648dd5652d754a3e8e796122c8ac53764f5c7f34267fc3111864b4b19f5b2f1929efcb39dbeaff
|
data/CHANGELOG.md
CHANGED
|
@@ -6332,7 +6332,9 @@ module Google
|
|
|
6332
6332
|
# @return [Google::Apis::DisplayvideoV2::BiddingStrategy]
|
|
6333
6333
|
attr_accessor :bid_strategy
|
|
6334
6334
|
|
|
6335
|
-
# Immutable. The billable outcome of the insertion order.
|
|
6335
|
+
# Immutable. The billable outcome of the insertion order. Outcome based buying
|
|
6336
|
+
# will be deprecated on **August 1, 2023**. Read more on our [Announced
|
|
6337
|
+
# Deprecations page](/display-video/api/deprecations#features.obb).
|
|
6336
6338
|
# Corresponds to the JSON property `billableOutcome`
|
|
6337
6339
|
# @return [String]
|
|
6338
6340
|
attr_accessor :billable_outcome
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DisplayvideoV2
|
|
18
18
|
# Version of the google-apis-displayvideo_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.23.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 = "20230713"
|
|
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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.23.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-07-
|
|
11
|
+
date: 2023-07-16 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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.23.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|