google-apis-displayvideo_v1 0.23.0 → 0.27.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: 9017a2d37e5c4c43a6a828788d0c187db688d4164dd2023da45d7f416e608222
4
- data.tar.gz: d906d838fe9763038846be44a1eab88a4d54882bb441be9d1ab7394be4a456d0
3
+ metadata.gz: e61f1015bb78a73014077ae209d467b9734b68361b28dffc487acff01b92bcf6
4
+ data.tar.gz: 28a37bedb272ed9dffa2e81c19a3962940d878deffed1d3735ca336453b629f4
5
5
  SHA512:
6
- metadata.gz: 8554196a5c13b64c99864a18721385bd9c63a25a9ea628452329e83c95ee56e70261cfe7ab86d2a4f683b6aa80228d1449f46e2fdd491197830531504d29a614
7
- data.tar.gz: e1db82cea3645dc8748869dc357dcf55bec71d6d3b07685838c171582b3e173338c3bffcbaca9fd00bd8b5b4782a04680de0026b2644054b485b7c0be472ef15
6
+ metadata.gz: e4c76858cfdb92d004d26099d4d2d2b4f5136d6ee504f165b8c3854cebed049fcf8abfde4899159258e8c9f9db6919cb476f217513e1e11c9f2bd4125f9328fe
7
+ data.tar.gz: 6c833f9def95f9ebdc8a2392632b15b326164e9a9907caea6df2354f0eae5b0186d61b16516a8491c5fa96ea44fabe96d02bf14f20ebd7f3efd16d2fa35cbd69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.27.0 (2022-02-18)
4
+
5
+ * Regenerated from discovery document revision 20220217
6
+
7
+ ### v0.26.0 (2022-02-12)
8
+
9
+ * Regenerated from discovery document revision 20220211
10
+
11
+ ### v0.25.0 (2022-02-04)
12
+
13
+ * Regenerated from discovery document revision 20220203
14
+
15
+ ### v0.24.0 (2022-01-28)
16
+
17
+ * Regenerated from discovery document revision 20220127
18
+
3
19
  ### v0.23.0 (2022-01-21)
4
20
 
5
21
  * Regenerated from discovery document revision 20220120
@@ -409,11 +409,11 @@ module Google
409
409
  class AgeRangeAssignedTargetingOptionDetails
410
410
  include Google::Apis::Core::Hashable
411
411
 
412
- # Output only. The age range of an audience. We only support targeting a
413
- # continuous age range of an audience. Thus, the age range represented in this
414
- # field can be 1) targeted solely, or, 2) part of a larger continuous age range.
415
- # The reach of a continuous age range targeting can be expanded by also
416
- # targeting an audience of an unknown age.
412
+ # The age range of an audience. We only support targeting a continuous age range
413
+ # of an audience. Thus, the age range represented in this field can be 1)
414
+ # targeted solely, or, 2) part of a larger continuous age range. The reach of a
415
+ # continuous age range targeting can be expanded by also targeting an audience
416
+ # of an unknown age. Output only in v1. Required in v2.
417
417
  # Corresponds to the JSON property `ageRange`
418
418
  # @return [String]
419
419
  attr_accessor :age_range
@@ -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 UNION'ed with other
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 UNION'ed with other
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
 
@@ -1172,7 +1172,7 @@ module Google
1172
1172
  class AudioContentTypeAssignedTargetingOptionDetails
1173
1173
  include Google::Apis::Core::Hashable
1174
1174
 
1175
- # Output only. The audio content type.
1175
+ # The audio content type. Output only in v1. Required in v2.
1176
1176
  # Corresponds to the JSON property `audioContentType`
1177
1177
  # @return [String]
1178
1178
  attr_accessor :audio_content_type
@@ -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
@@ -2811,7 +2820,8 @@ module Google
2811
2820
  # @return [String]
2812
2821
  attr_accessor :ad_type
2813
2822
 
2814
- # Output only. The content instream position for video or audio ads.
2823
+ # The content instream position for video or audio ads. Output only in v1.
2824
+ # Required in v2.
2815
2825
  # Corresponds to the JSON property `contentInstreamPosition`
2816
2826
  # @return [String]
2817
2827
  attr_accessor :content_instream_position
@@ -2873,7 +2883,7 @@ module Google
2873
2883
  # @return [String]
2874
2884
  attr_accessor :ad_type
2875
2885
 
2876
- # Output only. The content outstream position.
2886
+ # The content outstream position. Output only in v1. Required in v2.
2877
2887
  # Corresponds to the JSON property `contentOutstreamPosition`
2878
2888
  # @return [String]
2879
2889
  attr_accessor :content_outstream_position
@@ -3514,7 +3524,9 @@ module Google
3514
3524
  class CreativeConfig
3515
3525
  include Google::Apis::Core::Hashable
3516
3526
 
3517
- # The type of creative that can be assigned to the inventory source.
3527
+ # The type of creative that can be assigned to the inventory source. Only the
3528
+ # following types are supported: * `CREATIVE_TYPE_STANDARD` * `
3529
+ # CREATIVE_TYPE_VIDEO`
3518
3530
  # Corresponds to the JSON property `creativeType`
3519
3531
  # @return [String]
3520
3532
  attr_accessor :creative_type
@@ -3782,10 +3794,10 @@ module Google
3782
3794
  # day and time zone are either specified elsewhere or are insignificant. The
3783
3795
  # date is relative to the Gregorian Calendar. This can represent one of the
3784
3796
  # following: * A full date, with non-zero year, month, and day values * A month
3785
- # and day value, with a zero year, such as an anniversary * A year on its own,
3786
- # with zero month and day values * A year and month value, with a zero day, such
3787
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
3788
- # google.protobuf.Timestamp`.
3797
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3798
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3799
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3800
+ # DateTime * google.protobuf.Timestamp
3789
3801
  class Date
3790
3802
  include Google::Apis::Core::Hashable
3791
3803
 
@@ -3827,10 +3839,10 @@ module Google
3827
3839
  # day and time zone are either specified elsewhere or are insignificant. The
3828
3840
  # date is relative to the Gregorian Calendar. This can represent one of the
3829
3841
  # following: * A full date, with non-zero year, month, and day values * A month
3830
- # and day value, with a zero year, such as an anniversary * A year on its own,
3831
- # with zero month and day values * A year and month value, with a zero day, such
3832
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
3833
- # google.protobuf.Timestamp`.
3842
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3843
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3844
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3845
+ # DateTime * google.protobuf.Timestamp
3834
3846
  # Corresponds to the JSON property `endDate`
3835
3847
  # @return [Google::Apis::DisplayvideoV1::Date]
3836
3848
  attr_accessor :end_date
@@ -3839,10 +3851,10 @@ module Google
3839
3851
  # day and time zone are either specified elsewhere or are insignificant. The
3840
3852
  # date is relative to the Gregorian Calendar. This can represent one of the
3841
3853
  # following: * A full date, with non-zero year, month, and day values * A month
3842
- # and day value, with a zero year, such as an anniversary * A year on its own,
3843
- # with zero month and day values * A year and month value, with a zero day, such
3844
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
3845
- # google.protobuf.Timestamp`.
3854
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
3855
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
3856
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
3857
+ # DateTime * google.protobuf.Timestamp
3846
3858
  # Corresponds to the JSON property `startDate`
3847
3859
  # @return [Google::Apis::DisplayvideoV1::Date]
3848
3860
  attr_accessor :start_date
@@ -4001,7 +4013,7 @@ module Google
4001
4013
  class DeviceTypeAssignedTargetingOptionDetails
4002
4014
  include Google::Apis::Core::Hashable
4003
4015
 
4004
- # Output only. The display name of the device type.
4016
+ # The display name of the device type. Output only in v1. Required in v2.
4005
4017
  # Corresponds to the JSON property `deviceType`
4006
4018
  # @return [String]
4007
4019
  attr_accessor :device_type
@@ -4390,7 +4402,7 @@ module Google
4390
4402
  class EnvironmentAssignedTargetingOptionDetails
4391
4403
  include Google::Apis::Core::Hashable
4392
4404
 
4393
- # Output only. The serving environment.
4405
+ # The serving environment. Output only in v1. Required in v2.
4394
4406
  # Corresponds to the JSON property `environment`
4395
4407
  # @return [String]
4396
4408
  attr_accessor :environment
@@ -4616,6 +4628,12 @@ module Google
4616
4628
  # @return [Fixnum]
4617
4629
  attr_accessor :active_display_audience_size
4618
4630
 
4631
+ # The app_id matches with the type of the mobile_device_ids being uploaded. Only
4632
+ # applicable to audience_type `CUSTOMER_MATCH_DEVICE_ID`
4633
+ # Corresponds to the JSON property `appId`
4634
+ # @return [String]
4635
+ attr_accessor :app_id
4636
+
4619
4637
  # Output only. The source of the audience.
4620
4638
  # Corresponds to the JSON property `audienceSource`
4621
4639
  # @return [String]
@@ -4626,6 +4644,12 @@ module Google
4626
4644
  # @return [String]
4627
4645
  attr_accessor :audience_type
4628
4646
 
4647
+ # Wrapper message for a list of contact information defining Customer Match
4648
+ # audience members.
4649
+ # Corresponds to the JSON property `contactInfoList`
4650
+ # @return [Google::Apis::DisplayvideoV1::ContactInfoList]
4651
+ attr_accessor :contact_info_list
4652
+
4629
4653
  # The user-provided description of the audience. Only applicable to first party
4630
4654
  # audiences.
4631
4655
  # Corresponds to the JSON property `description`
@@ -4692,15 +4716,21 @@ module Google
4692
4716
  attr_accessor :gmail_audience_size
4693
4717
 
4694
4718
  # The duration in days that an entry remains in the audience after the
4695
- # qualifying event. If the audience has no expiration, the value of this field
4696
- # should be set 10000. Otherwise, the set value must be greater than 0 and less
4697
- # than or equal to 540. Only applicable to first party audiences. This field is
4698
- # required for the following audience_type: * `CUSTOMER_MATCH_CONTACT_INFO` * `
4699
- # CUSTOMER_MATCH_DEVICE_ID`
4719
+ # qualifying event. If the audience has no expiration, set the value of this
4720
+ # field to 10000. Otherwise, the set value must be greater than 0 and less than
4721
+ # or equal to 540. Only applicable to first party audiences. This field is
4722
+ # required if one of the following audience_type is used: * `
4723
+ # CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
4700
4724
  # Corresponds to the JSON property `membershipDurationDays`
4701
4725
  # @return [Fixnum]
4702
4726
  attr_accessor :membership_duration_days
4703
4727
 
4728
+ # Wrapper message for a list of mobile device IDs defining Customer Match
4729
+ # audience members.
4730
+ # Corresponds to the JSON property `mobileDeviceIdList`
4731
+ # @return [Google::Apis::DisplayvideoV1::MobileDeviceIdList]
4732
+ attr_accessor :mobile_device_id_list
4733
+
4704
4734
  # Output only. The resource name of the first and third party audience.
4705
4735
  # Corresponds to the JSON property `name`
4706
4736
  # @return [String]
@@ -4721,8 +4751,10 @@ module Google
4721
4751
  # Update properties of this object
4722
4752
  def update!(**args)
4723
4753
  @active_display_audience_size = args[:active_display_audience_size] if args.key?(:active_display_audience_size)
4754
+ @app_id = args[:app_id] if args.key?(:app_id)
4724
4755
  @audience_source = args[:audience_source] if args.key?(:audience_source)
4725
4756
  @audience_type = args[:audience_type] if args.key?(:audience_type)
4757
+ @contact_info_list = args[:contact_info_list] if args.key?(:contact_info_list)
4726
4758
  @description = args[:description] if args.key?(:description)
4727
4759
  @display_audience_size = args[:display_audience_size] if args.key?(:display_audience_size)
4728
4760
  @display_desktop_audience_size = args[:display_desktop_audience_size] if args.key?(:display_desktop_audience_size)
@@ -4733,6 +4765,7 @@ module Google
4733
4765
  @first_and_third_party_audience_type = args[:first_and_third_party_audience_type] if args.key?(:first_and_third_party_audience_type)
4734
4766
  @gmail_audience_size = args[:gmail_audience_size] if args.key?(:gmail_audience_size)
4735
4767
  @membership_duration_days = args[:membership_duration_days] if args.key?(:membership_duration_days)
4768
+ @mobile_device_id_list = args[:mobile_device_id_list] if args.key?(:mobile_device_id_list)
4736
4769
  @name = args[:name] if args.key?(:name)
4737
4770
  @youtube_audience_size = args[:youtube_audience_size] if args.key?(:youtube_audience_size)
4738
4771
  end
@@ -4884,8 +4917,9 @@ module Google
4884
4917
  class FrequencyCap
4885
4918
  include Google::Apis::Core::Hashable
4886
4919
 
4887
- # The maximum number of times a user may be shown with the same ad during this
4888
- # period. Must be greater than 0. Required when unlimited is `false`.
4920
+ # The maximum number of times a user may be shown the same ad during this period.
4921
+ # Must be greater than 0. Required when unlimited is `false` and max_views is
4922
+ # not set.
4889
4923
  # Corresponds to the JSON property `maxImpressions`
4890
4924
  # @return [Fixnum]
4891
4925
  attr_accessor :max_impressions
@@ -4933,7 +4967,7 @@ module Google
4933
4967
  class GenderAssignedTargetingOptionDetails
4934
4968
  include Google::Apis::Core::Hashable
4935
4969
 
4936
- # Output only. The gender of the audience.
4970
+ # The gender of the audience. Output only in v1. Required in v2.
4937
4971
  # Corresponds to the JSON property `gender`
4938
4972
  # @return [String]
4939
4973
  attr_accessor :gender
@@ -5967,10 +6001,10 @@ module Google
5967
6001
  # day and time zone are either specified elsewhere or are insignificant. The
5968
6002
  # date is relative to the Gregorian Calendar. This can represent one of the
5969
6003
  # following: * A full date, with non-zero year, month, and day values * A month
5970
- # and day value, with a zero year, such as an anniversary * A year on its own,
5971
- # with zero month and day values * A year and month value, with a zero day, such
5972
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
5973
- # google.protobuf.Timestamp`.
6004
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
6005
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
6006
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
6007
+ # DateTime * google.protobuf.Timestamp
5974
6008
  # Corresponds to the JSON property `dueDate`
5975
6009
  # @return [Google::Apis::DisplayvideoV1::Date]
5976
6010
  attr_accessor :due_date
@@ -5989,10 +6023,10 @@ module Google
5989
6023
  # day and time zone are either specified elsewhere or are insignificant. The
5990
6024
  # date is relative to the Gregorian Calendar. This can represent one of the
5991
6025
  # following: * A full date, with non-zero year, month, and day values * A month
5992
- # and day value, with a zero year, such as an anniversary * A year on its own,
5993
- # with zero month and day values * A year and month value, with a zero day, such
5994
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
5995
- # google.protobuf.Timestamp`.
6026
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
6027
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
6028
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
6029
+ # DateTime * google.protobuf.Timestamp
5996
6030
  # Corresponds to the JSON property `issueDate`
5997
6031
  # @return [Google::Apis::DisplayvideoV1::Date]
5998
6032
  attr_accessor :issue_date
@@ -7591,7 +7625,7 @@ module Google
7591
7625
  class NativeContentPositionAssignedTargetingOptionDetails
7592
7626
  include Google::Apis::Core::Hashable
7593
7627
 
7594
- # Output only. The content position.
7628
+ # The content position. Output only in v1. Required in v2.
7595
7629
  # Corresponds to the JSON property `contentPosition`
7596
7630
  # @return [String]
7597
7631
  attr_accessor :content_position
@@ -7803,7 +7837,8 @@ module Google
7803
7837
  class OmidAssignedTargetingOptionDetails
7804
7838
  include Google::Apis::Core::Hashable
7805
7839
 
7806
- # Output only. The type of Open Measurement enabled inventory.
7840
+ # The type of Open Measurement enabled inventory. Output only in v1. Required in
7841
+ # v2.
7807
7842
  # Corresponds to the JSON property `omid`
7808
7843
  # @return [String]
7809
7844
  attr_accessor :omid
@@ -9150,7 +9185,8 @@ module Google
9150
9185
  # @return [String]
9151
9186
  attr_accessor :excluded_targeting_option_id
9152
9187
 
9153
- # Output only. An enum for the DV360 Sensitive category content classifier.
9188
+ # An enum for the DV360 Sensitive category content classifier. Output only in v1.
9189
+ # Required in v2.
9154
9190
  # Corresponds to the JSON property `sensitiveCategory`
9155
9191
  # @return [String]
9156
9192
  attr_accessor :sensitive_category
@@ -9996,7 +10032,7 @@ module Google
9996
10032
  # @return [String]
9997
10033
  attr_accessor :targeting_option_id
9998
10034
 
9999
- # Output only. The video player size.
10035
+ # The video player size. Output only in v1. Required in v2.
10000
10036
  # Corresponds to the JSON property `videoPlayerSize`
10001
10037
  # @return [String]
10002
10038
  attr_accessor :video_player_size
@@ -10046,7 +10082,7 @@ module Google
10046
10082
  # @return [String]
10047
10083
  attr_accessor :targeting_option_id
10048
10084
 
10049
- # Output only. The predicted viewability percentage.
10085
+ # The predicted viewability percentage. Output only in v1. Required in v2.
10050
10086
  # Corresponds to the JSON property `viewability`
10051
10087
  # @return [String]
10052
10088
  attr_accessor :viewability
@@ -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.23.0"
19
+ GEM_VERSION = "0.27.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 = "20220120"
25
+ REVISION = "20220217"
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.23.0
4
+ version: 0.27.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-24 00:00:00.000000000 Z
11
+ date: 2022-02-21 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.27.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: []