google-apis-displayvideo_v2 0.36.0 → 0.38.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: 87ecedd3b93dff8d07b33263c554baba20cc37e5fbaa095567644f9e4f088108
|
4
|
+
data.tar.gz: 41bfec8fca461f241e2c1c0cdbbabce263ec6a4040088d1cdc6fed674eef3062
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96626f89bcc592a669b6631bcbcc633828b57da278a7167023ce9c5ee5a7b65992c4466168d253da8b8c4774c69a6f559d30b73c43626a7e8106dfb89b94dbee
|
7
|
+
data.tar.gz: 68406b739e56e269185f4c0733609221828a49d6baf248f21e31fe37037a0e0925d7e076f51f329cc2631531a0b59ea08a4f7a457645a99546f5cbe7671280fc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.38.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.37.0 (2024-04-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240418
|
10
|
+
|
3
11
|
### v0.36.0 (2024-03-17)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240314
|
@@ -1678,7 +1678,8 @@ module Google
|
|
1678
1678
|
# The assigned targeting options to create in batch, specified as a list of `
|
1679
1679
|
# CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
|
1680
1680
|
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
|
1681
|
-
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
1681
|
+
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
|
1682
|
+
# TARGETING_TYPE_KEYWORD`
|
1682
1683
|
# Corresponds to the JSON property `createRequests`
|
1683
1684
|
# @return [Array<Google::Apis::DisplayvideoV2::CreateAssignedTargetingOptionsRequest>]
|
1684
1685
|
attr_accessor :create_requests
|
@@ -1686,7 +1687,8 @@ module Google
|
|
1686
1687
|
# The assigned targeting options to delete in batch, specified as a list of `
|
1687
1688
|
# DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
|
1688
1689
|
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
|
1689
|
-
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
1690
|
+
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
|
1691
|
+
# TARGETING_TYPE_KEYWORD`
|
1690
1692
|
# Corresponds to the JSON property `deleteRequests`
|
1691
1693
|
# @return [Array<Google::Apis::DisplayvideoV2::DeleteAssignedTargetingOptionsRequest>]
|
1692
1694
|
attr_accessor :delete_requests
|
@@ -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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240418"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3851,7 +3851,7 @@ module Google
|
|
3851
3851
|
# Required. Identifies the type of this assigned targeting option. Supported
|
3852
3852
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3853
3853
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3854
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
3854
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
|
3855
3855
|
# @param [Google::Apis::DisplayvideoV2::AssignedTargetingOption] assigned_targeting_option_object
|
3856
3856
|
# @param [String] fields
|
3857
3857
|
# Selector specifying which fields to include in a partial response.
|
@@ -3890,7 +3890,7 @@ module Google
|
|
3890
3890
|
# Required. Identifies the type of this assigned targeting option. Supported
|
3891
3891
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3892
3892
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3893
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
3893
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
|
3894
3894
|
# @param [String] assigned_targeting_option_id
|
3895
3895
|
# Required. The ID of the assigned targeting option to delete.
|
3896
3896
|
# @param [String] fields
|
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.38.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-05-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.15.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.15.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-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.38.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: []
|