google-apis-displayvideo_v1 0.58.0 → 0.59.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38c6265f68b65a4a0d7e02bd8ccdafc71f901117e4fd7d3fc1ecff08dd93c80b
|
4
|
+
data.tar.gz: 4d7cfcb73dd12e82f57163f0e860b38235bdeb8b0ed1c5e04479d109be0ec60d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fcbbe5c652c2c1bc0889b4f5523f67ae991a4854db43cf9bf1cdd7f71c64bcaee4b7fd461152185edbbbda23bead6e940f26fb442f91bb6fe39f389eae21107
|
7
|
+
data.tar.gz: 9d2f74a68304580e0dca18c39f15e1327b7e6e01779f871acef794179e795e1717ee98d50e0b2a5b4e4324ed73ee586b8adc1bd232ddc610db68b9717bb3f164
|
data/CHANGELOG.md
CHANGED
@@ -662,7 +662,9 @@ module Google
|
|
662
662
|
# @return [String]
|
663
663
|
attr_accessor :name
|
664
664
|
|
665
|
-
# Required. The ID of the targeting option assigned to the location list.
|
665
|
+
# Required. The ID of the targeting option assigned to the location list.
|
666
|
+
# Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL
|
667
|
+
# location lists. When creating or deleting assigned locations, this value must
|
666
668
|
# be of type TARGETING_TYPE_GEO_REGION.
|
667
669
|
# Corresponds to the JSON property `targetingOptionId`
|
668
670
|
# @return [String]
|
@@ -1982,7 +1984,7 @@ module Google
|
|
1982
1984
|
end
|
1983
1985
|
end
|
1984
1986
|
|
1985
|
-
#
|
1987
|
+
#
|
1986
1988
|
class BulkListCampaignAssignedTargetingOptionsResponse
|
1987
1989
|
include Google::Apis::Core::Hashable
|
1988
1990
|
|
@@ -2011,7 +2013,7 @@ module Google
|
|
2011
2013
|
end
|
2012
2014
|
end
|
2013
2015
|
|
2014
|
-
#
|
2016
|
+
#
|
2015
2017
|
class BulkListInsertionOrderAssignedTargetingOptionsResponse
|
2016
2018
|
include Google::Apis::Core::Hashable
|
2017
2019
|
|
@@ -7510,7 +7512,7 @@ module Google
|
|
7510
7512
|
end
|
7511
7513
|
end
|
7512
7514
|
|
7513
|
-
#
|
7515
|
+
#
|
7514
7516
|
class ListInsertionOrderAssignedTargetingOptionsResponse
|
7515
7517
|
include Google::Apis::Core::Hashable
|
7516
7518
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.59.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 = "
|
25
|
+
REVISION = "20230831"
|
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: *
|
1978
|
-
#
|
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 *
|
2292
|
-
#
|
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
|
-
#
|
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: *
|
2402
|
-
#
|
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
|
@@ -5446,9 +5446,6 @@ module Google
|
|
5446
5446
|
# Gets an inventory source.
|
5447
5447
|
# @param [Fixnum] inventory_source_id
|
5448
5448
|
# 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
5449
|
# @param [Fixnum] partner_id
|
5453
5450
|
# Required. The ID of the DV360 partner to which the fetched inventory source is
|
5454
5451
|
# permissioned.
|
@@ -5469,12 +5466,11 @@ module Google
|
|
5469
5466
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
5470
5467
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
5471
5468
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
5472
|
-
def get_inventory_source(inventory_source_id,
|
5469
|
+
def get_inventory_source(inventory_source_id, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
5473
5470
|
command = make_simple_command(:get, 'v1/inventorySources/{+inventorySourceId}', options)
|
5474
5471
|
command.response_representation = Google::Apis::DisplayvideoV1::InventorySource::Representation
|
5475
5472
|
command.response_class = Google::Apis::DisplayvideoV1::InventorySource
|
5476
5473
|
command.params['inventorySourceId'] = inventory_source_id unless inventory_source_id.nil?
|
5477
|
-
command.query['advertiserId'] = advertiser_id unless advertiser_id.nil?
|
5478
5474
|
command.query['partnerId'] = partner_id unless partner_id.nil?
|
5479
5475
|
command.query['fields'] = fields unless fields.nil?
|
5480
5476
|
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.
|
4
|
+
version: 0.59.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-
|
11
|
+
date: 2023-09-03 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.59.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: []
|