google-apis-displayvideo_v2 0.26.0 → 0.28.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: eb12a02cb998ac5c4112c32d7362cc289d8f77eae31131763f4211692147d20f
4
+ data.tar.gz: b81dbcd7fe2b9155c239e977c345ae3214d0eaf0af7ba8a377357cede5e9a52e
5
5
  SHA512:
6
- metadata.gz: 893ae5b0389b154383f33ac1fd857302abe0d150caaa9665e51863b3f47d1a4e05273154741d122ebcf9a4e47471a52ebb7a06fd05b61392f5938b2b237d2f92
7
- data.tar.gz: 6acbfcb1161a94991e5ea3846fad6de12f0053d20feba077cb9a4659a68f10460939ce1e2d94d12de47ce46d48994605f1fc94daa5a0a1c8e07c3f138bda974d
6
+ metadata.gz: 1dd50a51800fe70410a69ed81d17c66c82070e5ba42cd7a5869f636d17d1267853a25bbc4df55dfd41e1242dc63f22571fb2b44e1a79c0567e79330f15f64f4d
7
+ data.tar.gz: dc579018ca7cc8c69f3b0fc4a5c849b40687cc186a12893b62052c494e3f977703d6adc1511e7775a651536b157afffbf3757ce68cf0740c6fff8e2f7388f252
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.28.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231113
6
+
7
+ ### v0.27.0 (2023-10-15)
8
+
9
+ * Regenerated from discovery document revision 20231009
10
+
3
11
  ### v0.26.0 (2023-09-03)
4
12
 
5
13
  * 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
@@ -3123,6 +3115,31 @@ module Google
3123
3115
  end
3124
3116
  end
3125
3117
 
3118
+ # User consent status.
3119
+ class Consent
3120
+ include Google::Apis::Core::Hashable
3121
+
3122
+ # Represents consent for ad personalization.
3123
+ # Corresponds to the JSON property `adPersonalization`
3124
+ # @return [String]
3125
+ attr_accessor :ad_personalization
3126
+
3127
+ # Represents consent for ad user data.
3128
+ # Corresponds to the JSON property `adUserData`
3129
+ # @return [String]
3130
+ attr_accessor :ad_user_data
3131
+
3132
+ def initialize(**args)
3133
+ update!(**args)
3134
+ end
3135
+
3136
+ # Update properties of this object
3137
+ def update!(**args)
3138
+ @ad_personalization = args[:ad_personalization] if args.key?(:ad_personalization)
3139
+ @ad_user_data = args[:ad_user_data] if args.key?(:ad_user_data)
3140
+ end
3141
+ end
3142
+
3126
3143
  # Contact information defining a Customer Match audience member.
3127
3144
  class ContactInfo
3128
3145
  include Google::Apis::Core::Hashable
@@ -3186,6 +3203,11 @@ module Google
3186
3203
  class ContactInfoList
3187
3204
  include Google::Apis::Core::Hashable
3188
3205
 
3206
+ # User consent status.
3207
+ # Corresponds to the JSON property `consent`
3208
+ # @return [Google::Apis::DisplayvideoV2::Consent]
3209
+ attr_accessor :consent
3210
+
3189
3211
  # A list of ContactInfo objects defining Customer Match audience members. The
3190
3212
  # size of members after splitting the contact_infos mustn't be greater than 500,
3191
3213
  # 000.
@@ -3199,6 +3221,7 @@ module Google
3199
3221
 
3200
3222
  # Update properties of this object
3201
3223
  def update!(**args)
3224
+ @consent = args[:consent] if args.key?(:consent)
3202
3225
  @contact_infos = args[:contact_infos] if args.key?(:contact_infos)
3203
3226
  end
3204
3227
  end
@@ -3328,8 +3351,7 @@ module Google
3328
3351
  # @return [String]
3329
3352
  attr_accessor :ad_type
3330
3353
 
3331
- # The content instream position for video or audio ads. Output only in v1.
3332
- # Required in v2.
3354
+ # Required. The content instream position for video or audio ads.
3333
3355
  # Corresponds to the JSON property `contentInstreamPosition`
3334
3356
  # @return [String]
3335
3357
  attr_accessor :content_instream_position
@@ -3384,7 +3406,7 @@ module Google
3384
3406
  # @return [String]
3385
3407
  attr_accessor :ad_type
3386
3408
 
3387
- # The content outstream position. Output only in v1. Required in v2.
3409
+ # Required. The content outstream position.
3388
3410
  # Corresponds to the JSON property `contentOutstreamPosition`
3389
3411
  # @return [String]
3390
3412
  attr_accessor :content_outstream_position
@@ -4235,7 +4257,7 @@ module Google
4235
4257
  attr_accessor :custom_bidding_script_id
4236
4258
 
4237
4259
  # Output only. Error details of a rejected custom bidding script. This field
4238
- # will only be populated when Script.state is REJECTED.
4260
+ # will only be populated when state is REJECTED.
4239
4261
  # Corresponds to the JSON property `errors`
4240
4262
  # @return [Array<Google::Apis::DisplayvideoV2::ScriptError>]
4241
4263
  attr_accessor :errors
@@ -4614,7 +4636,7 @@ module Google
4614
4636
  class DeviceTypeAssignedTargetingOptionDetails
4615
4637
  include Google::Apis::Core::Hashable
4616
4638
 
4617
- # The display name of the device type. Output only in v1. Required in v2.
4639
+ # Required. The display name of the device type.
4618
4640
  # Corresponds to the JSON property `deviceType`
4619
4641
  # @return [String]
4620
4642
  attr_accessor :device_type
@@ -5189,7 +5211,7 @@ module Google
5189
5211
  class EnvironmentAssignedTargetingOptionDetails
5190
5212
  include Google::Apis::Core::Hashable
5191
5213
 
5192
- # The serving environment. Output only in v1. Required in v2.
5214
+ # Required. The serving environment.
5193
5215
  # Corresponds to the JSON property `environment`
5194
5216
  # @return [String]
5195
5217
  attr_accessor :environment
@@ -5754,7 +5776,7 @@ module Google
5754
5776
  class GenderAssignedTargetingOptionDetails
5755
5777
  include Google::Apis::Core::Hashable
5756
5778
 
5757
- # The gender of the audience. Output only in v1. Required in v2.
5779
+ # Required. The gender of the audience.
5758
5780
  # Corresponds to the JSON property `gender`
5759
5781
  # @return [String]
5760
5782
  attr_accessor :gender
@@ -6174,7 +6196,7 @@ module Google
6174
6196
  class HouseholdIncomeAssignedTargetingOptionDetails
6175
6197
  include Google::Apis::Core::Hashable
6176
6198
 
6177
- # The household income of the audience. Output only in v1. Required in v2.
6199
+ # Required. The household income of the audience.
6178
6200
  # Corresponds to the JSON property `householdIncome`
6179
6201
  # @return [String]
6180
6202
  attr_accessor :household_income
@@ -6408,7 +6430,7 @@ module Google
6408
6430
  # @return [Array<Google::Apis::DisplayvideoV2::PartnerCost>]
6409
6431
  attr_accessor :partner_costs
6410
6432
 
6411
- # Settings that control the performance goal of a campaign or insertion order.
6433
+ # Settings that control the performance goal of a campaign.
6412
6434
  # Corresponds to the JSON property `performanceGoal`
6413
6435
  # @return [Google::Apis::DisplayvideoV2::PerformanceGoal]
6414
6436
  attr_accessor :performance_goal
@@ -8874,6 +8896,11 @@ module Google
8874
8896
  class MobileDeviceIdList
8875
8897
  include Google::Apis::Core::Hashable
8876
8898
 
8899
+ # User consent status.
8900
+ # Corresponds to the JSON property `consent`
8901
+ # @return [Google::Apis::DisplayvideoV2::Consent]
8902
+ attr_accessor :consent
8903
+
8877
8904
  # A list of mobile device IDs defining Customer Match audience members. The size
8878
8905
  # of mobile_device_ids mustn't be greater than 500,000.
8879
8906
  # Corresponds to the JSON property `mobileDeviceIds`
@@ -8886,6 +8913,7 @@ module Google
8886
8913
 
8887
8914
  # Update properties of this object
8888
8915
  def update!(**args)
8916
+ @consent = args[:consent] if args.key?(:consent)
8889
8917
  @mobile_device_ids = args[:mobile_device_ids] if args.key?(:mobile_device_ids)
8890
8918
  end
8891
8919
  end
@@ -8934,7 +8962,7 @@ module Google
8934
8962
  class NativeContentPositionAssignedTargetingOptionDetails
8935
8963
  include Google::Apis::Core::Hashable
8936
8964
 
8937
- # The content position. Output only in v1. Required in v2.
8965
+ # Required. The content position.
8938
8966
  # Corresponds to the JSON property `contentPosition`
8939
8967
  # @return [String]
8940
8968
  attr_accessor :content_position
@@ -9164,8 +9192,7 @@ module Google
9164
9192
  class OmidAssignedTargetingOptionDetails
9165
9193
  include Google::Apis::Core::Hashable
9166
9194
 
9167
- # The type of Open Measurement enabled inventory. Output only in v1. Required in
9168
- # v2.
9195
+ # Required. The type of Open Measurement enabled inventory.
9169
9196
  # Corresponds to the JSON property `omid`
9170
9197
  # @return [String]
9171
9198
  attr_accessor :omid
@@ -9406,7 +9433,7 @@ module Google
9406
9433
 
9407
9434
  # Required. The time period in which the pacing budget will be spent. When
9408
9435
  # automatic budget allocation is enabled at the insertion order via
9409
- # auto_budget_allocation, this field is output only and defaults to `
9436
+ # automationType, this field is output only and defaults to `
9410
9437
  # PACING_PERIOD_FLIGHT`.
9411
9438
  # Corresponds to the JSON property `pacingPeriod`
9412
9439
  # @return [String]
@@ -9470,7 +9497,7 @@ module Google
9470
9497
  class ParentalStatusAssignedTargetingOptionDetails
9471
9498
  include Google::Apis::Core::Hashable
9472
9499
 
9473
- # The parental status of the audience. Output only in v1. Required in v2.
9500
+ # Required. The parental status of the audience.
9474
9501
  # Corresponds to the JSON property `parentalStatus`
9475
9502
  # @return [String]
9476
9503
  attr_accessor :parental_status
@@ -9729,7 +9756,7 @@ module Google
9729
9756
  end
9730
9757
  end
9731
9758
 
9732
- # Settings that control the performance goal of a campaign or insertion order.
9759
+ # Settings that control the performance goal of a campaign.
9733
9760
  class PerformanceGoal
9734
9761
  include Google::Apis::Core::Hashable
9735
9762
 
@@ -11699,7 +11726,7 @@ module Google
11699
11726
  class VideoPlayerSizeAssignedTargetingOptionDetails
11700
11727
  include Google::Apis::Core::Hashable
11701
11728
 
11702
- # The video player size. Output only in v1. Required in v2.
11729
+ # Required. The video player size.
11703
11730
  # Corresponds to the JSON property `videoPlayerSize`
11704
11731
  # @return [String]
11705
11732
  attr_accessor :video_player_size
@@ -11741,7 +11768,7 @@ module Google
11741
11768
  class ViewabilityAssignedTargetingOptionDetails
11742
11769
  include Google::Apis::Core::Hashable
11743
11770
 
11744
- # The predicted viewability percentage. Output only in v1. Required in v2.
11771
+ # Required. The predicted viewability percentage.
11745
11772
  # Corresponds to the JSON property `viewability`
11746
11773
  # @return [String]
11747
11774
  attr_accessor :viewability
@@ -11964,8 +11991,8 @@ module Google
11964
11991
  end
11965
11992
  end
11966
11993
 
11967
- # Wrapper object associating an assigned_targeting_option resource and the
11968
- # youtube ad group it is assigned to.
11994
+ # Wrapper object associating an AssignedTargetingOption resource and the youtube
11995
+ # ad group it is assigned to.
11969
11996
  class YoutubeAdGroupAssignedTargetingOption
11970
11997
  include Google::Apis::Core::Hashable
11971
11998
 
@@ -11995,12 +12022,12 @@ module Google
11995
12022
  class YoutubeAndPartnersBiddingStrategy
11996
12023
  include Google::Apis::Core::Hashable
11997
12024
 
11998
- # Output only. Source of the effective targetCpa value for AdGroup.
12025
+ # Output only. Source of the effective target CPA value for ad group.
11999
12026
  # Corresponds to the JSON property `adGroupEffectiveTargetCpaSource`
12000
12027
  # @return [String]
12001
12028
  attr_accessor :ad_group_effective_target_cpa_source
12002
12029
 
12003
- # Output only. The effective targetCpa for AdGroup, in micros of advertiser's
12030
+ # Output only. The effective target CPA for ad group, in micros of advertiser's
12004
12031
  # currency.
12005
12032
  # Corresponds to the JSON property `adGroupEffectiveTargetCpaValue`
12006
12033
  # @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.28.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 = "20231113"
26
26
  end
27
27
  end
28
28
  end
@@ -490,6 +490,12 @@ module Google
490
490
  include Google::Apis::Core::JsonObjectSupport
491
491
  end
492
492
 
493
+ class Consent
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
493
499
  class ContactInfo
494
500
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
501
 
@@ -2801,6 +2807,14 @@ module Google
2801
2807
  end
2802
2808
  end
2803
2809
 
2810
+ class Consent
2811
+ # @private
2812
+ class Representation < Google::Apis::Core::JsonRepresentation
2813
+ property :ad_personalization, as: 'adPersonalization'
2814
+ property :ad_user_data, as: 'adUserData'
2815
+ end
2816
+ end
2817
+
2804
2818
  class ContactInfo
2805
2819
  # @private
2806
2820
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2816,6 +2830,8 @@ module Google
2816
2830
  class ContactInfoList
2817
2831
  # @private
2818
2832
  class Representation < Google::Apis::Core::JsonRepresentation
2833
+ property :consent, as: 'consent', class: Google::Apis::DisplayvideoV2::Consent, decorator: Google::Apis::DisplayvideoV2::Consent::Representation
2834
+
2819
2835
  collection :contact_infos, as: 'contactInfos', class: Google::Apis::DisplayvideoV2::ContactInfo, decorator: Google::Apis::DisplayvideoV2::ContactInfo::Representation
2820
2836
 
2821
2837
  end
@@ -4352,6 +4368,8 @@ module Google
4352
4368
  class MobileDeviceIdList
4353
4369
  # @private
4354
4370
  class Representation < Google::Apis::Core::JsonRepresentation
4371
+ property :consent, as: 'consent', class: Google::Apis::DisplayvideoV2::Consent, decorator: Google::Apis::DisplayvideoV2::Consent::Representation
4372
+
4355
4373
  collection :mobile_device_ids, as: 'mobileDeviceIds'
4356
4374
  end
4357
4375
  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.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: 2023-09-03 00:00:00.000000000 Z
11
+ date: 2023-11-19 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.28.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: []