@@ -1223,7 +1223,9 @@ def replace_advertiser_channel_site(advertiser_id, channel_id, replace_sites_req
12231223 execute_or_queue_command ( command , &block )
12241224 end
12251225
1226- # Creates a new creative. Returns the newly created creative if successful.
1226+ # Creates a new creative. Returns the newly created creative if successful. A ["
1227+ # Standard" user role](//support.google.com/displayvideo/answer/2723011) or
1228+ # greater for the parent advertiser or partner is required to make this request.
12271229 # @param [Fixnum] advertiser_id
12281230 # Output only. The unique ID of the advertiser the creative belongs to.
12291231 # @param [Google::Apis::DisplayvideoV2::Creative] creative_object
@@ -1258,7 +1260,9 @@ def create_advertiser_creative(advertiser_id, creative_object = nil, fields: nil
12581260
12591261 # Deletes a creative. Returns error code `NOT_FOUND` if the creative does not
12601262 # exist. The creative should be archived first, i.e. set entity_status to `
1261- # ENTITY_STATUS_ARCHIVED`, before it can be deleted.
1263+ # ENTITY_STATUS_ARCHIVED`, before it can be deleted. A ["Standard" user role](//
1264+ # support.google.com/displayvideo/answer/2723011) or greater for the parent
1265+ # advertiser or partner is required to make this request.
12621266 # @param [Fixnum] advertiser_id
12631267 # The ID of the advertiser this creative belongs to.
12641268 # @param [Fixnum] creative_id
@@ -1408,7 +1412,9 @@ def list_advertiser_creatives(advertiser_id, filter: nil, order_by: nil, page_si
14081412 execute_or_queue_command ( command , &block )
14091413 end
14101414
1411- # Updates an existing creative. Returns the updated creative if successful.
1415+ # Updates an existing creative. Returns the updated creative if successful. A ["
1416+ # Standard" user role](//support.google.com/displayvideo/answer/2723011) or
1417+ # greater for the parent advertiser or partner is required to make this request.
14121418 # @param [Fixnum] advertiser_id
14131419 # Output only. The unique ID of the advertiser the creative belongs to.
14141420 # @param [Fixnum] creative_id
@@ -2088,7 +2094,8 @@ def lookup_advertiser_invoice_invoice_currency(advertiser_id, invoice_month: nil
20882094 # create_requests. Requests to this endpoint cannot be made concurrently with
20892095 # the following requests updating the same line item: * lineItems.bulkUpdate *
20902096 # lineItems.patch * assignedTargetingOptions.create * assignedTargetingOptions.
2091- # delete
2097+ # delete YouTube & Partners line items cannot be created or updated using the
2098+ # API.
20922099 # @param [Fixnum] advertiser_id
20932100 # Required. The ID of the advertiser the line items belong to.
20942101 # @param [Google::Apis::DisplayvideoV2::BulkEditAssignedTargetingOptionsRequest] bulk_edit_assigned_targeting_options_request_object
@@ -2191,7 +2198,8 @@ def bulk_advertiser_line_item_list_assigned_targeting_options(advertiser_id, fil
21912198 # Updates multiple line items. Requests to this endpoint cannot be made
21922199 # concurrently with the following requests updating the same line item: *
21932200 # BulkEditAssignedTargetingOptions * UpdateLineItem * assignedTargetingOptions.
2194- # create * assignedTargetingOptions.delete
2201+ # create * assignedTargetingOptions.delete YouTube & Partners line items cannot
2202+ # be created or updated using the API.
21952203 # @param [Fixnum] advertiser_id
21962204 # Required. The ID of the advertiser this line item belongs to.
21972205 # @param [Google::Apis::DisplayvideoV2::BulkUpdateLineItemsRequest] bulk_update_line_items_request_object
@@ -2225,6 +2233,7 @@ def bulk_update_line_items(advertiser_id, bulk_update_line_items_request_object
22252233 end
22262234
22272235 # Creates a new line item. Returns the newly created line item if successful.
2236+ # YouTube & Partners line items cannot be created or updated using the API.
22282237 # @param [Fixnum] advertiser_id
22292238 # Output only. The unique ID of the advertiser the line item belongs to.
22302239 # @param [Google::Apis::DisplayvideoV2::LineItem] line_item_object
@@ -2259,7 +2268,8 @@ def create_advertiser_line_item(advertiser_id, line_item_object = nil, fields: n
22592268
22602269 # Deletes a line item. Returns error code `NOT_FOUND` if the line item does not
22612270 # exist. The line item should be archived first, i.e. set entity_status to `
2262- # ENTITY_STATUS_ARCHIVED`, to be able to delete it.
2271+ # ENTITY_STATUS_ARCHIVED`, to be able to delete it. YouTube & Partners line
2272+ # items cannot be created or updated using the API.
22632273 # @param [Fixnum] advertiser_id
22642274 # The ID of the advertiser this line item belongs to.
22652275 # @param [Fixnum] line_item_id
@@ -2293,6 +2303,7 @@ def delete_advertiser_line_item(advertiser_id, line_item_id, fields: nil, quota_
22932303 end
22942304
22952305 # Duplicates a line item. Returns the ID of the created line item if successful.
2306+ # YouTube & Partners line items cannot be created or updated using the API.
22962307 # @param [Fixnum] advertiser_id
22972308 # Required. The ID of the advertiser this line item belongs to.
22982309 # @param [Fixnum] line_item_id
@@ -2332,7 +2343,8 @@ def duplicate_line_item(advertiser_id, line_item_id, duplicate_line_item_request
23322343 # insertion order and an `ENTITY_STATUS_DRAFT` entity_status. Returns the newly
23332344 # created line item if successful. There are default values based on the three
23342345 # fields: * The insertion order's insertion_order_type * The insertion order's
2335- # automation_type * The given line_item_type
2346+ # automation_type * The given line_item_type YouTube & Partners line items
2347+ # cannot be created or updated using the API.
23362348 # @param [Fixnum] advertiser_id
23372349 # Required. The ID of the advertiser this line item belongs to.
23382350 # @param [Google::Apis::DisplayvideoV2::GenerateDefaultLineItemRequest] generate_default_line_item_request_object
@@ -2472,7 +2484,8 @@ def list_advertiser_line_items(advertiser_id, filter: nil, order_by: nil, page_s
24722484 # Requests to this endpoint cannot be made concurrently with the following
24732485 # requests updating the same line item: * BulkEditAssignedTargetingOptions *
24742486 # BulkUpdateLineItems * assignedTargetingOptions.create *
2475- # assignedTargetingOptions.delete
2487+ # assignedTargetingOptions.delete YouTube & Partners line items cannot be
2488+ # created or updated using the API.
24762489 # @param [Fixnum] advertiser_id
24772490 # Output only. The unique ID of the advertiser the line item belongs to.
24782491 # @param [Fixnum] line_item_id
@@ -2515,7 +2528,8 @@ def patch_advertiser_line_item(advertiser_id, line_item_id, line_item_object = n
25152528 # option if successful. Requests to this endpoint cannot be made concurrently
25162529 # with the following requests updating the same line item: * lineItems.
25172530 # bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch *
2518- # DeleteLineItemAssignedTargetingOption
2531+ # DeleteLineItemAssignedTargetingOption YouTube & Partners line items cannot be
2532+ # created or updated using the API.
25192533 # @param [Fixnum] advertiser_id
25202534 # Required. The ID of the advertiser the line item belongs to.
25212535 # @param [Fixnum] line_item_id
@@ -2582,7 +2596,8 @@ def create_advertiser_line_item_targeting_type_assigned_targeting_option(adverti
25822596 # Deletes an assigned targeting option from a line item. Requests to this
25832597 # endpoint cannot be made concurrently with the following requests updating the
25842598 # same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.
2585- # bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption
2599+ # bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption YouTube &
2600+ # Partners line items cannot be created or updated using the API.
25862601 # @param [Fixnum] advertiser_id
25872602 # Required. The ID of the advertiser the line item belongs to.
25882603 # @param [Fixnum] line_item_id
0 commit comments