public class DisplayVideo.Advertisers.InsertionOrders extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.InsertionOrders.Create |
class |
DisplayVideo.Advertisers.InsertionOrders.Delete |
class |
DisplayVideo.Advertisers.InsertionOrders.Get |
class |
DisplayVideo.Advertisers.InsertionOrders.List |
class |
DisplayVideo.Advertisers.InsertionOrders.Patch |
| Constructor and Description |
|---|
InsertionOrders() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.InsertionOrders.Create |
create(Long advertiserId,
InsertionOrder content)
Creates a new insertion order.
|
DisplayVideo.Advertisers.InsertionOrders.Delete |
delete(Long advertiserId,
Long insertionOrderId)
Deletes an insertion order.
|
DisplayVideo.Advertisers.InsertionOrders.Get |
get(Long advertiserId,
Long insertionOrderId)
Gets an insertion order.
|
DisplayVideo.Advertisers.InsertionOrders.List |
list(Long advertiserId)
Lists insertion orders in an advertiser.
|
DisplayVideo.Advertisers.InsertionOrders.Patch |
patch(Long advertiserId,
Long insertionOrderId,
InsertionOrder content)
Updates an existing insertion order.
|
public DisplayVideo.Advertisers.InsertionOrders.Create create(Long advertiserId, InsertionOrder content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the insertion order belongs to.content - the InsertionOrderIOExceptionpublic DisplayVideo.Advertisers.InsertionOrders.Delete delete(Long advertiserId, Long insertionOrderId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser this insertion order belongs to.insertionOrderId - The ID of the insertion order to delete.IOExceptionpublic DisplayVideo.Advertisers.InsertionOrders.Get get(Long advertiserId, Long insertionOrderId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this insertion order belongs to.insertionOrderId - Required. The ID of the insertion order to fetch.IOExceptionpublic DisplayVideo.Advertisers.InsertionOrders.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser to list insertion orders for.IOExceptionpublic DisplayVideo.Advertisers.InsertionOrders.Patch patch(Long advertiserId, Long insertionOrderId, InsertionOrder content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the insertion order belongs to.insertionOrderId - Output only. The unique ID of the insertion order. Assigned by the system.content - the InsertionOrderIOExceptionCopyright © 2011–2026 Google. All rights reserved.