google-apis-displayvideo_v1 0.24.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v1/classes.rb +38 -29
- data/lib/google/apis/displayvideo_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33545b6c5ab4f47f8e5f88ecdce0794d61d5447ca9864849ebda45797101c148
|
4
|
+
data.tar.gz: d3cb1645e1e37da49fed88a0aa6c81f5542d6626ecf0473d5dbe33a8f8346ebe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5770cfd7250ff2d6c5f3bf7e05d1356f9c3ecc3bec5d8d864f2f7bbabd4e0dae9d35b1584d7c259fac480bb5955960a921295af1cda80c0426158b0785ef6a39
|
7
|
+
data.tar.gz: f9e64aea035107b38f305ac210bc47105554c1a6b053ec6f5f060756c8239344d4cfd51bbedafb616c1a4a80a4b998fd07e0b299a8a76c01e7ef138970b7565a
|
data/CHANGELOG.md
CHANGED
@@ -2729,32 +2729,41 @@ module Google
|
|
2729
2729
|
class ContactInfo
|
2730
2730
|
include Google::Apis::Core::Hashable
|
2731
2731
|
|
2732
|
-
# Country code of the member.
|
2732
|
+
# Country code of the member. Must also be set with the following fields: *
|
2733
|
+
# hashed_first_name * hashed_last_name * zip_codes
|
2733
2734
|
# Corresponds to the JSON property `countryCode`
|
2734
2735
|
# @return [String]
|
2735
2736
|
attr_accessor :country_code
|
2736
2737
|
|
2737
|
-
# A list of SHA256 hashed email of the member.
|
2738
|
+
# A list of SHA256 hashed email of the member. Before hashing, remove all
|
2739
|
+
# whitespace and make sure the string is all lowercase.
|
2738
2740
|
# Corresponds to the JSON property `hashedEmails`
|
2739
2741
|
# @return [Array<String>]
|
2740
2742
|
attr_accessor :hashed_emails
|
2741
2743
|
|
2742
|
-
# SHA256 hashed first name of the member.
|
2744
|
+
# SHA256 hashed first name of the member. Before hashing, remove all whitespace
|
2745
|
+
# and make sure the string is all lowercase. Must also be set with the following
|
2746
|
+
# fields: * country_code * hashed_last_name * zip_codes
|
2743
2747
|
# Corresponds to the JSON property `hashedFirstName`
|
2744
2748
|
# @return [String]
|
2745
2749
|
attr_accessor :hashed_first_name
|
2746
2750
|
|
2747
|
-
# SHA256 hashed last name of the member.
|
2751
|
+
# SHA256 hashed last name of the member. Before hashing, remove all whitespace
|
2752
|
+
# and make sure the string is all lowercase. Must also be set with the following
|
2753
|
+
# fields: * country_code * hashed_first_name * zip_codes
|
2748
2754
|
# Corresponds to the JSON property `hashedLastName`
|
2749
2755
|
# @return [String]
|
2750
2756
|
attr_accessor :hashed_last_name
|
2751
2757
|
|
2752
|
-
# A list of SHA256 hashed phone numbers of the member.
|
2758
|
+
# A list of SHA256 hashed phone numbers of the member. Before hashing, all phone
|
2759
|
+
# numbers must be formatted using the [E.164 format](//en.wikipedia.org/wiki/E.
|
2760
|
+
# 164) and include the country calling code.
|
2753
2761
|
# Corresponds to the JSON property `hashedPhoneNumbers`
|
2754
2762
|
# @return [Array<String>]
|
2755
2763
|
attr_accessor :hashed_phone_numbers
|
2756
2764
|
|
2757
|
-
# A list of zip codes of the member.
|
2765
|
+
# A list of zip codes of the member. Must also be set with the following fields:
|
2766
|
+
# * country_code * hashed_first_name * hashed_last_name
|
2758
2767
|
# Corresponds to the JSON property `zipCodes`
|
2759
2768
|
# @return [Array<String>]
|
2760
2769
|
attr_accessor :zip_codes
|
@@ -3782,10 +3791,10 @@ module Google
|
|
3782
3791
|
# day and time zone are either specified elsewhere or are insignificant. The
|
3783
3792
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
3784
3793
|
# following: * A full date, with non-zero year, month, and day values * A month
|
3785
|
-
# and day
|
3786
|
-
#
|
3787
|
-
#
|
3788
|
-
# google.protobuf.Timestamp
|
3794
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
3795
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
3796
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
3797
|
+
# DateTime * google.protobuf.Timestamp
|
3789
3798
|
class Date
|
3790
3799
|
include Google::Apis::Core::Hashable
|
3791
3800
|
|
@@ -3827,10 +3836,10 @@ module Google
|
|
3827
3836
|
# day and time zone are either specified elsewhere or are insignificant. The
|
3828
3837
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
3829
3838
|
# following: * A full date, with non-zero year, month, and day values * A month
|
3830
|
-
# and day
|
3831
|
-
#
|
3832
|
-
#
|
3833
|
-
# google.protobuf.Timestamp
|
3839
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
3840
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
3841
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
3842
|
+
# DateTime * google.protobuf.Timestamp
|
3834
3843
|
# Corresponds to the JSON property `endDate`
|
3835
3844
|
# @return [Google::Apis::DisplayvideoV1::Date]
|
3836
3845
|
attr_accessor :end_date
|
@@ -3839,10 +3848,10 @@ module Google
|
|
3839
3848
|
# day and time zone are either specified elsewhere or are insignificant. The
|
3840
3849
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
3841
3850
|
# following: * A full date, with non-zero year, month, and day values * A month
|
3842
|
-
# and day
|
3843
|
-
#
|
3844
|
-
#
|
3845
|
-
# google.protobuf.Timestamp
|
3851
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
3852
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
3853
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
3854
|
+
# DateTime * google.protobuf.Timestamp
|
3846
3855
|
# Corresponds to the JSON property `startDate`
|
3847
3856
|
# @return [Google::Apis::DisplayvideoV1::Date]
|
3848
3857
|
attr_accessor :start_date
|
@@ -4704,9 +4713,9 @@ module Google
|
|
4704
4713
|
attr_accessor :gmail_audience_size
|
4705
4714
|
|
4706
4715
|
# The duration in days that an entry remains in the audience after the
|
4707
|
-
# qualifying event. If the audience has no expiration, the value of this
|
4708
|
-
#
|
4709
|
-
#
|
4716
|
+
# qualifying event. If the audience has no expiration, set the value of this
|
4717
|
+
# field to 10000. Otherwise, the set value must be greater than 0 and less than
|
4718
|
+
# or equal to 540. Only applicable to first party audiences. This field is
|
4710
4719
|
# required if one of the following audience_type is used: * `
|
4711
4720
|
# CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
|
4712
4721
|
# Corresponds to the JSON property `membershipDurationDays`
|
@@ -5988,10 +5997,10 @@ module Google
|
|
5988
5997
|
# day and time zone are either specified elsewhere or are insignificant. The
|
5989
5998
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
5990
5999
|
# following: * A full date, with non-zero year, month, and day values * A month
|
5991
|
-
# and day
|
5992
|
-
#
|
5993
|
-
#
|
5994
|
-
# google.protobuf.Timestamp
|
6000
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
6001
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
6002
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
6003
|
+
# DateTime * google.protobuf.Timestamp
|
5995
6004
|
# Corresponds to the JSON property `dueDate`
|
5996
6005
|
# @return [Google::Apis::DisplayvideoV1::Date]
|
5997
6006
|
attr_accessor :due_date
|
@@ -6010,10 +6019,10 @@ module Google
|
|
6010
6019
|
# day and time zone are either specified elsewhere or are insignificant. The
|
6011
6020
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
6012
6021
|
# following: * A full date, with non-zero year, month, and day values * A month
|
6013
|
-
# and day
|
6014
|
-
#
|
6015
|
-
#
|
6016
|
-
# google.protobuf.Timestamp
|
6022
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
6023
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
6024
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
6025
|
+
# DateTime * google.protobuf.Timestamp
|
6017
6026
|
# Corresponds to the JSON property `issueDate`
|
6018
6027
|
# @return [Google::Apis::DisplayvideoV1::Date]
|
6019
6028
|
attr_accessor :issue_date
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DisplayvideoV1
|
18
18
|
# Version of the google-apis-displayvideo_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220203"
|
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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.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: 2022-
|
11
|
+
date: 2022-02-07 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.25.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|