google-apis-displayvideo_v1 0.58.0 → 0.60.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: f4920eb4135647178c2d2f64d5a1faf3c9aad7a8bcf81bb479ef9dddabdb1eeb
4
- data.tar.gz: b3250285bcebb38049895eabaffafc970ae0e570955e59fe0fd2bf8946d31dd5
3
+ metadata.gz: 1977e30d2912057434287338aba9469b505e41836e07b08c83a921e53e1924b4
4
+ data.tar.gz: efe30f6db33901db8203338fea026797579190ce025ebd6e8ab8b50ff39c2926
5
5
  SHA512:
6
- metadata.gz: 78919074c99c547cca60cae108bbdf8b56304b18ee6c2ed9fc4e3b40e04f83a23b6136dc32611568a007322eac000a5540e9759ddcef6ed397635bec776f0f78
7
- data.tar.gz: cedae0666636fce07b794487988467e825a4e45feec7b4be5c2a35f36a807af37ba0a50779b3a7caa232b9c723ea3beda920f2140a4bf702d8120b5799865ed3
6
+ metadata.gz: 9bfa29cf429a35ba8a734988320d841e643a6267c68e84614ecd26ab515dcc894f5dc1b1b468d0279b90de6a598c2c980825994740a7ba7fec3c8659c557055e
7
+ data.tar.gz: 32efe9fb412a3a6c03c9fb27cc7a4f05c948bed970fc65682fe165b6a1245555460b544b03cec549cb3315b561f806f0c3cc957e7b090c08c0235cd4bfd769c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.60.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231009
6
+
7
+ ### v0.59.0 (2023-09-03)
8
+
9
+ * Regenerated from discovery document revision 20230831
10
+
3
11
  ### v0.58.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230824
@@ -409,11 +409,11 @@ module Google
409
409
  class AgeRangeAssignedTargetingOptionDetails
410
410
  include Google::Apis::Core::Hashable
411
411
 
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.
412
+ # Required. The age range of an audience. We only support targeting a continuous
413
+ # age range of an audience. Thus, the age range represented in this field can be
414
+ # 1) targeted solely, or, 2) part of a larger continuous age range. The reach of
415
+ # a continuous age range targeting can be expanded by also targeting an audience
416
+ # of an unknown age.
417
417
  # Corresponds to the JSON property `ageRange`
418
418
  # @return [String]
419
419
  attr_accessor :age_range
@@ -646,8 +646,6 @@ module Google
646
646
  end
647
647
 
648
648
  # An assignment between a location list and a relevant targeting option.
649
- # Currently, geo region targeting options are the only supported option for
650
- # assignment.
651
649
  class AssignedLocation
652
650
  include Google::Apis::Core::Hashable
653
651
 
@@ -662,8 +660,7 @@ module Google
662
660
  # @return [String]
663
661
  attr_accessor :name
664
662
 
665
- # Required. The ID of the targeting option assigned to the location list. Must
666
- # be of type TARGETING_TYPE_GEO_REGION.
663
+ # Required. The ID of the targeting option assigned to the location list.
667
664
  # Corresponds to the JSON property `targetingOptionId`
668
665
  # @return [String]
669
666
  attr_accessor :targeting_option_id
@@ -1205,7 +1202,7 @@ module Google
1205
1202
  class AudioContentTypeAssignedTargetingOptionDetails
1206
1203
  include Google::Apis::Core::Hashable
1207
1204
 
1208
- # The audio content type. Output only in v1. Required in v2.
1205
+ # Required. The audio content type.
1209
1206
  # Corresponds to the JSON property `audioContentType`
1210
1207
  # @return [String]
1211
1208
  attr_accessor :audio_content_type
@@ -1663,13 +1660,13 @@ module Google
1663
1660
  include Google::Apis::Core::Hashable
1664
1661
 
1665
1662
  # The assigned locations to create in bulk, specified as a list of
1666
- # AssignedLocations.
1663
+ # AssignedLocation resources.
1667
1664
  # Corresponds to the JSON property `createdAssignedLocations`
1668
1665
  # @return [Array<Google::Apis::DisplayvideoV1::AssignedLocation>]
1669
1666
  attr_accessor :created_assigned_locations
1670
1667
 
1671
1668
  # The IDs of the assigned locations to delete in bulk, specified as a list of
1672
- # assigned_location_ids.
1669
+ # assignedLocationId values.
1673
1670
  # Corresponds to the JSON property `deletedAssignedLocations`
1674
1671
  # @return [Array<Fixnum>]
1675
1672
  attr_accessor :deleted_assigned_locations
@@ -1685,7 +1682,7 @@ module Google
1685
1682
  end
1686
1683
  end
1687
1684
 
1688
- # Response message for AssignedLocationService.BulkEditAssignedLocations.
1685
+ #
1689
1686
  class BulkEditAssignedLocationsResponse
1690
1687
  include Google::Apis::Core::Hashable
1691
1688
 
@@ -1982,7 +1979,7 @@ module Google
1982
1979
  end
1983
1980
  end
1984
1981
 
1985
- # Response message for BulkListCampaignAssignedTargetingOptions.
1982
+ #
1986
1983
  class BulkListCampaignAssignedTargetingOptionsResponse
1987
1984
  include Google::Apis::Core::Hashable
1988
1985
 
@@ -2011,7 +2008,7 @@ module Google
2011
2008
  end
2012
2009
  end
2013
2010
 
2014
- # Response message for BulkListInsertionOrderAssignedTargetingOptions.
2011
+ #
2015
2012
  class BulkListInsertionOrderAssignedTargetingOptionsResponse
2016
2013
  include Google::Apis::Core::Hashable
2017
2014
 
@@ -2371,7 +2368,7 @@ module Google
2371
2368
  # @return [String]
2372
2369
  attr_accessor :campaign_goal_type
2373
2370
 
2374
- # Settings that control the performance goal of a campaign or insertion order.
2371
+ # Settings that control the performance goal of a campaign.
2375
2372
  # Corresponds to the JSON property `performanceGoal`
2376
2373
  # @return [Google::Apis::DisplayvideoV1::PerformanceGoal]
2377
2374
  attr_accessor :performance_goal
@@ -2965,8 +2962,7 @@ module Google
2965
2962
  # @return [String]
2966
2963
  attr_accessor :ad_type
2967
2964
 
2968
- # The content instream position for video or audio ads. Output only in v1.
2969
- # Required in v2.
2965
+ # Required. The content instream position for video or audio ads.
2970
2966
  # Corresponds to the JSON property `contentInstreamPosition`
2971
2967
  # @return [String]
2972
2968
  attr_accessor :content_instream_position
@@ -3028,7 +3024,7 @@ module Google
3028
3024
  # @return [String]
3029
3025
  attr_accessor :ad_type
3030
3026
 
3031
- # The content outstream position. Output only in v1. Required in v2.
3027
+ # Required. The content outstream position.
3032
3028
  # Corresponds to the JSON property `contentOutstreamPosition`
3033
3029
  # @return [String]
3034
3030
  attr_accessor :content_outstream_position
@@ -3887,7 +3883,7 @@ module Google
3887
3883
  attr_accessor :custom_bidding_script_id
3888
3884
 
3889
3885
  # Output only. Error details of a rejected custom bidding script. This field
3890
- # will only be populated when Script.state is REJECTED.
3886
+ # will only be populated when state is REJECTED.
3891
3887
  # Corresponds to the JSON property `errors`
3892
3888
  # @return [Array<Google::Apis::DisplayvideoV1::ScriptError>]
3893
3889
  attr_accessor :errors
@@ -4241,7 +4237,7 @@ module Google
4241
4237
  class DeviceTypeAssignedTargetingOptionDetails
4242
4238
  include Google::Apis::Core::Hashable
4243
4239
 
4244
- # The display name of the device type. Output only in v1. Required in v2.
4240
+ # Required. The display name of the device type.
4245
4241
  # Corresponds to the JSON property `deviceType`
4246
4242
  # @return [String]
4247
4243
  attr_accessor :device_type
@@ -4757,7 +4753,7 @@ module Google
4757
4753
  class EnvironmentAssignedTargetingOptionDetails
4758
4754
  include Google::Apis::Core::Hashable
4759
4755
 
4760
- # The serving environment. Output only in v1. Required in v2.
4756
+ # Required. The serving environment.
4761
4757
  # Corresponds to the JSON property `environment`
4762
4758
  # @return [String]
4763
4759
  attr_accessor :environment
@@ -5322,7 +5318,7 @@ module Google
5322
5318
  class GenderAssignedTargetingOptionDetails
5323
5319
  include Google::Apis::Core::Hashable
5324
5320
 
5325
- # The gender of the audience. Output only in v1. Required in v2.
5321
+ # Required. The gender of the audience.
5326
5322
  # Corresponds to the JSON property `gender`
5327
5323
  # @return [String]
5328
5324
  attr_accessor :gender
@@ -5749,7 +5745,7 @@ module Google
5749
5745
  class HouseholdIncomeAssignedTargetingOptionDetails
5750
5746
  include Google::Apis::Core::Hashable
5751
5747
 
5752
- # The household income of the audience. Output only in v1. Required in v2.
5748
+ # Required. The household income of the audience.
5753
5749
  # Corresponds to the JSON property `householdIncome`
5754
5750
  # @return [String]
5755
5751
  attr_accessor :household_income
@@ -5934,7 +5930,7 @@ module Google
5934
5930
  # @return [Array<Google::Apis::DisplayvideoV1::PartnerCost>]
5935
5931
  attr_accessor :partner_costs
5936
5932
 
5937
- # Settings that control the performance goal of a campaign or insertion order.
5933
+ # Settings that control the performance goal of a campaign.
5938
5934
  # Corresponds to the JSON property `performanceGoal`
5939
5935
  # @return [Google::Apis::DisplayvideoV1::PerformanceGoal]
5940
5936
  attr_accessor :performance_goal
@@ -7510,7 +7506,7 @@ module Google
7510
7506
  end
7511
7507
  end
7512
7508
 
7513
- # Response message for ListInsertionOrderAssignedTargetingOptions.
7509
+ #
7514
7510
  class ListInsertionOrderAssignedTargetingOptionsResponse
7515
7511
  include Google::Apis::Core::Hashable
7516
7512
 
@@ -8282,7 +8278,7 @@ module Google
8282
8278
  class NativeContentPositionAssignedTargetingOptionDetails
8283
8279
  include Google::Apis::Core::Hashable
8284
8280
 
8285
- # The content position. Output only in v1. Required in v2.
8281
+ # Required. The content position.
8286
8282
  # Corresponds to the JSON property `contentPosition`
8287
8283
  # @return [String]
8288
8284
  attr_accessor :content_position
@@ -8494,8 +8490,7 @@ module Google
8494
8490
  class OmidAssignedTargetingOptionDetails
8495
8491
  include Google::Apis::Core::Hashable
8496
8492
 
8497
- # The type of Open Measurement enabled inventory. Output only in v1. Required in
8498
- # v2.
8493
+ # Required. The type of Open Measurement enabled inventory.
8499
8494
  # Corresponds to the JSON property `omid`
8500
8495
  # @return [String]
8501
8496
  attr_accessor :omid
@@ -8743,7 +8738,7 @@ module Google
8743
8738
 
8744
8739
  # Required. The time period in which the pacing budget will be spent. When
8745
8740
  # automatic budget allocation is enabled at the insertion order via
8746
- # auto_budget_allocation, this field is output only and defaults to `
8741
+ # automationType, this field is output only and defaults to `
8747
8742
  # PACING_PERIOD_FLIGHT`.
8748
8743
  # Corresponds to the JSON property `pacingPeriod`
8749
8744
  # @return [String]
@@ -8807,7 +8802,7 @@ module Google
8807
8802
  class ParentalStatusAssignedTargetingOptionDetails
8808
8803
  include Google::Apis::Core::Hashable
8809
8804
 
8810
- # The parental status of the audience. Output only in v1. Required in v2.
8805
+ # Required. The parental status of the audience.
8811
8806
  # Corresponds to the JSON property `parentalStatus`
8812
8807
  # @return [String]
8813
8808
  attr_accessor :parental_status
@@ -9073,7 +9068,7 @@ module Google
9073
9068
  end
9074
9069
  end
9075
9070
 
9076
- # Settings that control the performance goal of a campaign or insertion order.
9071
+ # Settings that control the performance goal of a campaign.
9077
9072
  class PerformanceGoal
9078
9073
  include Google::Apis::Core::Hashable
9079
9074
 
@@ -10719,7 +10714,7 @@ module Google
10719
10714
  # @return [String]
10720
10715
  attr_accessor :targeting_option_id
10721
10716
 
10722
- # The video player size. Output only in v1. Required in v2.
10717
+ # Required. The video player size.
10723
10718
  # Corresponds to the JSON property `videoPlayerSize`
10724
10719
  # @return [String]
10725
10720
  attr_accessor :video_player_size
@@ -10769,7 +10764,7 @@ module Google
10769
10764
  # @return [String]
10770
10765
  attr_accessor :targeting_option_id
10771
10766
 
10772
- # The predicted viewability percentage. Output only in v1. Required in v2.
10767
+ # Required. The predicted viewability percentage.
10773
10768
  # Corresponds to the JSON property `viewability`
10774
10769
  # @return [String]
10775
10770
  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.58.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230824"
25
+ REVISION = "20231009"
26
26
  end
27
27
  end
28
28
  end
@@ -1974,8 +1974,8 @@ module Google
1974
1974
  # create the assigned targeting options provided in
1975
1975
  # BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to
1976
1976
  # this endpoint cannot be made concurrently with the following requests updating
1977
- # the same line item: * UpdateLineItem * CreateLineItemAssignedTargetingOption *
1978
- # DeleteLineItemAssignedTargetingOption
1977
+ # the same line item: * lineItems.patch * assignedTargetingOptions.create *
1978
+ # assignedTargetingOptions.delete
1979
1979
  # @param [Fixnum] advertiser_id
1980
1980
  # Required. The ID of the advertiser the line item belongs to.
1981
1981
  # @param [Fixnum] line_item_id
@@ -2288,8 +2288,8 @@ module Google
2288
2288
  # Updates an existing line item. Returns the updated line item if successful.
2289
2289
  # Requests to this endpoint cannot be made concurrently with the following
2290
2290
  # requests updating the same line item: * BulkEditAssignedTargetingOptions *
2291
- # BulkUpdateLineItems * CreateLineItemAssignedTargetingOption *
2292
- # DeleteLineItemAssignedTargetingOption
2291
+ # BulkUpdateLineItems * assignedTargetingOptions.create *
2292
+ # assignedTargetingOptions.delete
2293
2293
  # @param [Fixnum] advertiser_id
2294
2294
  # Output only. The unique ID of the advertiser the line item belongs to.
2295
2295
  # @param [Fixnum] line_item_id
@@ -2330,8 +2330,8 @@ module Google
2330
2330
 
2331
2331
  # Assigns a targeting option to a line item. Returns the assigned targeting
2332
2332
  # option if successful. Requests to this endpoint cannot be made concurrently
2333
- # with the following requests updating the same line item: *
2334
- # BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem *
2333
+ # with the following requests updating the same line item: * lineItems.
2334
+ # bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch *
2335
2335
  # DeleteLineItemAssignedTargetingOption
2336
2336
  # @param [Fixnum] advertiser_id
2337
2337
  # Required. The ID of the advertiser the line item belongs to.
@@ -2398,8 +2398,8 @@ module Google
2398
2398
 
2399
2399
  # Deletes an assigned targeting option from a line item. Requests to this
2400
2400
  # endpoint cannot be made concurrently with the following requests updating the
2401
- # same line item: * BulkEditAssignedTargetingOptions * BulkUpdate *
2402
- # UpdateLineItem * CreateLineItemAssignedTargetingOption
2401
+ # same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.
2402
+ # bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption
2403
2403
  # @param [Fixnum] advertiser_id
2404
2404
  # Required. The ID of the advertiser the line item belongs to.
2405
2405
  # @param [Fixnum] line_item_id
@@ -2794,9 +2794,8 @@ module Google
2794
2794
 
2795
2795
  # Bulk edits multiple assignments between locations and a single location list.
2796
2796
  # The operation will delete the assigned locations provided in
2797
- # BulkEditAssignedLocationsRequest.deleted_assigned_locations and then create
2798
- # the assigned locations provided in BulkEditAssignedLocationsRequest.
2799
- # created_assigned_locations.
2797
+ # deletedAssignedLocations and then create the assigned locations provided in
2798
+ # createdAssignedLocations.
2800
2799
  # @param [Fixnum] advertiser_id
2801
2800
  # Required. The ID of the DV360 advertiser to which the location list belongs.
2802
2801
  # @param [Fixnum] location_list_id
@@ -5446,9 +5445,6 @@ module Google
5446
5445
  # Gets an inventory source.
5447
5446
  # @param [Fixnum] inventory_source_id
5448
5447
  # Required. The ID of the inventory source to fetch.
5449
- # @param [Fixnum] advertiser_id
5450
- # Optional. The advertiser_id is optional, when it is provided, the advertiser
5451
- # access is used.
5452
5448
  # @param [Fixnum] partner_id
5453
5449
  # Required. The ID of the DV360 partner to which the fetched inventory source is
5454
5450
  # permissioned.
@@ -5469,12 +5465,11 @@ module Google
5469
5465
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5470
5466
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5471
5467
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5472
- def get_inventory_source(inventory_source_id, advertiser_id: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
5468
+ def get_inventory_source(inventory_source_id, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
5473
5469
  command = make_simple_command(:get, 'v1/inventorySources/{+inventorySourceId}', options)
5474
5470
  command.response_representation = Google::Apis::DisplayvideoV1::InventorySource::Representation
5475
5471
  command.response_class = Google::Apis::DisplayvideoV1::InventorySource
5476
5472
  command.params['inventorySourceId'] = inventory_source_id unless inventory_source_id.nil?
5477
- command.query['advertiserId'] = advertiser_id unless advertiser_id.nil?
5478
5473
  command.query['partnerId'] = partner_id unless partner_id.nil?
5479
5474
  command.query['fields'] = fields unless fields.nil?
5480
5475
  command.query['quotaUser'] = quota_user unless quota_user.nil?
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.58.0
4
+ version: 0.60.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: 2023-08-27 00:00:00.000000000 Z
11
+ date: 2023-10-15 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.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.60.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: []