google-apis-displayvideo_v1 0.28.0 → 0.31.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: ed04b78ca7dbde80c7be6bd2362ac75f6c021a37b824a8d8b9b23ae50837cf2b
4
- data.tar.gz: 3d34390f280c239e0d152328ac138f7c871bf5a5c2eb57fe06ab34445c668ee6
3
+ metadata.gz: d5c0bbce9d0ba9a3d675e5f420211e2053629bb2a5b9ad1d224be4c1fc49b04d
4
+ data.tar.gz: 7ba83e751a0d9edb0a47c0fcb422e83e3487b984015b403469358a961606d7d2
5
5
  SHA512:
6
- metadata.gz: d42e4670848ecb1f568739de5aecc88238159de5296873b217ff1578e85dc00c54d1af13475df81d1cd930ed9ee3f9e18a55095c937575dd606f9809f848c7ba
7
- data.tar.gz: d7230aa622a7f49d74cfec1c2b1345880cad0516aa0a9767483882bdb700d5e819a1160864399591a1618fc1f1a686ce3414516f83e17db08df879baa426f2ad
6
+ metadata.gz: 29c7558f8724943edb7fc56410f8ef1224e283ec892ecc6fbdf15fb17121dfd60bbd825a2171dce46a598e621ddeb230c73413450f24b1ebf9299399e9d1d02d
7
+ data.tar.gz: 4fb670d32c688694b449d6c9ad56101dc46d7c66eb605cf74dda57582dcb36b0383e9ace79e76c6621fb74157bdc4b3347cdf6e021e0f5ec36a31f54f9abcf04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.31.0 (2022-05-03)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
7
+ ### v0.30.0 (2022-04-13)
8
+
9
+ * Regenerated from discovery document revision 20220411
10
+
11
+ ### v0.29.0 (2022-03-25)
12
+
13
+ * Regenerated from discovery document revision 20220324
14
+
3
15
  ### v0.28.0 (2022-03-04)
4
16
 
5
17
  * Regenerated from discovery document revision 20220303
@@ -413,7 +413,7 @@ module Google
413
413
  # of an audience. Thus, the age range represented in this field can be 1)
414
414
  # targeted solely, or, 2) part of a larger continuous age range. The reach of a
415
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.
416
+ # of an unknown age. Output only in v1.
417
417
  # Corresponds to the JSON property `ageRange`
418
418
  # @return [String]
419
419
  attr_accessor :age_range
@@ -771,6 +771,23 @@ module Google
771
771
  # @return [Google::Apis::DisplayvideoV1::ChannelAssignedTargetingOptionDetails]
772
772
  attr_accessor :channel_details
773
773
 
774
+ # Details for content duration assigned targeting option. This will be populated
775
+ # in the content_duration_details field when targeting_type is `
776
+ # TARGETING_TYPE_CONTENT_DURATION`. Explicitly targeting all options is not
777
+ # supported. Remove all content duration targeting options to achieve this
778
+ # effect.
779
+ # Corresponds to the JSON property `contentDurationDetails`
780
+ # @return [Google::Apis::DisplayvideoV1::ContentDurationAssignedTargetingOptionDetails]
781
+ attr_accessor :content_duration_details
782
+
783
+ # Details for content genre assigned targeting option. This will be populated in
784
+ # the content_genre_details field when targeting_type is `
785
+ # TARGETING_TYPE_CONTENT_GENRE`. Explicitly targeting all options is not
786
+ # supported. Remove all content genre targeting options to achieve this effect.
787
+ # Corresponds to the JSON property `contentGenreDetails`
788
+ # @return [Google::Apis::DisplayvideoV1::ContentGenreAssignedTargetingOptionDetails]
789
+ attr_accessor :content_genre_details
790
+
774
791
  # Assigned content instream position targeting option details. This will be
775
792
  # populated in the content_instream_position_details field when targeting_type
776
793
  # is `TARGETING_TYPE_CONTENT_INSTREAM_POSITION`.
@@ -785,6 +802,15 @@ module Google
785
802
  # @return [Google::Apis::DisplayvideoV1::ContentOutstreamPositionAssignedTargetingOptionDetails]
786
803
  attr_accessor :content_outstream_position_details
787
804
 
805
+ # Details for content stream type assigned targeting option. This will be
806
+ # populated in the content_stream_type_details field when targeting_type is `
807
+ # TARGETING_TYPE_CONTENT_STREAM_TYPE`. Explicitly targeting all options is not
808
+ # supported. Remove all content stream type targeting options to achieve this
809
+ # effect.
810
+ # Corresponds to the JSON property `contentStreamTypeDetails`
811
+ # @return [Google::Apis::DisplayvideoV1::ContentStreamTypeAssignedTargetingOptionDetails]
812
+ attr_accessor :content_stream_type_details
813
+
788
814
  # Representation of a segment of time defined on a specific day of the week and
789
815
  # with a start and end time. The time represented by `start_hour` must be before
790
816
  # the time represented by `end_hour`.
@@ -1025,8 +1051,11 @@ module Google
1025
1051
  @carrier_and_isp_details = args[:carrier_and_isp_details] if args.key?(:carrier_and_isp_details)
1026
1052
  @category_details = args[:category_details] if args.key?(:category_details)
1027
1053
  @channel_details = args[:channel_details] if args.key?(:channel_details)
1054
+ @content_duration_details = args[:content_duration_details] if args.key?(:content_duration_details)
1055
+ @content_genre_details = args[:content_genre_details] if args.key?(:content_genre_details)
1028
1056
  @content_instream_position_details = args[:content_instream_position_details] if args.key?(:content_instream_position_details)
1029
1057
  @content_outstream_position_details = args[:content_outstream_position_details] if args.key?(:content_outstream_position_details)
1058
+ @content_stream_type_details = args[:content_stream_type_details] if args.key?(:content_stream_type_details)
1030
1059
  @day_and_time_details = args[:day_and_time_details] if args.key?(:day_and_time_details)
1031
1060
  @device_make_model_details = args[:device_make_model_details] if args.key?(:device_make_model_details)
1032
1061
  @device_type_details = args[:device_type_details] if args.key?(:device_type_details)
@@ -1172,7 +1201,7 @@ module Google
1172
1201
  class AudioContentTypeAssignedTargetingOptionDetails
1173
1202
  include Google::Apis::Core::Hashable
1174
1203
 
1175
- # The audio content type. Output only in v1. Required in v2.
1204
+ # The audio content type. Output only in v1.
1176
1205
  # Corresponds to the JSON property `audioContentType`
1177
1206
  # @return [String]
1178
1207
  attr_accessor :audio_content_type
@@ -2788,7 +2817,8 @@ module Google
2788
2817
  class ContactInfoList
2789
2818
  include Google::Apis::Core::Hashable
2790
2819
 
2791
- # A list of ContactInfo objects defining Customer Match audience members.
2820
+ # A list of ContactInfo objects defining Customer Match audience members. The
2821
+ # size of contact_infos mustn't be greater than 500,000.
2792
2822
  # Corresponds to the JSON property `contactInfos`
2793
2823
  # @return [Array<Google::Apis::DisplayvideoV1::ContactInfo>]
2794
2824
  attr_accessor :contact_infos
@@ -2803,6 +2833,114 @@ module Google
2803
2833
  end
2804
2834
  end
2805
2835
 
2836
+ # Details for content duration assigned targeting option. This will be populated
2837
+ # in the content_duration_details field when targeting_type is `
2838
+ # TARGETING_TYPE_CONTENT_DURATION`. Explicitly targeting all options is not
2839
+ # supported. Remove all content duration targeting options to achieve this
2840
+ # effect.
2841
+ class ContentDurationAssignedTargetingOptionDetails
2842
+ include Google::Apis::Core::Hashable
2843
+
2844
+ # Output only. The content duration.
2845
+ # Corresponds to the JSON property `contentDuration`
2846
+ # @return [String]
2847
+ attr_accessor :content_duration
2848
+
2849
+ # Required. The targeting_option_id field when targeting_type is `
2850
+ # TARGETING_TYPE_CONTENT_DURATION`.
2851
+ # Corresponds to the JSON property `targetingOptionId`
2852
+ # @return [String]
2853
+ attr_accessor :targeting_option_id
2854
+
2855
+ def initialize(**args)
2856
+ update!(**args)
2857
+ end
2858
+
2859
+ # Update properties of this object
2860
+ def update!(**args)
2861
+ @content_duration = args[:content_duration] if args.key?(:content_duration)
2862
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
2863
+ end
2864
+ end
2865
+
2866
+ # Represents a targetable content duration. This will be populated in the
2867
+ # content_duration_details field when targeting_type is `
2868
+ # TARGETING_TYPE_CONTENT_DURATION`.
2869
+ class ContentDurationTargetingOptionDetails
2870
+ include Google::Apis::Core::Hashable
2871
+
2872
+ # Output only. The content duration.
2873
+ # Corresponds to the JSON property `contentDuration`
2874
+ # @return [String]
2875
+ attr_accessor :content_duration
2876
+
2877
+ def initialize(**args)
2878
+ update!(**args)
2879
+ end
2880
+
2881
+ # Update properties of this object
2882
+ def update!(**args)
2883
+ @content_duration = args[:content_duration] if args.key?(:content_duration)
2884
+ end
2885
+ end
2886
+
2887
+ # Details for content genre assigned targeting option. This will be populated in
2888
+ # the content_genre_details field when targeting_type is `
2889
+ # TARGETING_TYPE_CONTENT_GENRE`. Explicitly targeting all options is not
2890
+ # supported. Remove all content genre targeting options to achieve this effect.
2891
+ class ContentGenreAssignedTargetingOptionDetails
2892
+ include Google::Apis::Core::Hashable
2893
+
2894
+ # Output only. The display name of the content genre.
2895
+ # Corresponds to the JSON property `displayName`
2896
+ # @return [String]
2897
+ attr_accessor :display_name
2898
+
2899
+ # Indicates if this option is being negatively targeted.
2900
+ # Corresponds to the JSON property `negative`
2901
+ # @return [Boolean]
2902
+ attr_accessor :negative
2903
+ alias_method :negative?, :negative
2904
+
2905
+ # Required. The targeting_option_id field when targeting_type is `
2906
+ # TARGETING_TYPE_CONTENT_GENRE`.
2907
+ # Corresponds to the JSON property `targetingOptionId`
2908
+ # @return [String]
2909
+ attr_accessor :targeting_option_id
2910
+
2911
+ def initialize(**args)
2912
+ update!(**args)
2913
+ end
2914
+
2915
+ # Update properties of this object
2916
+ def update!(**args)
2917
+ @display_name = args[:display_name] if args.key?(:display_name)
2918
+ @negative = args[:negative] if args.key?(:negative)
2919
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
2920
+ end
2921
+ end
2922
+
2923
+ # Represents a targetable content genre. This will be populated in the
2924
+ # content_genre_details field when targeting_type is `
2925
+ # TARGETING_TYPE_CONTENT_GENRE`.
2926
+ class ContentGenreTargetingOptionDetails
2927
+ include Google::Apis::Core::Hashable
2928
+
2929
+ # Output only. The display name of the content genre
2930
+ # Corresponds to the JSON property `displayName`
2931
+ # @return [String]
2932
+ attr_accessor :display_name
2933
+
2934
+ def initialize(**args)
2935
+ update!(**args)
2936
+ end
2937
+
2938
+ # Update properties of this object
2939
+ def update!(**args)
2940
+ @display_name = args[:display_name] if args.key?(:display_name)
2941
+ end
2942
+ end
2943
+
2806
2944
  # Assigned content instream position targeting option details. This will be
2807
2945
  # populated in the content_instream_position_details field when targeting_type
2808
2946
  # is `TARGETING_TYPE_CONTENT_INSTREAM_POSITION`.
@@ -2821,7 +2959,6 @@ module Google
2821
2959
  attr_accessor :ad_type
2822
2960
 
2823
2961
  # The content instream position for video or audio ads. Output only in v1.
2824
- # Required in v2.
2825
2962
  # Corresponds to the JSON property `contentInstreamPosition`
2826
2963
  # @return [String]
2827
2964
  attr_accessor :content_instream_position
@@ -2883,7 +3020,7 @@ module Google
2883
3020
  # @return [String]
2884
3021
  attr_accessor :ad_type
2885
3022
 
2886
- # The content outstream position. Output only in v1. Required in v2.
3023
+ # The content outstream position. Output only in v1.
2887
3024
  # Corresponds to the JSON property `contentOutstreamPosition`
2888
3025
  # @return [String]
2889
3026
  attr_accessor :content_outstream_position
@@ -2928,6 +3065,57 @@ module Google
2928
3065
  end
2929
3066
  end
2930
3067
 
3068
+ # Details for content stream type assigned targeting option. This will be
3069
+ # populated in the content_stream_type_details field when targeting_type is `
3070
+ # TARGETING_TYPE_CONTENT_STREAM_TYPE`. Explicitly targeting all options is not
3071
+ # supported. Remove all content stream type targeting options to achieve this
3072
+ # effect.
3073
+ class ContentStreamTypeAssignedTargetingOptionDetails
3074
+ include Google::Apis::Core::Hashable
3075
+
3076
+ # Output only. The content stream type.
3077
+ # Corresponds to the JSON property `contentStreamType`
3078
+ # @return [String]
3079
+ attr_accessor :content_stream_type
3080
+
3081
+ # Required. The targeting_option_id field when targeting_type is `
3082
+ # TARGETING_TYPE_CONTENT_STREAM_TYPE`.
3083
+ # Corresponds to the JSON property `targetingOptionId`
3084
+ # @return [String]
3085
+ attr_accessor :targeting_option_id
3086
+
3087
+ def initialize(**args)
3088
+ update!(**args)
3089
+ end
3090
+
3091
+ # Update properties of this object
3092
+ def update!(**args)
3093
+ @content_stream_type = args[:content_stream_type] if args.key?(:content_stream_type)
3094
+ @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
3095
+ end
3096
+ end
3097
+
3098
+ # Represents a targetable content stream type. This will be populated in the
3099
+ # content_stream_type_details field when targeting_type is `
3100
+ # TARGETING_TYPE_CONTENT_STREAM_TYPE`.
3101
+ class ContentStreamTypeTargetingOptionDetails
3102
+ include Google::Apis::Core::Hashable
3103
+
3104
+ # Output only. The content stream type.
3105
+ # Corresponds to the JSON property `contentStreamType`
3106
+ # @return [String]
3107
+ attr_accessor :content_stream_type
3108
+
3109
+ def initialize(**args)
3110
+ update!(**args)
3111
+ end
3112
+
3113
+ # Update properties of this object
3114
+ def update!(**args)
3115
+ @content_stream_type = args[:content_stream_type] if args.key?(:content_stream_type)
3116
+ end
3117
+ end
3118
+
2931
3119
  # Settings that control how conversions are counted. All post-click conversions
2932
3120
  # will be counted. A percentage value can be set for post-view conversions
2933
3121
  # counting.
@@ -3439,8 +3627,8 @@ module Google
3439
3627
  # @return [Google::Apis::DisplayvideoV1::UniversalAdId]
3440
3628
  attr_accessor :universal_ad_id
3441
3629
 
3442
- # Output only. The timestamp when the creative was last updated. Assigned by the
3443
- # system.
3630
+ # Output only. The timestamp when the creative was last updated, either by the
3631
+ # user or system (e.g. creative review). Assigned by the system.
3444
3632
  # Corresponds to the JSON property `updateTime`
3445
3633
  # @return [String]
3446
3634
  attr_accessor :update_time
@@ -4013,7 +4201,7 @@ module Google
4013
4201
  class DeviceTypeAssignedTargetingOptionDetails
4014
4202
  include Google::Apis::Core::Hashable
4015
4203
 
4016
- # The display name of the device type. Output only in v1. Required in v2.
4204
+ # The display name of the device type. Output only in v1.
4017
4205
  # Corresponds to the JSON property `deviceType`
4018
4206
  # @return [String]
4019
4207
  attr_accessor :device_type
@@ -4382,8 +4570,7 @@ module Google
4382
4570
  # A generic empty message that you can re-use to avoid defining duplicated empty
4383
4571
  # messages in your APIs. A typical example is to use it as the request or the
4384
4572
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
4385
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
4386
- # `Empty` is empty JSON object ````.
4573
+ # protobuf.Empty) returns (google.protobuf.Empty); `
4387
4574
  class Empty
4388
4575
  include Google::Apis::Core::Hashable
4389
4576
 
@@ -4402,7 +4589,7 @@ module Google
4402
4589
  class EnvironmentAssignedTargetingOptionDetails
4403
4590
  include Google::Apis::Core::Hashable
4404
4591
 
4405
- # The serving environment. Output only in v1. Required in v2.
4592
+ # The serving environment. Output only in v1.
4406
4593
  # Corresponds to the JSON property `environment`
4407
4594
  # @return [String]
4408
4595
  attr_accessor :environment
@@ -4918,8 +5105,7 @@ module Google
4918
5105
  include Google::Apis::Core::Hashable
4919
5106
 
4920
5107
  # 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.
5108
+ # Must be greater than 0. Required when unlimited is `false`.
4923
5109
  # Corresponds to the JSON property `maxImpressions`
4924
5110
  # @return [Fixnum]
4925
5111
  attr_accessor :max_impressions
@@ -4967,7 +5153,7 @@ module Google
4967
5153
  class GenderAssignedTargetingOptionDetails
4968
5154
  include Google::Apis::Core::Hashable
4969
5155
 
4970
- # The gender of the audience. Output only in v1. Required in v2.
5156
+ # The gender of the audience. Output only in v1.
4971
5157
  # Corresponds to the JSON property `gender`
4972
5158
  # @return [String]
4973
5159
  attr_accessor :gender
@@ -5351,6 +5537,11 @@ module Google
5351
5537
  # @return [Google::Apis::DisplayvideoV1::BiddingStrategy]
5352
5538
  attr_accessor :bid_strategy
5353
5539
 
5540
+ # Immutable. The billable outcome of the insertion order.
5541
+ # Corresponds to the JSON property `billableOutcome`
5542
+ # @return [String]
5543
+ attr_accessor :billable_outcome
5544
+
5354
5545
  # Settings that control how insertion order budget is allocated.
5355
5546
  # Corresponds to the JSON property `budget`
5356
5547
  # @return [Google::Apis::DisplayvideoV1::InsertionOrderBudget]
@@ -5442,6 +5633,7 @@ module Google
5442
5633
  def update!(**args)
5443
5634
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
5444
5635
  @bid_strategy = args[:bid_strategy] if args.key?(:bid_strategy)
5636
+ @billable_outcome = args[:billable_outcome] if args.key?(:billable_outcome)
5445
5637
  @budget = args[:budget] if args.key?(:budget)
5446
5638
  @campaign_id = args[:campaign_id] if args.key?(:campaign_id)
5447
5639
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -7482,7 +7674,7 @@ module Google
7482
7674
  # @return [String]
7483
7675
  attr_accessor :performance_goal_type
7484
7676
 
7485
- # Controls whether the strategy takes deal floor prices into account.
7677
+ # Whether the strategy takes deal floor prices into account.
7486
7678
  # Corresponds to the JSON property `raiseBidForDeals`
7487
7679
  # @return [Boolean]
7488
7680
  attr_accessor :raise_bid_for_deals
@@ -7573,7 +7765,8 @@ module Google
7573
7765
  class MobileDeviceIdList
7574
7766
  include Google::Apis::Core::Hashable
7575
7767
 
7576
- # A list of mobile device IDs defining Customer Match audience members.
7768
+ # A list of mobile device IDs defining Customer Match audience members. The size
7769
+ # of mobile_device_ids mustn't be greater than 500,000.
7577
7770
  # Corresponds to the JSON property `mobileDeviceIds`
7578
7771
  # @return [Array<String>]
7579
7772
  attr_accessor :mobile_device_ids
@@ -7632,7 +7825,7 @@ module Google
7632
7825
  class NativeContentPositionAssignedTargetingOptionDetails
7633
7826
  include Google::Apis::Core::Hashable
7634
7827
 
7635
- # The content position. Output only in v1. Required in v2.
7828
+ # The content position. Output only in v1.
7636
7829
  # Corresponds to the JSON property `contentPosition`
7637
7830
  # @return [String]
7638
7831
  attr_accessor :content_position
@@ -7844,8 +8037,7 @@ module Google
7844
8037
  class OmidAssignedTargetingOptionDetails
7845
8038
  include Google::Apis::Core::Hashable
7846
8039
 
7847
- # The type of Open Measurement enabled inventory. Output only in v1. Required in
7848
- # v2.
8040
+ # The type of Open Measurement enabled inventory. Output only in v1.
7849
8041
  # Corresponds to the JSON property `omid`
7850
8042
  # @return [String]
7851
8043
  attr_accessor :omid
@@ -9193,7 +9385,6 @@ module Google
9193
9385
  attr_accessor :excluded_targeting_option_id
9194
9386
 
9195
9387
  # An enum for the DV360 Sensitive category content classifier. Output only in v1.
9196
- # Required in v2.
9197
9388
  # Corresponds to the JSON property `sensitiveCategory`
9198
9389
  # @return [String]
9199
9390
  attr_accessor :sensitive_category
@@ -9429,6 +9620,20 @@ module Google
9429
9620
  # @return [Google::Apis::DisplayvideoV1::CategoryTargetingOptionDetails]
9430
9621
  attr_accessor :category_details
9431
9622
 
9623
+ # Represents a targetable content duration. This will be populated in the
9624
+ # content_duration_details field when targeting_type is `
9625
+ # TARGETING_TYPE_CONTENT_DURATION`.
9626
+ # Corresponds to the JSON property `contentDurationDetails`
9627
+ # @return [Google::Apis::DisplayvideoV1::ContentDurationTargetingOptionDetails]
9628
+ attr_accessor :content_duration_details
9629
+
9630
+ # Represents a targetable content genre. This will be populated in the
9631
+ # content_genre_details field when targeting_type is `
9632
+ # TARGETING_TYPE_CONTENT_GENRE`.
9633
+ # Corresponds to the JSON property `contentGenreDetails`
9634
+ # @return [Google::Apis::DisplayvideoV1::ContentGenreTargetingOptionDetails]
9635
+ attr_accessor :content_genre_details
9636
+
9432
9637
  # Represents a targetable content instream position, which could be used by
9433
9638
  # video and audio ads. This will be populated in the
9434
9639
  # content_instream_position_details field when targeting_type is `
@@ -9445,6 +9650,13 @@ module Google
9445
9650
  # @return [Google::Apis::DisplayvideoV1::ContentOutstreamPositionTargetingOptionDetails]
9446
9651
  attr_accessor :content_outstream_position_details
9447
9652
 
9653
+ # Represents a targetable content stream type. This will be populated in the
9654
+ # content_stream_type_details field when targeting_type is `
9655
+ # TARGETING_TYPE_CONTENT_STREAM_TYPE`.
9656
+ # Corresponds to the JSON property `contentStreamTypeDetails`
9657
+ # @return [Google::Apis::DisplayvideoV1::ContentStreamTypeTargetingOptionDetails]
9658
+ attr_accessor :content_stream_type_details
9659
+
9448
9660
  # Represents a targetable device make and model. This will be populated in the
9449
9661
  # device_make_model_details field of a TargetingOption when targeting_type is `
9450
9662
  # TARGETING_TYPE_DEVICE_MAKE_MODEL`.
@@ -9611,8 +9823,11 @@ module Google
9611
9823
  @business_chain_details = args[:business_chain_details] if args.key?(:business_chain_details)
9612
9824
  @carrier_and_isp_details = args[:carrier_and_isp_details] if args.key?(:carrier_and_isp_details)
9613
9825
  @category_details = args[:category_details] if args.key?(:category_details)
9826
+ @content_duration_details = args[:content_duration_details] if args.key?(:content_duration_details)
9827
+ @content_genre_details = args[:content_genre_details] if args.key?(:content_genre_details)
9614
9828
  @content_instream_position_details = args[:content_instream_position_details] if args.key?(:content_instream_position_details)
9615
9829
  @content_outstream_position_details = args[:content_outstream_position_details] if args.key?(:content_outstream_position_details)
9830
+ @content_stream_type_details = args[:content_stream_type_details] if args.key?(:content_stream_type_details)
9616
9831
  @device_make_model_details = args[:device_make_model_details] if args.key?(:device_make_model_details)
9617
9832
  @device_type_details = args[:device_type_details] if args.key?(:device_type_details)
9618
9833
  @digital_content_label_details = args[:digital_content_label_details] if args.key?(:digital_content_label_details)
@@ -10039,7 +10254,7 @@ module Google
10039
10254
  # @return [String]
10040
10255
  attr_accessor :targeting_option_id
10041
10256
 
10042
- # The video player size. Output only in v1. Required in v2.
10257
+ # The video player size. Output only in v1.
10043
10258
  # Corresponds to the JSON property `videoPlayerSize`
10044
10259
  # @return [String]
10045
10260
  attr_accessor :video_player_size
@@ -10089,7 +10304,7 @@ module Google
10089
10304
  # @return [String]
10090
10305
  attr_accessor :targeting_option_id
10091
10306
 
10092
- # The predicted viewability percentage. Output only in v1. Required in v2.
10307
+ # The predicted viewability percentage. Output only in v1.
10093
10308
  # Corresponds to the JSON property `viewability`
10094
10309
  # @return [String]
10095
10310
  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.28.0"
19
+ GEM_VERSION = "0.31.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 = "20220303"
25
+ REVISION = "20220429"
26
26
  end
27
27
  end
28
28
  end
@@ -454,6 +454,30 @@ module Google
454
454
  include Google::Apis::Core::JsonObjectSupport
455
455
  end
456
456
 
457
+ class ContentDurationAssignedTargetingOptionDetails
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class ContentDurationTargetingOptionDetails
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class ContentGenreAssignedTargetingOptionDetails
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class ContentGenreTargetingOptionDetails
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
457
481
  class ContentInstreamPositionAssignedTargetingOptionDetails
458
482
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
483
 
@@ -478,6 +502,18 @@ module Google
478
502
  include Google::Apis::Core::JsonObjectSupport
479
503
  end
480
504
 
505
+ class ContentStreamTypeAssignedTargetingOptionDetails
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class ContentStreamTypeTargetingOptionDetails
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
481
517
  class ConversionCountingConfig
482
518
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
519
 
@@ -1822,10 +1858,16 @@ module Google
1822
1858
 
1823
1859
  property :channel_details, as: 'channelDetails', class: Google::Apis::DisplayvideoV1::ChannelAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ChannelAssignedTargetingOptionDetails::Representation
1824
1860
 
1861
+ property :content_duration_details, as: 'contentDurationDetails', class: Google::Apis::DisplayvideoV1::ContentDurationAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentDurationAssignedTargetingOptionDetails::Representation
1862
+
1863
+ property :content_genre_details, as: 'contentGenreDetails', class: Google::Apis::DisplayvideoV1::ContentGenreAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentGenreAssignedTargetingOptionDetails::Representation
1864
+
1825
1865
  property :content_instream_position_details, as: 'contentInstreamPositionDetails', class: Google::Apis::DisplayvideoV1::ContentInstreamPositionAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentInstreamPositionAssignedTargetingOptionDetails::Representation
1826
1866
 
1827
1867
  property :content_outstream_position_details, as: 'contentOutstreamPositionDetails', class: Google::Apis::DisplayvideoV1::ContentOutstreamPositionAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentOutstreamPositionAssignedTargetingOptionDetails::Representation
1828
1868
 
1869
+ property :content_stream_type_details, as: 'contentStreamTypeDetails', class: Google::Apis::DisplayvideoV1::ContentStreamTypeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentStreamTypeAssignedTargetingOptionDetails::Representation
1870
+
1829
1871
  property :day_and_time_details, as: 'dayAndTimeDetails', class: Google::Apis::DisplayvideoV1::DayAndTimeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::DayAndTimeAssignedTargetingOptionDetails::Representation
1830
1872
 
1831
1873
  property :device_make_model_details, as: 'deviceMakeModelDetails', class: Google::Apis::DisplayvideoV1::DeviceMakeModelAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::DeviceMakeModelAssignedTargetingOptionDetails::Representation
@@ -2390,6 +2432,37 @@ module Google
2390
2432
  end
2391
2433
  end
2392
2434
 
2435
+ class ContentDurationAssignedTargetingOptionDetails
2436
+ # @private
2437
+ class Representation < Google::Apis::Core::JsonRepresentation
2438
+ property :content_duration, as: 'contentDuration'
2439
+ property :targeting_option_id, as: 'targetingOptionId'
2440
+ end
2441
+ end
2442
+
2443
+ class ContentDurationTargetingOptionDetails
2444
+ # @private
2445
+ class Representation < Google::Apis::Core::JsonRepresentation
2446
+ property :content_duration, as: 'contentDuration'
2447
+ end
2448
+ end
2449
+
2450
+ class ContentGenreAssignedTargetingOptionDetails
2451
+ # @private
2452
+ class Representation < Google::Apis::Core::JsonRepresentation
2453
+ property :display_name, as: 'displayName'
2454
+ property :negative, as: 'negative'
2455
+ property :targeting_option_id, as: 'targetingOptionId'
2456
+ end
2457
+ end
2458
+
2459
+ class ContentGenreTargetingOptionDetails
2460
+ # @private
2461
+ class Representation < Google::Apis::Core::JsonRepresentation
2462
+ property :display_name, as: 'displayName'
2463
+ end
2464
+ end
2465
+
2393
2466
  class ContentInstreamPositionAssignedTargetingOptionDetails
2394
2467
  # @private
2395
2468
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2422,6 +2495,21 @@ module Google
2422
2495
  end
2423
2496
  end
2424
2497
 
2498
+ class ContentStreamTypeAssignedTargetingOptionDetails
2499
+ # @private
2500
+ class Representation < Google::Apis::Core::JsonRepresentation
2501
+ property :content_stream_type, as: 'contentStreamType'
2502
+ property :targeting_option_id, as: 'targetingOptionId'
2503
+ end
2504
+ end
2505
+
2506
+ class ContentStreamTypeTargetingOptionDetails
2507
+ # @private
2508
+ class Representation < Google::Apis::Core::JsonRepresentation
2509
+ property :content_stream_type, as: 'contentStreamType'
2510
+ end
2511
+ end
2512
+
2425
2513
  class ConversionCountingConfig
2426
2514
  # @private
2427
2515
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3054,6 +3142,7 @@ module Google
3054
3142
  property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3055
3143
  property :bid_strategy, as: 'bidStrategy', class: Google::Apis::DisplayvideoV1::BiddingStrategy, decorator: Google::Apis::DisplayvideoV1::BiddingStrategy::Representation
3056
3144
 
3145
+ property :billable_outcome, as: 'billableOutcome'
3057
3146
  property :budget, as: 'budget', class: Google::Apis::DisplayvideoV1::InsertionOrderBudget, decorator: Google::Apis::DisplayvideoV1::InsertionOrderBudget::Representation
3058
3147
 
3059
3148
  property :campaign_id, :numeric_string => true, as: 'campaignId'
@@ -4166,10 +4255,16 @@ module Google
4166
4255
 
4167
4256
  property :category_details, as: 'categoryDetails', class: Google::Apis::DisplayvideoV1::CategoryTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::CategoryTargetingOptionDetails::Representation
4168
4257
 
4258
+ property :content_duration_details, as: 'contentDurationDetails', class: Google::Apis::DisplayvideoV1::ContentDurationTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentDurationTargetingOptionDetails::Representation
4259
+
4260
+ property :content_genre_details, as: 'contentGenreDetails', class: Google::Apis::DisplayvideoV1::ContentGenreTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentGenreTargetingOptionDetails::Representation
4261
+
4169
4262
  property :content_instream_position_details, as: 'contentInstreamPositionDetails', class: Google::Apis::DisplayvideoV1::ContentInstreamPositionTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentInstreamPositionTargetingOptionDetails::Representation
4170
4263
 
4171
4264
  property :content_outstream_position_details, as: 'contentOutstreamPositionDetails', class: Google::Apis::DisplayvideoV1::ContentOutstreamPositionTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentOutstreamPositionTargetingOptionDetails::Representation
4172
4265
 
4266
+ property :content_stream_type_details, as: 'contentStreamTypeDetails', class: Google::Apis::DisplayvideoV1::ContentStreamTypeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::ContentStreamTypeTargetingOptionDetails::Representation
4267
+
4173
4268
  property :device_make_model_details, as: 'deviceMakeModelDetails', class: Google::Apis::DisplayvideoV1::DeviceMakeModelTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::DeviceMakeModelTargetingOptionDetails::Representation
4174
4269
 
4175
4270
  property :device_type_details, as: 'deviceTypeDetails', class: Google::Apis::DisplayvideoV1::DeviceTypeTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV1::DeviceTypeTargetingOptionDetails::Representation
@@ -1324,26 +1324,31 @@ module Google
1324
1324
  # operator` `value``. * The operator must be `EQUALS (=)` for the following
1325
1325
  # fields: - `entityStatus` - `creativeType`. - `dimensions` - `minDuration` - `
1326
1326
  # maxDuration` - `approvalStatus` - `exchangeReviewStatus` - `dynamic` - `
1327
- # creativeId` * The operator must be `HAS (:)` for the following fields: - `
1328
- # lineItemIds` * For `entityStatus`, `minDuration`, `maxDuration`, and `dynamic`
1329
- # there may be at most one restriction. * For `dimensions`, the value is in the
1330
- # form of `"`width`x`height`"`. * For `exchangeReviewStatus`, the value is in
1331
- # the form of ``exchange`-`reviewStatus``. * For `minDuration` and `maxDuration`,
1332
- # the value is in the form of `"`duration`s"`. Only seconds are supported with
1333
- # millisecond granularity. * There may be multiple `lineItemIds` restrictions in
1334
- # order to search against multiple possible line item IDs. * There may be
1335
- # multiple `creativeId` restrictions in order to search against multiple
1336
- # possible creative IDs. Examples: * All native creatives: `creativeType="
1337
- # CREATIVE_TYPE_NATIVE"` * All active creatives with 300x400 or 50x100
1338
- # dimensions: `entityStatus="ENTITY_STATUS_ACTIVE" AND (dimensions="300x400" OR
1339
- # dimensions="50x100")` * All dynamic creatives that are approved by AdX or
1340
- # AppNexus, with a minimum duration of 5 seconds and 200ms. `dynamic="true" AND
1341
- # minDuration="5.2s" AND (exchangeReviewStatus="EXCHANGE_GOOGLE_AD_MANAGER-
1342
- # REVIEW_STATUS_APPROVED" OR exchangeReviewStatus="EXCHANGE_APPNEXUS-
1343
- # REVIEW_STATUS_APPROVED")` * All video creatives that are associated with line
1344
- # item ID 1 or 2: `creativeType="CREATIVE_TYPE_VIDEO" AND (lineItemIds:1 OR
1345
- # lineItemIds:2)` * Find creatives by multiple creative IDs: `creativeId=1 OR
1346
- # creativeId=2` The length of this field should be no more than 500 characters.
1327
+ # creativeId` - `minModifiedTime` - `maxModifiedTime` * The operator must be `
1328
+ # HAS (:)` for the following fields: - `lineItemIds` * For `entityStatus`, `
1329
+ # minDuration`, `maxDuration`, `minModifiedTime`, `maxModifiedTime`, and `
1330
+ # dynamic`, there may be at most one restriction. * For `dimensions`, the value
1331
+ # is in the form of `"`width`x`height`"`. * For `exchangeReviewStatus`, the
1332
+ # value is in the form of ``exchange`-`reviewStatus``. * For `minDuration` and `
1333
+ # maxDuration`, the value is in the form of `"`duration`s"`. Only seconds are
1334
+ # supported with millisecond granularity. * For `minModifiedTime` and `
1335
+ # maxModifiedTime`, the value is a unix timestamp (GMT) in seconds. The time
1336
+ # filtered is against the update_time field in the creative, which includes
1337
+ # system updates to the creative (e.g. creative review updates). * There may be
1338
+ # multiple `lineItemIds` restrictions in order to search against multiple
1339
+ # possible line item IDs. * There may be multiple `creativeId` restrictions in
1340
+ # order to search against multiple possible creative IDs. Examples: * All native
1341
+ # creatives: `creativeType="CREATIVE_TYPE_NATIVE"` * All active creatives with
1342
+ # 300x400 or 50x100 dimensions: `entityStatus="ENTITY_STATUS_ACTIVE" AND (
1343
+ # dimensions="300x400" OR dimensions="50x100")` * All dynamic creatives that are
1344
+ # approved by AdX or AppNexus, with a minimum duration of 5 seconds and 200ms. `
1345
+ # dynamic="true" AND minDuration="5.2s" AND (exchangeReviewStatus="
1346
+ # EXCHANGE_GOOGLE_AD_MANAGER-REVIEW_STATUS_APPROVED" OR exchangeReviewStatus="
1347
+ # EXCHANGE_APPNEXUS-REVIEW_STATUS_APPROVED")` * All video creatives that are
1348
+ # associated with line item ID 1 or 2: `creativeType="CREATIVE_TYPE_VIDEO" AND (
1349
+ # lineItemIds:1 OR lineItemIds:2)` * Find creatives by multiple creative IDs: `
1350
+ # creativeId=1 OR creativeId=2` The length of this field should be no more than
1351
+ # 500 characters.
1347
1352
  # @param [String] order_by
1348
1353
  # Field by which to sort the list. Acceptable values are: * `creativeId` (
1349
1354
  # default) * `createTime` * `mediaDuration` * `dimensions` (sorts by width first,
@@ -2179,8 +2184,8 @@ module Google
2179
2184
  # targetedNegativeKeywordListId=789 AND targetedChannelId=12345` The length of
2180
2185
  # this field should be no more than 500 characters.
2181
2186
  # @param [String] order_by
2182
- # Field by which to sort the list. Acceptable values are: * "displayName" (
2183
- # default) * "entityStatus" * flight.dateRange.endDate * "updateTime" The
2187
+ # Field by which to sort the list. Acceptable values are: * `displayName` (
2188
+ # default) * `entityStatus` * `flight.dateRange.endDate` * `updateTime` The
2184
2189
  # default sorting order is ascending. To specify descending order for a field, a
2185
2190
  # suffix "desc" should be added to the field name. Example: `displayName desc`.
2186
2191
  # @param [Fixnum] page_size
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.28.0
4
+ version: 0.31.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-03-07 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.31.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: []