google-apis-displayvideo_v1 0.25.0 → 0.28.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: 33545b6c5ab4f47f8e5f88ecdce0794d61d5447ca9864849ebda45797101c148
4
- data.tar.gz: d3cb1645e1e37da49fed88a0aa6c81f5542d6626ecf0473d5dbe33a8f8346ebe
3
+ metadata.gz: ed04b78ca7dbde80c7be6bd2362ac75f6c021a37b824a8d8b9b23ae50837cf2b
4
+ data.tar.gz: 3d34390f280c239e0d152328ac138f7c871bf5a5c2eb57fe06ab34445c668ee6
5
5
  SHA512:
6
- metadata.gz: 5770cfd7250ff2d6c5f3bf7e05d1356f9c3ecc3bec5d8d864f2f7bbabd4e0dae9d35b1584d7c259fac480bb5955960a921295af1cda80c0426158b0785ef6a39
7
- data.tar.gz: f9e64aea035107b38f305ac210bc47105554c1a6b053ec6f5f060756c8239344d4cfd51bbedafb616c1a4a80a4b998fd07e0b299a8a76c01e7ef138970b7565a
6
+ metadata.gz: d42e4670848ecb1f568739de5aecc88238159de5296873b217ff1578e85dc00c54d1af13475df81d1cd930ed9ee3f9e18a55095c937575dd606f9809f848c7ba
7
+ data.tar.gz: d7230aa622a7f49d74cfec1c2b1345880cad0516aa0a9767483882bdb700d5e819a1160864399591a1618fc1f1a686ce3414516f83e17db08df879baa426f2ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.28.0 (2022-03-04)
4
+
5
+ * Regenerated from discovery document revision 20220303
6
+
7
+ ### v0.27.0 (2022-02-18)
8
+
9
+ * Regenerated from discovery document revision 20220217
10
+
11
+ ### v0.26.0 (2022-02-12)
12
+
13
+ * Regenerated from discovery document revision 20220211
14
+
3
15
  ### v0.25.0 (2022-02-04)
4
16
 
5
17
  * Regenerated from discovery document revision 20220203
@@ -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
@@ -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
@@ -2820,7 +2820,8 @@ module Google
2820
2820
  # @return [String]
2821
2821
  attr_accessor :ad_type
2822
2822
 
2823
- # 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.
2824
2825
  # Corresponds to the JSON property `contentInstreamPosition`
2825
2826
  # @return [String]
2826
2827
  attr_accessor :content_instream_position
@@ -2882,7 +2883,7 @@ module Google
2882
2883
  # @return [String]
2883
2884
  attr_accessor :ad_type
2884
2885
 
2885
- # Output only. The content outstream position.
2886
+ # The content outstream position. Output only in v1. Required in v2.
2886
2887
  # Corresponds to the JSON property `contentOutstreamPosition`
2887
2888
  # @return [String]
2888
2889
  attr_accessor :content_outstream_position
@@ -3523,7 +3524,9 @@ module Google
3523
3524
  class CreativeConfig
3524
3525
  include Google::Apis::Core::Hashable
3525
3526
 
3526
- # 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`
3527
3530
  # Corresponds to the JSON property `creativeType`
3528
3531
  # @return [String]
3529
3532
  attr_accessor :creative_type
@@ -3790,11 +3793,11 @@ module Google
3790
3793
  # Represents a whole or partial calendar date, such as a birthday. The time of
3791
3794
  # day and time zone are either specified elsewhere or are insignificant. The
3792
3795
  # date is relative to the Gregorian Calendar. This can represent one of the
3793
- # following: * A full date, with non-zero year, month, and day values * A month
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
3796
+ # following: * A full date, with non-zero year, month, and day values. * A month
3797
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3798
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3799
+ # example, a credit card expiration date). Related types: * google.type.
3800
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3798
3801
  class Date
3799
3802
  include Google::Apis::Core::Hashable
3800
3803
 
@@ -3835,11 +3838,11 @@ module Google
3835
3838
  # Represents a whole or partial calendar date, such as a birthday. The time of
3836
3839
  # day and time zone are either specified elsewhere or are insignificant. The
3837
3840
  # date is relative to the Gregorian Calendar. This can represent one of the
3838
- # following: * A full date, with non-zero year, month, and day values * A month
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
3841
+ # following: * A full date, with non-zero year, month, and day values. * A month
3842
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3843
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3844
+ # example, a credit card expiration date). Related types: * google.type.
3845
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3843
3846
  # Corresponds to the JSON property `endDate`
3844
3847
  # @return [Google::Apis::DisplayvideoV1::Date]
3845
3848
  attr_accessor :end_date
@@ -3847,11 +3850,11 @@ module Google
3847
3850
  # Represents a whole or partial calendar date, such as a birthday. The time of
3848
3851
  # day and time zone are either specified elsewhere or are insignificant. The
3849
3852
  # date is relative to the Gregorian Calendar. This can represent one of the
3850
- # following: * A full date, with non-zero year, month, and day values * A month
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
3853
+ # following: * A full date, with non-zero year, month, and day values. * A month
3854
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3855
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3856
+ # example, a credit card expiration date). Related types: * google.type.
3857
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3855
3858
  # Corresponds to the JSON property `startDate`
3856
3859
  # @return [Google::Apis::DisplayvideoV1::Date]
3857
3860
  attr_accessor :start_date
@@ -4010,7 +4013,7 @@ module Google
4010
4013
  class DeviceTypeAssignedTargetingOptionDetails
4011
4014
  include Google::Apis::Core::Hashable
4012
4015
 
4013
- # Output only. The display name of the device type.
4016
+ # The display name of the device type. Output only in v1. Required in v2.
4014
4017
  # Corresponds to the JSON property `deviceType`
4015
4018
  # @return [String]
4016
4019
  attr_accessor :device_type
@@ -4399,7 +4402,7 @@ module Google
4399
4402
  class EnvironmentAssignedTargetingOptionDetails
4400
4403
  include Google::Apis::Core::Hashable
4401
4404
 
4402
- # Output only. The serving environment.
4405
+ # The serving environment. Output only in v1. Required in v2.
4403
4406
  # Corresponds to the JSON property `environment`
4404
4407
  # @return [String]
4405
4408
  attr_accessor :environment
@@ -4914,8 +4917,9 @@ module Google
4914
4917
  class FrequencyCap
4915
4918
  include Google::Apis::Core::Hashable
4916
4919
 
4917
- # The maximum number of times a user may be shown with the same ad during this
4918
- # 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.
4919
4923
  # Corresponds to the JSON property `maxImpressions`
4920
4924
  # @return [Fixnum]
4921
4925
  attr_accessor :max_impressions
@@ -4963,7 +4967,7 @@ module Google
4963
4967
  class GenderAssignedTargetingOptionDetails
4964
4968
  include Google::Apis::Core::Hashable
4965
4969
 
4966
- # Output only. The gender of the audience.
4970
+ # The gender of the audience. Output only in v1. Required in v2.
4967
4971
  # Corresponds to the JSON property `gender`
4968
4972
  # @return [String]
4969
4973
  attr_accessor :gender
@@ -5996,11 +6000,11 @@ module Google
5996
6000
  # Represents a whole or partial calendar date, such as a birthday. The time of
5997
6001
  # day and time zone are either specified elsewhere or are insignificant. The
5998
6002
  # date is relative to the Gregorian Calendar. This can represent one of the
5999
- # following: * A full date, with non-zero year, month, and day values * A month
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
6003
+ # following: * A full date, with non-zero year, month, and day values. * A month
6004
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
6005
+ # with a zero month and a zero day. * A year and month, with a zero day (for
6006
+ # example, a credit card expiration date). Related types: * google.type.
6007
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
6004
6008
  # Corresponds to the JSON property `dueDate`
6005
6009
  # @return [Google::Apis::DisplayvideoV1::Date]
6006
6010
  attr_accessor :due_date
@@ -6018,11 +6022,11 @@ module Google
6018
6022
  # Represents a whole or partial calendar date, such as a birthday. The time of
6019
6023
  # day and time zone are either specified elsewhere or are insignificant. The
6020
6024
  # date is relative to the Gregorian Calendar. This can represent one of the
6021
- # following: * A full date, with non-zero year, month, and day values * A month
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
6025
+ # following: * A full date, with non-zero year, month, and day values. * A month
6026
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
6027
+ # with a zero month and a zero day. * A year and month, with a zero day (for
6028
+ # example, a credit card expiration date). Related types: * google.type.
6029
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
6026
6030
  # Corresponds to the JSON property `issueDate`
6027
6031
  # @return [Google::Apis::DisplayvideoV1::Date]
6028
6032
  attr_accessor :issue_date
@@ -7478,6 +7482,12 @@ module Google
7478
7482
  # @return [String]
7479
7483
  attr_accessor :performance_goal_type
7480
7484
 
7485
+ # Controls whether the strategy takes deal floor prices into account.
7486
+ # Corresponds to the JSON property `raiseBidForDeals`
7487
+ # @return [Boolean]
7488
+ attr_accessor :raise_bid_for_deals
7489
+ alias_method :raise_bid_for_deals?, :raise_bid_for_deals
7490
+
7481
7491
  def initialize(**args)
7482
7492
  update!(**args)
7483
7493
  end
@@ -7487,6 +7497,7 @@ module Google
7487
7497
  @custom_bidding_algorithm_id = args[:custom_bidding_algorithm_id] if args.key?(:custom_bidding_algorithm_id)
7488
7498
  @max_average_cpm_bid_amount_micros = args[:max_average_cpm_bid_amount_micros] if args.key?(:max_average_cpm_bid_amount_micros)
7489
7499
  @performance_goal_type = args[:performance_goal_type] if args.key?(:performance_goal_type)
7500
+ @raise_bid_for_deals = args[:raise_bid_for_deals] if args.key?(:raise_bid_for_deals)
7490
7501
  end
7491
7502
  end
7492
7503
 
@@ -7621,7 +7632,7 @@ module Google
7621
7632
  class NativeContentPositionAssignedTargetingOptionDetails
7622
7633
  include Google::Apis::Core::Hashable
7623
7634
 
7624
- # Output only. The content position.
7635
+ # The content position. Output only in v1. Required in v2.
7625
7636
  # Corresponds to the JSON property `contentPosition`
7626
7637
  # @return [String]
7627
7638
  attr_accessor :content_position
@@ -7833,7 +7844,8 @@ module Google
7833
7844
  class OmidAssignedTargetingOptionDetails
7834
7845
  include Google::Apis::Core::Hashable
7835
7846
 
7836
- # Output only. The type of Open Measurement enabled inventory.
7847
+ # The type of Open Measurement enabled inventory. Output only in v1. Required in
7848
+ # v2.
7837
7849
  # Corresponds to the JSON property `omid`
7838
7850
  # @return [String]
7839
7851
  attr_accessor :omid
@@ -9180,7 +9192,8 @@ module Google
9180
9192
  # @return [String]
9181
9193
  attr_accessor :excluded_targeting_option_id
9182
9194
 
9183
- # Output only. An enum for the DV360 Sensitive category content classifier.
9195
+ # An enum for the DV360 Sensitive category content classifier. Output only in v1.
9196
+ # Required in v2.
9184
9197
  # Corresponds to the JSON property `sensitiveCategory`
9185
9198
  # @return [String]
9186
9199
  attr_accessor :sensitive_category
@@ -10026,7 +10039,7 @@ module Google
10026
10039
  # @return [String]
10027
10040
  attr_accessor :targeting_option_id
10028
10041
 
10029
- # Output only. The video player size.
10042
+ # The video player size. Output only in v1. Required in v2.
10030
10043
  # Corresponds to the JSON property `videoPlayerSize`
10031
10044
  # @return [String]
10032
10045
  attr_accessor :video_player_size
@@ -10076,7 +10089,7 @@ module Google
10076
10089
  # @return [String]
10077
10090
  attr_accessor :targeting_option_id
10078
10091
 
10079
- # Output only. The predicted viewability percentage.
10092
+ # The predicted viewability percentage. Output only in v1. Required in v2.
10080
10093
  # Corresponds to the JSON property `viewability`
10081
10094
  # @return [String]
10082
10095
  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.25.0"
19
+ GEM_VERSION = "0.28.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 = "20220203"
25
+ REVISION = "20220303"
26
26
  end
27
27
  end
28
28
  end
@@ -3636,6 +3636,7 @@ module Google
3636
3636
  property :custom_bidding_algorithm_id, :numeric_string => true, as: 'customBiddingAlgorithmId'
3637
3637
  property :max_average_cpm_bid_amount_micros, :numeric_string => true, as: 'maxAverageCpmBidAmountMicros'
3638
3638
  property :performance_goal_type, as: 'performanceGoalType'
3639
+ property :raise_bid_for_deals, as: 'raiseBidForDeals'
3639
3640
  end
3640
3641
  end
3641
3642
 
@@ -4335,7 +4335,9 @@ module Google
4335
4335
  # Required. The ID of the owner advertiser of the updated
4336
4336
  # FirstAndThirdPartyAudience.
4337
4337
  # @param [String] update_mask
4338
- # Required. The mask to control which fields to update.
4338
+ # Required. The mask to control which fields to update. Updates are only
4339
+ # supported for the following fields: * `displayName` * `description` * `
4340
+ # membershipDurationDays`
4339
4341
  # @param [String] fields
4340
4342
  # Selector specifying which fields to include in a partial response.
4341
4343
  # @param [String] quota_user
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.25.0
4
+ version: 0.28.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-02-07 00:00:00.000000000 Z
11
+ date: 2022-03-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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.28.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: []