google-apis-displayvideo_v2 0.7.0 → 0.8.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: 1d04cf45cafa7e2cf5ad0eb67a68314d5d0a0bf914c46f0256249865f96256c4
|
4
|
+
data.tar.gz: 7119aba0202d46c332bad21cb9220b84d66454a716ed265445c67db917dba502
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e3ba0067326d7d9fd80320aa08261628bec3c9148fc14c55a250557a2c7955cf38c450fdeaab5012e4f2d5cb3b1e700468103b9aea58c0c3a0d75bcf7e05bc7
|
7
|
+
data.tar.gz: 51db7e22d14c6cd0d997ab01e0b710f396ddb613683b89ca1b00d1ec3d495116713604c43cbc3b4ab7b37e0df86ce2db91831f8d9208a8b7d305b76dd91fde00
|
data/CHANGELOG.md
CHANGED
@@ -245,7 +245,9 @@ module Google
|
|
245
245
|
class AdvertiserBillingConfig
|
246
246
|
include Google::Apis::Core::Hashable
|
247
247
|
|
248
|
-
# The ID of a billing profile assigned to the advertiser.
|
248
|
+
# The ID of a billing profile assigned to the advertiser. This field will
|
249
|
+
# default to the default billing profile ID of the advertiser's parent partner
|
250
|
+
# if a value is not provided.
|
249
251
|
# Corresponds to the JSON property `billingProfileId`
|
250
252
|
# @return [Fixnum]
|
251
253
|
attr_accessor :billing_profile_id
|
@@ -729,13 +731,10 @@ module Google
|
|
729
731
|
# @return [String]
|
730
732
|
attr_accessor :assigned_targeting_option_id
|
731
733
|
|
732
|
-
# Output only. An alias for the
|
733
|
-
#
|
734
|
-
#
|
735
|
-
#
|
736
|
-
# value can be used in place of `assignedTargetingOptionId` when retrieving or
|
737
|
-
# deleting existing targeting. This field will only be supported for all
|
738
|
-
# assigned targeting options of the following targeting types: * `
|
734
|
+
# Output only. An alias for the assigned_targeting_option_id. This value can be
|
735
|
+
# used in place of `assignedTargetingOptionId` when retrieving or deleting
|
736
|
+
# existing targeting. This field will only be supported for all assigned
|
737
|
+
# targeting options of the following targeting types: * `
|
739
738
|
# TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
740
739
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
741
740
|
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
@@ -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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221208"
|
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.8.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:
|
11
|
+
date: 2023-01-04 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.8.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: []
|