google-apis-displayvideo_v2 0.26.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c01ca1e27d10a362ed13e126202415d0ddbcd206f1353bbf5dbd8b1f9b560bd
4
- data.tar.gz: 4bac1e2bb1354a5ae4e4c6fd07fbb347118d093628453a3b2081929ce87d1d9f
3
+ metadata.gz: a1884bb5cab845bb463fa4f637851a7e4d44bf30c141df8befa5513b08c7136b
4
+ data.tar.gz: 37933e9f220e892f291c30e9c8673672d5b89753b9063ea7a20a894c35e26ecb
5
5
  SHA512:
6
- metadata.gz: 893ae5b0389b154383f33ac1fd857302abe0d150caaa9665e51863b3f47d1a4e05273154741d122ebcf9a4e47471a52ebb7a06fd05b61392f5938b2b237d2f92
7
- data.tar.gz: 6acbfcb1161a94991e5ea3846fad6de12f0053d20feba077cb9a4659a68f10460939ce1e2d94d12de47ce46d48994605f1fc94daa5a0a1c8e07c3f138bda974d
6
+ metadata.gz: 327d68aba83f8c0b8273144ba9e5e24e3c1b1117b31b002a9185652487a6f2ed11e0779ef6dc833a7ab8656f58b4354fb2dc45da60f00297ea5ed1934cce102e
7
+ data.tar.gz: 1ffff712ecbce0393f9878a5858afb8456584dcdb69a422bc72e1fc0f60738011ca602eb581985b4f3a0bca733c0ecf4fc6c7df71b07dd4fab9993f7df1ff420
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.27.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231009
6
+
3
7
  ### v0.26.0 (2023-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230831
@@ -270,9 +270,7 @@ module Google
270
270
  class AdvertiserBillingConfig
271
271
  include Google::Apis::Core::Hashable
272
272
 
273
- # The ID of a billing profile assigned to the advertiser. This field will
274
- # default to the default billing profile ID of the advertiser's parent partner
275
- # if a value is not provided.
273
+ # The ID of a billing profile assigned to the advertiser.
276
274
  # Corresponds to the JSON property `billingProfileId`
277
275
  # @return [Fixnum]
278
276
  attr_accessor :billing_profile_id
@@ -461,11 +459,11 @@ module Google
461
459
  class AgeRangeAssignedTargetingOptionDetails
462
460
  include Google::Apis::Core::Hashable
463
461
 
464
- # The age range of an audience. We only support targeting a continuous age range
465
- # of an audience. Thus, the age range represented in this field can be 1)
466
- # targeted solely, or, 2) part of a larger continuous age range. The reach of a
467
- # continuous age range targeting can be expanded by also targeting an audience
468
- # of an unknown age. Output only in v1. Required in v2.
462
+ # Required. The age range of an audience. We only support targeting a continuous
463
+ # age range of an audience. Thus, the age range represented in this field can be
464
+ # 1) targeted solely, or, 2) part of a larger continuous age range. The reach of
465
+ # a continuous age range targeting can be expanded by also targeting an audience
466
+ # of an unknown age.
469
467
  # Corresponds to the JSON property `ageRange`
470
468
  # @return [String]
471
469
  attr_accessor :age_range
@@ -691,8 +689,6 @@ module Google
691
689
  end
692
690
 
693
691
  # An assignment between a location list and a relevant targeting option.
694
- # Currently, geo region targeting options are the only supported option for
695
- # assignment.
696
692
  class AssignedLocation
697
693
  include Google::Apis::Core::Hashable
698
694
 
@@ -708,9 +704,6 @@ module Google
708
704
  attr_accessor :name
709
705
 
710
706
  # Required. The ID of the targeting option assigned to the location list.
711
- # Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL
712
- # location lists. When creating or deleting assigned locations, this value must
713
- # be of type TARGETING_TYPE_GEO_REGION.
714
707
  # Corresponds to the JSON property `targetingOptionId`
715
708
  # @return [String]
716
709
  attr_accessor :targeting_option_id
@@ -1332,7 +1325,7 @@ module Google
1332
1325
  class AudioContentTypeAssignedTargetingOptionDetails
1333
1326
  include Google::Apis::Core::Hashable
1334
1327
 
1335
- # The audio content type. Output only in v1. Required in v2.
1328
+ # Required. The audio content type.
1336
1329
  # Corresponds to the JSON property `audioContentType`
1337
1330
  # @return [String]
1338
1331
  attr_accessor :audio_content_type
@@ -1783,13 +1776,13 @@ module Google
1783
1776
  include Google::Apis::Core::Hashable
1784
1777
 
1785
1778
  # The assigned locations to create in bulk, specified as a list of
1786
- # AssignedLocations.
1779
+ # AssignedLocation resources.
1787
1780
  # Corresponds to the JSON property `createdAssignedLocations`
1788
1781
  # @return [Array<Google::Apis::DisplayvideoV2::AssignedLocation>]
1789
1782
  attr_accessor :created_assigned_locations
1790
1783
 
1791
1784
  # The IDs of the assigned locations to delete in bulk, specified as a list of
1792
- # assigned_location_ids.
1785
+ # assignedLocationId values.
1793
1786
  # Corresponds to the JSON property `deletedAssignedLocations`
1794
1787
  # @return [Array<Fixnum>]
1795
1788
  attr_accessor :deleted_assigned_locations
@@ -1805,7 +1798,7 @@ module Google
1805
1798
  end
1806
1799
  end
1807
1800
 
1808
- # Response message for AssignedLocationService.BulkEditAssignedLocations.
1801
+ #
1809
1802
  class BulkEditAssignedLocationsResponse
1810
1803
  include Google::Apis::Core::Hashable
1811
1804
 
@@ -2147,9 +2140,8 @@ module Google
2147
2140
  # A token identifying the next page of results. This value should be specified
2148
2141
  # as the pageToken in a subsequent call to `
2149
2142
  # BulkListAdGroupAssignedTargetingOptions` to fetch the next page of results.
2150
- # This token will be absent if there are no more
2151
- # youtube_ad_group_assigned_targeting_options or
2152
- # ad_group_assigned_targeting_options to return.
2143
+ # This token will be absent if there are no more AdGroupAssignedTargetingOption
2144
+ # resources to return.
2153
2145
  # Corresponds to the JSON property `nextPageToken`
2154
2146
  # @return [String]
2155
2147
  attr_accessor :next_page_token
@@ -2679,7 +2671,7 @@ module Google
2679
2671
  # @return [String]
2680
2672
  attr_accessor :campaign_goal_type
2681
2673
 
2682
- # Settings that control the performance goal of a campaign or insertion order.
2674
+ # Settings that control the performance goal of a campaign.
2683
2675
  # Corresponds to the JSON property `performanceGoal`
2684
2676
  # @return [Google::Apis::DisplayvideoV2::PerformanceGoal]
2685
2677
  attr_accessor :performance_goal
@@ -3328,8 +3320,7 @@ module Google
3328
3320
  # @return [String]
3329
3321
  attr_accessor :ad_type
3330
3322
 
3331
- # The content instream position for video or audio ads. Output only in v1.
3332
- # Required in v2.
3323
+ # Required. The content instream position for video or audio ads.
3333
3324
  # Corresponds to the JSON property `contentInstreamPosition`
3334
3325
  # @return [String]
3335
3326
  attr_accessor :content_instream_position
@@ -3384,7 +3375,7 @@ module Google
3384
3375
  # @return [String]
3385
3376
  attr_accessor :ad_type
3386
3377
 
3387
- # The content outstream position. Output only in v1. Required in v2.
3378
+ # Required. The content outstream position.
3388
3379
  # Corresponds to the JSON property `contentOutstreamPosition`
3389
3380
  # @return [String]
3390
3381
  attr_accessor :content_outstream_position
@@ -4235,7 +4226,7 @@ module Google
4235
4226
  attr_accessor :custom_bidding_script_id
4236
4227
 
4237
4228
  # Output only. Error details of a rejected custom bidding script. This field
4238
- # will only be populated when Script.state is REJECTED.
4229
+ # will only be populated when state is REJECTED.
4239
4230
  # Corresponds to the JSON property `errors`
4240
4231
  # @return [Array<Google::Apis::DisplayvideoV2::ScriptError>]
4241
4232
  attr_accessor :errors
@@ -4614,7 +4605,7 @@ module Google
4614
4605
  class DeviceTypeAssignedTargetingOptionDetails
4615
4606
  include Google::Apis::Core::Hashable
4616
4607
 
4617
- # The display name of the device type. Output only in v1. Required in v2.
4608
+ # Required. The display name of the device type.
4618
4609
  # Corresponds to the JSON property `deviceType`
4619
4610
  # @return [String]
4620
4611
  attr_accessor :device_type
@@ -5189,7 +5180,7 @@ module Google
5189
5180
  class EnvironmentAssignedTargetingOptionDetails
5190
5181
  include Google::Apis::Core::Hashable
5191
5182
 
5192
- # The serving environment. Output only in v1. Required in v2.
5183
+ # Required. The serving environment.
5193
5184
  # Corresponds to the JSON property `environment`
5194
5185
  # @return [String]
5195
5186
  attr_accessor :environment
@@ -5754,7 +5745,7 @@ module Google
5754
5745
  class GenderAssignedTargetingOptionDetails
5755
5746
  include Google::Apis::Core::Hashable
5756
5747
 
5757
- # The gender of the audience. Output only in v1. Required in v2.
5748
+ # Required. The gender of the audience.
5758
5749
  # Corresponds to the JSON property `gender`
5759
5750
  # @return [String]
5760
5751
  attr_accessor :gender
@@ -6174,7 +6165,7 @@ module Google
6174
6165
  class HouseholdIncomeAssignedTargetingOptionDetails
6175
6166
  include Google::Apis::Core::Hashable
6176
6167
 
6177
- # The household income of the audience. Output only in v1. Required in v2.
6168
+ # Required. The household income of the audience.
6178
6169
  # Corresponds to the JSON property `householdIncome`
6179
6170
  # @return [String]
6180
6171
  attr_accessor :household_income
@@ -6408,7 +6399,7 @@ module Google
6408
6399
  # @return [Array<Google::Apis::DisplayvideoV2::PartnerCost>]
6409
6400
  attr_accessor :partner_costs
6410
6401
 
6411
- # Settings that control the performance goal of a campaign or insertion order.
6402
+ # Settings that control the performance goal of a campaign.
6412
6403
  # Corresponds to the JSON property `performanceGoal`
6413
6404
  # @return [Google::Apis::DisplayvideoV2::PerformanceGoal]
6414
6405
  attr_accessor :performance_goal
@@ -8934,7 +8925,7 @@ module Google
8934
8925
  class NativeContentPositionAssignedTargetingOptionDetails
8935
8926
  include Google::Apis::Core::Hashable
8936
8927
 
8937
- # The content position. Output only in v1. Required in v2.
8928
+ # Required. The content position.
8938
8929
  # Corresponds to the JSON property `contentPosition`
8939
8930
  # @return [String]
8940
8931
  attr_accessor :content_position
@@ -9164,8 +9155,7 @@ module Google
9164
9155
  class OmidAssignedTargetingOptionDetails
9165
9156
  include Google::Apis::Core::Hashable
9166
9157
 
9167
- # The type of Open Measurement enabled inventory. Output only in v1. Required in
9168
- # v2.
9158
+ # Required. The type of Open Measurement enabled inventory.
9169
9159
  # Corresponds to the JSON property `omid`
9170
9160
  # @return [String]
9171
9161
  attr_accessor :omid
@@ -9406,7 +9396,7 @@ module Google
9406
9396
 
9407
9397
  # Required. The time period in which the pacing budget will be spent. When
9408
9398
  # automatic budget allocation is enabled at the insertion order via
9409
- # auto_budget_allocation, this field is output only and defaults to `
9399
+ # automationType, this field is output only and defaults to `
9410
9400
  # PACING_PERIOD_FLIGHT`.
9411
9401
  # Corresponds to the JSON property `pacingPeriod`
9412
9402
  # @return [String]
@@ -9470,7 +9460,7 @@ module Google
9470
9460
  class ParentalStatusAssignedTargetingOptionDetails
9471
9461
  include Google::Apis::Core::Hashable
9472
9462
 
9473
- # The parental status of the audience. Output only in v1. Required in v2.
9463
+ # Required. The parental status of the audience.
9474
9464
  # Corresponds to the JSON property `parentalStatus`
9475
9465
  # @return [String]
9476
9466
  attr_accessor :parental_status
@@ -9729,7 +9719,7 @@ module Google
9729
9719
  end
9730
9720
  end
9731
9721
 
9732
- # Settings that control the performance goal of a campaign or insertion order.
9722
+ # Settings that control the performance goal of a campaign.
9733
9723
  class PerformanceGoal
9734
9724
  include Google::Apis::Core::Hashable
9735
9725
 
@@ -11699,7 +11689,7 @@ module Google
11699
11689
  class VideoPlayerSizeAssignedTargetingOptionDetails
11700
11690
  include Google::Apis::Core::Hashable
11701
11691
 
11702
- # The video player size. Output only in v1. Required in v2.
11692
+ # Required. The video player size.
11703
11693
  # Corresponds to the JSON property `videoPlayerSize`
11704
11694
  # @return [String]
11705
11695
  attr_accessor :video_player_size
@@ -11741,7 +11731,7 @@ module Google
11741
11731
  class ViewabilityAssignedTargetingOptionDetails
11742
11732
  include Google::Apis::Core::Hashable
11743
11733
 
11744
- # The predicted viewability percentage. Output only in v1. Required in v2.
11734
+ # Required. The predicted viewability percentage.
11745
11735
  # Corresponds to the JSON property `viewability`
11746
11736
  # @return [String]
11747
11737
  attr_accessor :viewability
@@ -11964,8 +11954,8 @@ module Google
11964
11954
  end
11965
11955
  end
11966
11956
 
11967
- # Wrapper object associating an assigned_targeting_option resource and the
11968
- # youtube ad group it is assigned to.
11957
+ # Wrapper object associating an AssignedTargetingOption resource and the youtube
11958
+ # ad group it is assigned to.
11969
11959
  class YoutubeAdGroupAssignedTargetingOption
11970
11960
  include Google::Apis::Core::Hashable
11971
11961
 
@@ -11995,12 +11985,12 @@ module Google
11995
11985
  class YoutubeAndPartnersBiddingStrategy
11996
11986
  include Google::Apis::Core::Hashable
11997
11987
 
11998
- # Output only. Source of the effective targetCpa value for AdGroup.
11988
+ # Output only. Source of the effective target CPA value for ad group.
11999
11989
  # Corresponds to the JSON property `adGroupEffectiveTargetCpaSource`
12000
11990
  # @return [String]
12001
11991
  attr_accessor :ad_group_effective_target_cpa_source
12002
11992
 
12003
- # Output only. The effective targetCpa for AdGroup, in micros of advertiser's
11993
+ # Output only. The effective target CPA for ad group, in micros of advertiser's
12004
11994
  # currency.
12005
11995
  # Corresponds to the JSON property `adGroupEffectiveTargetCpaValue`
12006
11996
  # @return [Fixnum]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV2
18
18
  # Version of the google-apis-displayvideo_v2 gem
19
- GEM_VERSION = "0.26.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.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230831"
25
+ REVISION = "20231009"
26
26
  end
27
27
  end
28
28
  end
@@ -2977,9 +2977,8 @@ module Google
2977
2977
 
2978
2978
  # Bulk edits multiple assignments between locations and a single location list.
2979
2979
  # The operation will delete the assigned locations provided in
2980
- # BulkEditAssignedLocationsRequest.deleted_assigned_locations and then create
2981
- # the assigned locations provided in BulkEditAssignedLocationsRequest.
2982
- # created_assigned_locations.
2980
+ # deletedAssignedLocations and then create the assigned locations provided in
2981
+ # createdAssignedLocations.
2983
2982
  # @param [Fixnum] advertiser_id
2984
2983
  # Required. The ID of the DV360 advertiser to which the location list belongs.
2985
2984
  # @param [Fixnum] location_list_id
@@ -4095,7 +4094,7 @@ module Google
4095
4094
  end
4096
4095
 
4097
4096
  # Lists assigned targeting options for multiple YouTube ad groups across
4098
- # targeting types. Inherieted assigned targeting options are not included.
4097
+ # targeting types. Inherited assigned targeting options are not included.
4099
4098
  # @param [Fixnum] advertiser_id
4100
4099
  # Required. The ID of the advertiser the line items belongs to.
4101
4100
  # @param [String] filter
@@ -4111,11 +4110,10 @@ module Google
4111
4110
  # than 500 characters. Reference our [filter `LIST` requests](/display-video/api/
4112
4111
  # guides/how-tos/filters) guide for more information.
4113
4112
  # @param [String] order_by
4114
- # Optional. Field by which to sort the list. Acceptable values are: * `
4115
- # youtubeAdGroupId` (acceptable in v2) * `adGroupId` (acceptable in v3) * `
4116
- # assignedTargetingOption.targetingType` The default sorting order is ascending.
4117
- # To specify descending order for a field, a suffix "desc" should be added to
4118
- # the field name. Example: `targetingType desc`.
4113
+ # Optional. Field by which to sort the list. Acceptable values are: * `adGroupId`
4114
+ # (default) * `assignedTargetingOption.targetingType` The default sorting order
4115
+ # is ascending. To specify descending order for a field, a suffix "desc" should
4116
+ # be added to the field name. Example: `targetingType desc`.
4119
4117
  # @param [Fixnum] page_size
4120
4118
  # Optional. Requested page size. The size must be an integer between `1` and `
4121
4119
  # 5000`. If unspecified, the default is `5000`. Returns error code `
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.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: 2023-09-03 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []