google-apis-displayvideo_v3 0.3.0 → 0.5.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: 340d8befed94e9ae260c78f0bb58c363a6eaa43858b3edd1ccf96aa23c6befd6
4
- data.tar.gz: 45a82f5b691b4b24cf69d92fed398cb7ca4bd7078fd9952e78421069ce310bf2
3
+ metadata.gz: ded4265d11441f9e0e32cef96ccfeabca0ec9c9dc4b119721e53867ce8e3338a
4
+ data.tar.gz: 71ed2dccead12f9f3c9ddf5574519f2e4f80c4b4aadd61f07b7068e7d757e93d
5
5
  SHA512:
6
- metadata.gz: 849d2768c9ca8b9b97a1dd7a4c71706cacc5f542d3ea4de1472bcc0727c00a93677cb92f94a2e3d11ee2afd3d4c28fdbac4be08cc82d491e1011c1633bcf4c1f
7
- data.tar.gz: 30b2cb44a901fd9b07c66caa003972bc358edd5a9c7bf42830716c9d7ab20715373ecfa216a188812e894b0076ee7c062477e890829275a69294742e80350746
6
+ metadata.gz: 231d783b297c0128bef74a86edffd9122694b672adf5074e4b2133002e2d64a4570d92b26eba325f9eca2002846b7c39170628139a9e008960169dc44c9f3228
7
+ data.tar.gz: 6a67f263b7dd2aa5418a9a19f8a025c6bd54d2dfcff0aa5a9e1ac1c7c7b6477288b4d00310aa5397f2abb1a6f3941978bf5ece769989bf2de1794018d1435dbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.5.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240125
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.4.0 (2024-01-22)
9
+
10
+ * Regenerated from discovery document revision 20240118
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.3.0 (2024-01-07)
4
14
 
5
15
  * Regenerated from discovery document revision 20240104
@@ -465,7 +465,7 @@ module Google
465
465
  class AdvertiserBillingConfig
466
466
  include Google::Apis::Core::Hashable
467
467
 
468
- # The ID of a billing profile assigned to the advertiser.
468
+ # Optional. The ID of a billing profile assigned to the advertiser.
469
469
  # Corresponds to the JSON property `billingProfileId`
470
470
  # @return [Fixnum]
471
471
  attr_accessor :billing_profile_id
@@ -3361,6 +3361,12 @@ module Google
3361
3361
  # @return [Fixnum]
3362
3362
  attr_accessor :cm_account_id
3363
3363
 
3364
+ # Output only. The set of CM360 Advertiser IDs sharing the CM360 Floodlight
3365
+ # configuration.
3366
+ # Corresponds to the JSON property `cmAdvertiserIds`
3367
+ # @return [Array<Fixnum>]
3368
+ attr_accessor :cm_advertiser_ids
3369
+
3364
3370
  # Required. Immutable. ID of the CM360 Floodlight configuration linked with the
3365
3371
  # DV360 advertiser.
3366
3372
  # Corresponds to the JSON property `cmFloodlightConfigId`
@@ -3402,6 +3408,7 @@ module Google
3402
3408
  # Update properties of this object
3403
3409
  def update!(**args)
3404
3410
  @cm_account_id = args[:cm_account_id] if args.key?(:cm_account_id)
3411
+ @cm_advertiser_ids = args[:cm_advertiser_ids] if args.key?(:cm_advertiser_ids)
3405
3412
  @cm_floodlight_config_id = args[:cm_floodlight_config_id] if args.key?(:cm_floodlight_config_id)
3406
3413
  @cm_floodlight_linking_authorized = args[:cm_floodlight_linking_authorized] if args.key?(:cm_floodlight_linking_authorized)
3407
3414
  @cm_syncable_site_ids = args[:cm_syncable_site_ids] if args.key?(:cm_syncable_site_ids)
@@ -6222,6 +6229,73 @@ module Google
6222
6229
  end
6223
6230
  end
6224
6231
 
6232
+ # A single Floodlight activity.
6233
+ class FloodlightActivity
6234
+ include Google::Apis::Core::Hashable
6235
+
6236
+ # Output only. IDs of the advertisers that have access to the parent Floodlight
6237
+ # group. Only advertisers under the provided partner ID will be listed in this
6238
+ # field.
6239
+ # Corresponds to the JSON property `advertiserIds`
6240
+ # @return [Array<Fixnum>]
6241
+ attr_accessor :advertiser_ids
6242
+
6243
+ # Required. The display name of the Floodlight activity.
6244
+ # Corresponds to the JSON property `displayName`
6245
+ # @return [String]
6246
+ attr_accessor :display_name
6247
+
6248
+ # Output only. The unique ID of the Floodlight activity. Assigned by the system.
6249
+ # Corresponds to the JSON property `floodlightActivityId`
6250
+ # @return [Fixnum]
6251
+ attr_accessor :floodlight_activity_id
6252
+
6253
+ # Required. Immutable. The ID of the parent Floodlight group.
6254
+ # Corresponds to the JSON property `floodlightGroupId`
6255
+ # @return [Fixnum]
6256
+ attr_accessor :floodlight_group_id
6257
+
6258
+ # Output only. The resource name of the Floodlight activity.
6259
+ # Corresponds to the JSON property `name`
6260
+ # @return [String]
6261
+ attr_accessor :name
6262
+
6263
+ # Output only. A list of configuration objects designating whether remarketing
6264
+ # for this Floodlight Activity is enabled and available for a specifc advertiser.
6265
+ # If enabled, this Floodlight Activity generates a remarketing user list that
6266
+ # is able to be used in targeting under the advertiser.
6267
+ # Corresponds to the JSON property `remarketingConfigs`
6268
+ # @return [Array<Google::Apis::DisplayvideoV3::RemarketingConfig>]
6269
+ attr_accessor :remarketing_configs
6270
+
6271
+ # Optional. Whether the Floodlight activity is served.
6272
+ # Corresponds to the JSON property `servingStatus`
6273
+ # @return [String]
6274
+ attr_accessor :serving_status
6275
+
6276
+ # Output only. Whether tags are required to be compliant.
6277
+ # Corresponds to the JSON property `sslRequired`
6278
+ # @return [Boolean]
6279
+ attr_accessor :ssl_required
6280
+ alias_method :ssl_required?, :ssl_required
6281
+
6282
+ def initialize(**args)
6283
+ update!(**args)
6284
+ end
6285
+
6286
+ # Update properties of this object
6287
+ def update!(**args)
6288
+ @advertiser_ids = args[:advertiser_ids] if args.key?(:advertiser_ids)
6289
+ @display_name = args[:display_name] if args.key?(:display_name)
6290
+ @floodlight_activity_id = args[:floodlight_activity_id] if args.key?(:floodlight_activity_id)
6291
+ @floodlight_group_id = args[:floodlight_group_id] if args.key?(:floodlight_group_id)
6292
+ @name = args[:name] if args.key?(:name)
6293
+ @remarketing_configs = args[:remarketing_configs] if args.key?(:remarketing_configs)
6294
+ @serving_status = args[:serving_status] if args.key?(:serving_status)
6295
+ @ssl_required = args[:ssl_required] if args.key?(:ssl_required)
6296
+ end
6297
+ end
6298
+
6225
6299
  # A single Floodlight group.
6226
6300
  class FloodlightGroup
6227
6301
  include Google::Apis::Core::Hashable
@@ -6302,10 +6376,10 @@ module Google
6302
6376
  # @return [Fixnum]
6303
6377
  attr_accessor :max_impressions
6304
6378
 
6305
- # The maximum number of times a user may click-through or fully view an ad
6306
- # during this period until it is no longer served to them. Must be greater than
6307
- # 0. Only applicable to YouTube and Partners resources. Required when unlimited
6308
- # is `false` and max_impressions is not set.
6379
+ # Optional. The maximum number of times a user may click-through or fully view
6380
+ # an ad during this period until it is no longer served to them. Must be greater
6381
+ # than 0. Only applicable to YouTube and Partners resources. Required when
6382
+ # unlimited is `false` and max_impressions is not set.
6309
6383
  # Corresponds to the JSON property `maxViews`
6310
6384
  # @return [Fixnum]
6311
6385
  attr_accessor :max_views
@@ -8694,6 +8768,33 @@ module Google
8694
8768
  end
8695
8769
  end
8696
8770
 
8771
+ #
8772
+ class ListFloodlightActivitiesResponse
8773
+ include Google::Apis::Core::Hashable
8774
+
8775
+ # The list of Floodlight activities. This list will be absent if empty.
8776
+ # Corresponds to the JSON property `floodlightActivities`
8777
+ # @return [Array<Google::Apis::DisplayvideoV3::FloodlightActivity>]
8778
+ attr_accessor :floodlight_activities
8779
+
8780
+ # A token to retrieve the next page of results. Pass this value in the
8781
+ # page_token field in the subsequent call to `ListFloodlightActivities` method
8782
+ # to retrieve the next page of results.
8783
+ # Corresponds to the JSON property `nextPageToken`
8784
+ # @return [String]
8785
+ attr_accessor :next_page_token
8786
+
8787
+ def initialize(**args)
8788
+ update!(**args)
8789
+ end
8790
+
8791
+ # Update properties of this object
8792
+ def update!(**args)
8793
+ @floodlight_activities = args[:floodlight_activities] if args.key?(:floodlight_activities)
8794
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
8795
+ end
8796
+ end
8797
+
8697
8798
  #
8698
8799
  class ListGoogleAudiencesResponse
8699
8800
  include Google::Apis::Core::Hashable
@@ -10823,6 +10924,34 @@ module Google
10823
10924
  end
10824
10925
  end
10825
10926
 
10927
+ # Settings that control the whether remarketing is enabled for the given
10928
+ # identified advertiser.
10929
+ class RemarketingConfig
10930
+ include Google::Apis::Core::Hashable
10931
+
10932
+ # Output only. The ID of the advertiser.
10933
+ # Corresponds to the JSON property `advertiserId`
10934
+ # @return [Fixnum]
10935
+ attr_accessor :advertiser_id
10936
+
10937
+ # Output only. Whether the Floodlight activity remarketing user list is
10938
+ # available to the identified advertiser.
10939
+ # Corresponds to the JSON property `remarketingEnabled`
10940
+ # @return [Boolean]
10941
+ attr_accessor :remarketing_enabled
10942
+ alias_method :remarketing_enabled?, :remarketing_enabled
10943
+
10944
+ def initialize(**args)
10945
+ update!(**args)
10946
+ end
10947
+
10948
+ # Update properties of this object
10949
+ def update!(**args)
10950
+ @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
10951
+ @remarketing_enabled = args[:remarketing_enabled] if args.key?(:remarketing_enabled)
10952
+ end
10953
+ end
10954
+
10826
10955
  # Request message for NegativeKeywordService.ReplaceNegativeKeywords.
10827
10956
  class ReplaceNegativeKeywordsRequest
10828
10957
  include Google::Apis::Core::Hashable
@@ -12495,8 +12624,14 @@ module Google
12495
12624
  class YoutubeAndPartnersInventorySourceConfig
12496
12625
  include Google::Apis::Core::Hashable
12497
12626
 
12498
- # Whether to target inventory on YouTube. This includes both search, channels
12499
- # and videos.
12627
+ # Optional. Whether to target inventory in video apps available with Google TV.
12628
+ # Corresponds to the JSON property `includeGoogleTv`
12629
+ # @return [Boolean]
12630
+ attr_accessor :include_google_tv
12631
+ alias_method :include_google_tv?, :include_google_tv
12632
+
12633
+ # Optional. Whether to target inventory on YouTube. This includes both search,
12634
+ # channels and videos.
12500
12635
  # Corresponds to the JSON property `includeYoutube`
12501
12636
  # @return [Boolean]
12502
12637
  attr_accessor :include_youtube
@@ -12515,6 +12650,7 @@ module Google
12515
12650
 
12516
12651
  # Update properties of this object
12517
12652
  def update!(**args)
12653
+ @include_google_tv = args[:include_google_tv] if args.key?(:include_google_tv)
12518
12654
  @include_youtube = args[:include_youtube] if args.key?(:include_youtube)
12519
12655
  @include_youtube_video_partners = args[:include_youtube_video_partners] if args.key?(:include_youtube_video_partners)
12520
12656
  end
@@ -12542,18 +12678,19 @@ module Google
12542
12678
  # @return [Google::Apis::DisplayvideoV3::YoutubeAndPartnersInventorySourceConfig]
12543
12679
  attr_accessor :inventory_source_settings
12544
12680
 
12545
- # The ID of the form to generate leads.
12681
+ # Optional. The ID of the form to generate leads.
12546
12682
  # Corresponds to the JSON property `leadFormId`
12547
12683
  # @return [Fixnum]
12548
12684
  attr_accessor :lead_form_id
12549
12685
 
12550
- # The ID of the merchant which is linked to the line item for product feed.
12686
+ # Optional. The ID of the merchant which is linked to the line item for product
12687
+ # feed.
12551
12688
  # Corresponds to the JSON property `linkedMerchantId`
12552
12689
  # @return [Fixnum]
12553
12690
  attr_accessor :linked_merchant_id
12554
12691
 
12555
- # The IDs of the videos appear below the primary video ad when the ad is playing
12556
- # in the YouTube app on mobile devices.
12692
+ # Optional. The IDs of the videos appear below the primary video ad when the ad
12693
+ # is playing in the YouTube app on mobile devices.
12557
12694
  # Corresponds to the JSON property `relatedVideoIds`
12558
12695
  # @return [Array<String>]
12559
12696
  attr_accessor :related_video_ids
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV3
18
18
  # Version of the google-apis-displayvideo_v3 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240104"
25
+ REVISION = "20240125"
26
26
  end
27
27
  end
28
28
  end
@@ -982,6 +982,12 @@ module Google
982
982
  include Google::Apis::Core::JsonObjectSupport
983
983
  end
984
984
 
985
+ class FloodlightActivity
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
985
991
  class FloodlightGroup
986
992
  class Representation < Google::Apis::Core::JsonRepresentation; end
987
993
 
@@ -1348,6 +1354,12 @@ module Google
1348
1354
  include Google::Apis::Core::JsonObjectSupport
1349
1355
  end
1350
1356
 
1357
+ class ListFloodlightActivitiesResponse
1358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1359
+
1360
+ include Google::Apis::Core::JsonObjectSupport
1361
+ end
1362
+
1351
1363
  class ListGoogleAudiencesResponse
1352
1364
  class Representation < Google::Apis::Core::JsonRepresentation; end
1353
1365
 
@@ -1732,6 +1744,12 @@ module Google
1732
1744
  include Google::Apis::Core::JsonObjectSupport
1733
1745
  end
1734
1746
 
1747
+ class RemarketingConfig
1748
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1749
+
1750
+ include Google::Apis::Core::JsonObjectSupport
1751
+ end
1752
+
1735
1753
  class ReplaceNegativeKeywordsRequest
1736
1754
  class Representation < Google::Apis::Core::JsonRepresentation; end
1737
1755
 
@@ -2952,6 +2970,7 @@ module Google
2952
2970
  # @private
2953
2971
  class Representation < Google::Apis::Core::JsonRepresentation
2954
2972
  property :cm_account_id, :numeric_string => true, as: 'cmAccountId'
2973
+ collection :cm_advertiser_ids, as: 'cmAdvertiserIds'
2955
2974
  property :cm_floodlight_config_id, :numeric_string => true, as: 'cmFloodlightConfigId'
2956
2975
  property :cm_floodlight_linking_authorized, as: 'cmFloodlightLinkingAuthorized'
2957
2976
  collection :cm_syncable_site_ids, as: 'cmSyncableSiteIds'
@@ -3711,6 +3730,21 @@ module Google
3711
3730
  end
3712
3731
  end
3713
3732
 
3733
+ class FloodlightActivity
3734
+ # @private
3735
+ class Representation < Google::Apis::Core::JsonRepresentation
3736
+ collection :advertiser_ids, as: 'advertiserIds'
3737
+ property :display_name, as: 'displayName'
3738
+ property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
3739
+ property :floodlight_group_id, :numeric_string => true, as: 'floodlightGroupId'
3740
+ property :name, as: 'name'
3741
+ collection :remarketing_configs, as: 'remarketingConfigs', class: Google::Apis::DisplayvideoV3::RemarketingConfig, decorator: Google::Apis::DisplayvideoV3::RemarketingConfig::Representation
3742
+
3743
+ property :serving_status, as: 'servingStatus'
3744
+ property :ssl_required, as: 'sslRequired'
3745
+ end
3746
+ end
3747
+
3714
3748
  class FloodlightGroup
3715
3749
  # @private
3716
3750
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4369,6 +4403,15 @@ module Google
4369
4403
  end
4370
4404
  end
4371
4405
 
4406
+ class ListFloodlightActivitiesResponse
4407
+ # @private
4408
+ class Representation < Google::Apis::Core::JsonRepresentation
4409
+ collection :floodlight_activities, as: 'floodlightActivities', class: Google::Apis::DisplayvideoV3::FloodlightActivity, decorator: Google::Apis::DisplayvideoV3::FloodlightActivity::Representation
4410
+
4411
+ property :next_page_token, as: 'nextPageToken'
4412
+ end
4413
+ end
4414
+
4372
4415
  class ListGoogleAudiencesResponse
4373
4416
  # @private
4374
4417
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4962,6 +5005,14 @@ module Google
4962
5005
  end
4963
5006
  end
4964
5007
 
5008
+ class RemarketingConfig
5009
+ # @private
5010
+ class Representation < Google::Apis::Core::JsonRepresentation
5011
+ property :advertiser_id, :numeric_string => true, as: 'advertiserId'
5012
+ property :remarketing_enabled, as: 'remarketingEnabled'
5013
+ end
5014
+ end
5015
+
4965
5016
  class ReplaceNegativeKeywordsRequest
4966
5017
  # @private
4967
5018
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5438,6 +5489,7 @@ module Google
5438
5489
  class YoutubeAndPartnersInventorySourceConfig
5439
5490
  # @private
5440
5491
  class Representation < Google::Apis::Core::JsonRepresentation
5492
+ property :include_google_tv, as: 'includeGoogleTv'
5441
5493
  property :include_youtube, as: 'includeYoutube'
5442
5494
  property :include_youtube_video_partners, as: 'includeYoutubeVideoPartners'
5443
5495
  end
@@ -34,6 +34,8 @@ module Google
34
34
  #
35
35
  # @see https://developers.google.com/display-video/
36
36
  class DisplayVideoService < Google::Apis::Core::BaseService
37
+ DEFAULT_ENDPOINT_TEMPLATE = "https://displayvideo.$UNIVERSE_DOMAIN$/"
38
+
37
39
  # @return [String]
38
40
  # API key. Your API key identifies your project and provides you with API access,
39
41
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -45,7 +47,7 @@ module Google
45
47
  attr_accessor :quota_user
46
48
 
47
49
  def initialize
48
- super('https://displayvideo.googleapis.com/', '',
50
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
49
51
  client_name: 'google-apis-displayvideo_v3',
50
52
  client_version: Google::Apis::DisplayvideoV3::GEM_VERSION)
51
53
  @batch_path = 'batch'
@@ -5123,6 +5125,96 @@ module Google
5123
5125
  execute_or_queue_command(command, &block)
5124
5126
  end
5125
5127
 
5128
+ # Gets a Floodlight activity.
5129
+ # @param [Fixnum] floodlight_group_id
5130
+ # Required. The ID of the parent Floodlight group to which the requested
5131
+ # Floodlight activity belongs.
5132
+ # @param [Fixnum] floodlight_activity_id
5133
+ # Required. The ID of the Floodlight activity to fetch.
5134
+ # @param [Fixnum] partner_id
5135
+ # Required. The ID of the partner through which the Floodlight activity is being
5136
+ # accessed.
5137
+ # @param [String] fields
5138
+ # Selector specifying which fields to include in a partial response.
5139
+ # @param [String] quota_user
5140
+ # Available to use for quota purposes for server-side applications. Can be any
5141
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
5142
+ # @param [Google::Apis::RequestOptions] options
5143
+ # Request-specific options
5144
+ #
5145
+ # @yield [result, err] Result & error if block supplied
5146
+ # @yieldparam result [Google::Apis::DisplayvideoV3::FloodlightActivity] parsed result object
5147
+ # @yieldparam err [StandardError] error object if request failed
5148
+ #
5149
+ # @return [Google::Apis::DisplayvideoV3::FloodlightActivity]
5150
+ #
5151
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5152
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5153
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
5154
+ def get_floodlight_group_floodlight_activity(floodlight_group_id, floodlight_activity_id, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
5155
+ command = make_simple_command(:get, 'v3/floodlightGroups/{+floodlightGroupId}/floodlightActivities/{+floodlightActivityId}', options)
5156
+ command.response_representation = Google::Apis::DisplayvideoV3::FloodlightActivity::Representation
5157
+ command.response_class = Google::Apis::DisplayvideoV3::FloodlightActivity
5158
+ command.params['floodlightGroupId'] = floodlight_group_id unless floodlight_group_id.nil?
5159
+ command.params['floodlightActivityId'] = floodlight_activity_id unless floodlight_activity_id.nil?
5160
+ command.query['partnerId'] = partner_id unless partner_id.nil?
5161
+ command.query['fields'] = fields unless fields.nil?
5162
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
5163
+ execute_or_queue_command(command, &block)
5164
+ end
5165
+
5166
+ # Lists Floodlight activities in a Floodlight group.
5167
+ # @param [Fixnum] floodlight_group_id
5168
+ # Required. The ID of the parent Floodlight group to which the requested
5169
+ # Floodlight activities belong.
5170
+ # @param [String] order_by
5171
+ # Optional. Field by which to sort the list. Acceptable values are: * `
5172
+ # displayName` (default) * `floodlightActivityId` The default sorting order is
5173
+ # ascending. To specify descending order for a field, a suffix "desc" should be
5174
+ # added to the field name. Example: `displayName desc`.
5175
+ # @param [Fixnum] page_size
5176
+ # Optional. Requested page size. Must be between `1` and `100`. If unspecified
5177
+ # will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid
5178
+ # value is specified.
5179
+ # @param [String] page_token
5180
+ # Optional. A token identifying a page of results the server should return.
5181
+ # Typically, this is the value of next_page_token returned from the previous
5182
+ # call to `ListFloodlightActivities` method. If not specified, the first page of
5183
+ # results will be returned.
5184
+ # @param [Fixnum] partner_id
5185
+ # Required. The ID of the partner through which the Floodlight activities are
5186
+ # being accessed.
5187
+ # @param [String] fields
5188
+ # Selector specifying which fields to include in a partial response.
5189
+ # @param [String] quota_user
5190
+ # Available to use for quota purposes for server-side applications. Can be any
5191
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
5192
+ # @param [Google::Apis::RequestOptions] options
5193
+ # Request-specific options
5194
+ #
5195
+ # @yield [result, err] Result & error if block supplied
5196
+ # @yieldparam result [Google::Apis::DisplayvideoV3::ListFloodlightActivitiesResponse] parsed result object
5197
+ # @yieldparam err [StandardError] error object if request failed
5198
+ #
5199
+ # @return [Google::Apis::DisplayvideoV3::ListFloodlightActivitiesResponse]
5200
+ #
5201
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5202
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5203
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
5204
+ def list_floodlight_group_floodlight_activities(floodlight_group_id, order_by: nil, page_size: nil, page_token: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
5205
+ command = make_simple_command(:get, 'v3/floodlightGroups/{+floodlightGroupId}/floodlightActivities', options)
5206
+ command.response_representation = Google::Apis::DisplayvideoV3::ListFloodlightActivitiesResponse::Representation
5207
+ command.response_class = Google::Apis::DisplayvideoV3::ListFloodlightActivitiesResponse
5208
+ command.params['floodlightGroupId'] = floodlight_group_id unless floodlight_group_id.nil?
5209
+ command.query['orderBy'] = order_by unless order_by.nil?
5210
+ command.query['pageSize'] = page_size unless page_size.nil?
5211
+ command.query['pageToken'] = page_token unless page_token.nil?
5212
+ command.query['partnerId'] = partner_id unless partner_id.nil?
5213
+ command.query['fields'] = fields unless fields.nil?
5214
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
5215
+ execute_or_queue_command(command, &block)
5216
+ end
5217
+
5126
5218
  # Gets a Google audience.
5127
5219
  # @param [Fixnum] google_audience_id
5128
5220
  # Required. The ID of the Google audience to fetch.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.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: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
63
63
  post_install_message:
64
64
  rdoc_options: []