google-apis-displayvideo_v1 0.23.0 → 0.24.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: c5a42f4edb19bea1e1436ffea9dd11b3ffd1d2e8624854720929d8d316ebfb95
|
4
|
+
data.tar.gz: 973f4963632292524ce9ab64d79251969ce91397474f3894ab676f61a82f311b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9ace112ebd9061b616c7b142eb2ff1b843557d72e3ac252b5c4dfb91bcb2ef1db1dbc408499a75389eaf86577cd66eef5bce26e7a574e2dfcd897030924c7e9
|
7
|
+
data.tar.gz: 360909768f46f728ebcb9fd19b10b3f84abac0ab013355686f63a847389b942594d1c7b72c844ba2ab042f162f47f18cc04d22465bd8b6cd7f3e557da05ece40
|
data/CHANGELOG.md
CHANGED
@@ -715,8 +715,8 @@ module Google
|
|
715
715
|
# the details field of an AssignedTargetingOption when targeting_type is `
|
716
716
|
# TARGETING_TYPE_AUDIENCE_GROUP`. The relation between each group is UNION,
|
717
717
|
# except for excluded_first_and_third_party_audience_group and
|
718
|
-
# excluded_google_audience_group, of which COMPLEMENT is
|
719
|
-
# groups.
|
718
|
+
# excluded_google_audience_group, of which COMPLEMENT is used as an INTERSECTION
|
719
|
+
# with other groups.
|
720
720
|
# Corresponds to the JSON property `audienceGroupDetails`
|
721
721
|
# @return [Google::Apis::DisplayvideoV1::AudienceGroupAssignedTargetingOptionDetails]
|
722
722
|
attr_accessor :audience_group_details
|
@@ -1104,8 +1104,8 @@ module Google
|
|
1104
1104
|
# the details field of an AssignedTargetingOption when targeting_type is `
|
1105
1105
|
# TARGETING_TYPE_AUDIENCE_GROUP`. The relation between each group is UNION,
|
1106
1106
|
# except for excluded_first_and_third_party_audience_group and
|
1107
|
-
# excluded_google_audience_group, of which COMPLEMENT is
|
1108
|
-
# groups.
|
1107
|
+
# excluded_google_audience_group, of which COMPLEMENT is used as an INTERSECTION
|
1108
|
+
# with other groups.
|
1109
1109
|
class AudienceGroupAssignedTargetingOptionDetails
|
1110
1110
|
include Google::Apis::Core::Hashable
|
1111
1111
|
|
@@ -4616,6 +4616,12 @@ module Google
|
|
4616
4616
|
# @return [Fixnum]
|
4617
4617
|
attr_accessor :active_display_audience_size
|
4618
4618
|
|
4619
|
+
# The app_id matches with the type of the mobile_device_ids being uploaded. Only
|
4620
|
+
# applicable to audience_type `CUSTOMER_MATCH_DEVICE_ID`
|
4621
|
+
# Corresponds to the JSON property `appId`
|
4622
|
+
# @return [String]
|
4623
|
+
attr_accessor :app_id
|
4624
|
+
|
4619
4625
|
# Output only. The source of the audience.
|
4620
4626
|
# Corresponds to the JSON property `audienceSource`
|
4621
4627
|
# @return [String]
|
@@ -4626,6 +4632,12 @@ module Google
|
|
4626
4632
|
# @return [String]
|
4627
4633
|
attr_accessor :audience_type
|
4628
4634
|
|
4635
|
+
# Wrapper message for a list of contact information defining Customer Match
|
4636
|
+
# audience members.
|
4637
|
+
# Corresponds to the JSON property `contactInfoList`
|
4638
|
+
# @return [Google::Apis::DisplayvideoV1::ContactInfoList]
|
4639
|
+
attr_accessor :contact_info_list
|
4640
|
+
|
4629
4641
|
# The user-provided description of the audience. Only applicable to first party
|
4630
4642
|
# audiences.
|
4631
4643
|
# Corresponds to the JSON property `description`
|
@@ -4695,12 +4707,18 @@ module Google
|
|
4695
4707
|
# qualifying event. If the audience has no expiration, the value of this field
|
4696
4708
|
# should be set 10000. Otherwise, the set value must be greater than 0 and less
|
4697
4709
|
# than or equal to 540. Only applicable to first party audiences. This field is
|
4698
|
-
# required
|
4699
|
-
# CUSTOMER_MATCH_DEVICE_ID`
|
4710
|
+
# required if one of the following audience_type is used: * `
|
4711
|
+
# CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
|
4700
4712
|
# Corresponds to the JSON property `membershipDurationDays`
|
4701
4713
|
# @return [Fixnum]
|
4702
4714
|
attr_accessor :membership_duration_days
|
4703
4715
|
|
4716
|
+
# Wrapper message for a list of mobile device IDs defining Customer Match
|
4717
|
+
# audience members.
|
4718
|
+
# Corresponds to the JSON property `mobileDeviceIdList`
|
4719
|
+
# @return [Google::Apis::DisplayvideoV1::MobileDeviceIdList]
|
4720
|
+
attr_accessor :mobile_device_id_list
|
4721
|
+
|
4704
4722
|
# Output only. The resource name of the first and third party audience.
|
4705
4723
|
# Corresponds to the JSON property `name`
|
4706
4724
|
# @return [String]
|
@@ -4721,8 +4739,10 @@ module Google
|
|
4721
4739
|
# Update properties of this object
|
4722
4740
|
def update!(**args)
|
4723
4741
|
@active_display_audience_size = args[:active_display_audience_size] if args.key?(:active_display_audience_size)
|
4742
|
+
@app_id = args[:app_id] if args.key?(:app_id)
|
4724
4743
|
@audience_source = args[:audience_source] if args.key?(:audience_source)
|
4725
4744
|
@audience_type = args[:audience_type] if args.key?(:audience_type)
|
4745
|
+
@contact_info_list = args[:contact_info_list] if args.key?(:contact_info_list)
|
4726
4746
|
@description = args[:description] if args.key?(:description)
|
4727
4747
|
@display_audience_size = args[:display_audience_size] if args.key?(:display_audience_size)
|
4728
4748
|
@display_desktop_audience_size = args[:display_desktop_audience_size] if args.key?(:display_desktop_audience_size)
|
@@ -4733,6 +4753,7 @@ module Google
|
|
4733
4753
|
@first_and_third_party_audience_type = args[:first_and_third_party_audience_type] if args.key?(:first_and_third_party_audience_type)
|
4734
4754
|
@gmail_audience_size = args[:gmail_audience_size] if args.key?(:gmail_audience_size)
|
4735
4755
|
@membership_duration_days = args[:membership_duration_days] if args.key?(:membership_duration_days)
|
4756
|
+
@mobile_device_id_list = args[:mobile_device_id_list] if args.key?(:mobile_device_id_list)
|
4736
4757
|
@name = args[:name] if args.key?(:name)
|
4737
4758
|
@youtube_audience_size = args[:youtube_audience_size] if args.key?(:youtube_audience_size)
|
4738
4759
|
end
|
@@ -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.24.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 = "20220127"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2868,8 +2868,11 @@ module Google
|
|
2868
2868
|
# @private
|
2869
2869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2870
2870
|
property :active_display_audience_size, :numeric_string => true, as: 'activeDisplayAudienceSize'
|
2871
|
+
property :app_id, as: 'appId'
|
2871
2872
|
property :audience_source, as: 'audienceSource'
|
2872
2873
|
property :audience_type, as: 'audienceType'
|
2874
|
+
property :contact_info_list, as: 'contactInfoList', class: Google::Apis::DisplayvideoV1::ContactInfoList, decorator: Google::Apis::DisplayvideoV1::ContactInfoList::Representation
|
2875
|
+
|
2873
2876
|
property :description, as: 'description'
|
2874
2877
|
property :display_audience_size, :numeric_string => true, as: 'displayAudienceSize'
|
2875
2878
|
property :display_desktop_audience_size, :numeric_string => true, as: 'displayDesktopAudienceSize'
|
@@ -2880,6 +2883,8 @@ module Google
|
|
2880
2883
|
property :first_and_third_party_audience_type, as: 'firstAndThirdPartyAudienceType'
|
2881
2884
|
property :gmail_audience_size, :numeric_string => true, as: 'gmailAudienceSize'
|
2882
2885
|
property :membership_duration_days, :numeric_string => true, as: 'membershipDurationDays'
|
2886
|
+
property :mobile_device_id_list, as: 'mobileDeviceIdList', class: Google::Apis::DisplayvideoV1::MobileDeviceIdList, decorator: Google::Apis::DisplayvideoV1::MobileDeviceIdList::Representation
|
2887
|
+
|
2883
2888
|
property :name, as: 'name'
|
2884
2889
|
property :youtube_audience_size, :numeric_string => true, as: 'youtubeAudienceSize'
|
2885
2890
|
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.24.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-01-
|
11
|
+
date: 2022-01-31 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.24.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: []
|