google-apis-displayvideo_v4 0.14.0 → 0.15.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: 6c597ee9fa4ece6c4bc518c01c45479343dc38b3ee16d3972e6bce591930d6da
|
|
4
|
+
data.tar.gz: cff75eeea2bf9ee791835cb5cdc45c359c4d7ce7f65174167b09f73306c9d748
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d101ec9791502e2855a48dafab10c39cfd8b38d2f24da04f69c547a8639607154207f54a62ba8eaf03eaf8b6cfc4c78b50116402515c34b41bd1099a55337eb8
|
|
7
|
+
data.tar.gz: 9a5c165e672b3f249dcc3537e2cf417dea1186aecf641823dfd60c0aba8aa31a970cea2313ca722c233875a48827143889464c45f33189b52cf8f8083e92523c
|
data/CHANGELOG.md
CHANGED
|
@@ -7120,7 +7120,7 @@ module Google
|
|
|
7120
7120
|
# @return [String]
|
|
7121
7121
|
attr_accessor :audience_source
|
|
7122
7122
|
|
|
7123
|
-
#
|
|
7123
|
+
# Immutable. The type of the audience.
|
|
7124
7124
|
# Corresponds to the JSON property `audienceType`
|
|
7125
7125
|
# @return [String]
|
|
7126
7126
|
attr_accessor :audience_type
|
|
@@ -7131,7 +7131,7 @@ module Google
|
|
|
7131
7131
|
# @return [Google::Apis::DisplayvideoV4::ContactInfoList]
|
|
7132
7132
|
attr_accessor :contact_info_list
|
|
7133
7133
|
|
|
7134
|
-
#
|
|
7134
|
+
# Optional. The user-provided description of the audience. Only applicable to
|
|
7135
7135
|
# first party audiences.
|
|
7136
7136
|
# Corresponds to the JSON property `description`
|
|
7137
7137
|
# @return [String]
|
|
@@ -7172,7 +7172,7 @@ module Google
|
|
|
7172
7172
|
# @return [Fixnum]
|
|
7173
7173
|
attr_accessor :display_mobile_web_audience_size
|
|
7174
7174
|
|
|
7175
|
-
#
|
|
7175
|
+
# Optional. The display name of the first party and partner audience.
|
|
7176
7176
|
# Corresponds to the JSON property `displayName`
|
|
7177
7177
|
# @return [String]
|
|
7178
7178
|
attr_accessor :display_name
|
|
@@ -7196,11 +7196,11 @@ module Google
|
|
|
7196
7196
|
# @return [Fixnum]
|
|
7197
7197
|
attr_accessor :gmail_audience_size
|
|
7198
7198
|
|
|
7199
|
-
#
|
|
7200
|
-
#
|
|
7201
|
-
#
|
|
7202
|
-
#
|
|
7203
|
-
#
|
|
7199
|
+
# Optional. The duration in days that an entry remains in the audience after the
|
|
7200
|
+
# qualifying event. The set value must be greater than 0 and less than or equal
|
|
7201
|
+
# to 540. Only applicable to first party audiences. This field is required if
|
|
7202
|
+
# one of the following audience_type is used: * `CUSTOMER_MATCH_CONTACT_INFO` * `
|
|
7203
|
+
# CUSTOMER_MATCH_DEVICE_ID`
|
|
7204
7204
|
# Corresponds to the JSON property `membershipDurationDays`
|
|
7205
7205
|
# @return [Fixnum]
|
|
7206
7206
|
attr_accessor :membership_duration_days
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DisplayvideoV4
|
|
18
18
|
# Version of the google-apis-displayvideo_v4 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.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 = "20251118"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -5698,7 +5698,7 @@ module Google
|
|
|
5698
5698
|
# ascending. To specify descending order for a field, a suffix "desc" should be
|
|
5699
5699
|
# added to the field name. Example: `displayName desc`.
|
|
5700
5700
|
# @param [Fixnum] page_size
|
|
5701
|
-
# Optional. Requested page size. Must be between `1` and `
|
|
5701
|
+
# Optional. Requested page size. Must be between `1` and `200`. If unspecified
|
|
5702
5702
|
# will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid
|
|
5703
5703
|
# value is specified.
|
|
5704
5704
|
# @param [String] page_token
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-displayvideo_v4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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-displayvideo_v4/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.15.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|