public class DisplayVideo.GuaranteedOrders extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.GuaranteedOrders.Create |
class |
DisplayVideo.GuaranteedOrders.EditGuaranteedOrderReadAccessors |
class |
DisplayVideo.GuaranteedOrders.Get |
class |
DisplayVideo.GuaranteedOrders.List |
class |
DisplayVideo.GuaranteedOrders.Patch |
| Constructor and Description |
|---|
GuaranteedOrders() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.GuaranteedOrders.Create |
create(GuaranteedOrder content)
Creates a new guaranteed order.
|
DisplayVideo.GuaranteedOrders.EditGuaranteedOrderReadAccessors |
editGuaranteedOrderReadAccessors(String guaranteedOrderId,
EditGuaranteedOrderReadAccessorsRequest content)
Edits read advertisers of a guaranteed order.
|
DisplayVideo.GuaranteedOrders.Get |
get(String guaranteedOrderId)
Gets a guaranteed order.
|
DisplayVideo.GuaranteedOrders.List |
list()
Lists guaranteed orders that are accessible to the current user.
|
DisplayVideo.GuaranteedOrders.Patch |
patch(String guaranteedOrderId,
GuaranteedOrder content)
Updates an existing guaranteed order.
|
public DisplayVideo.GuaranteedOrders.Create create(GuaranteedOrder content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GuaranteedOrderIOExceptionpublic DisplayVideo.GuaranteedOrders.EditGuaranteedOrderReadAccessors editGuaranteedOrderReadAccessors(String guaranteedOrderId, EditGuaranteedOrderReadAccessorsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.guaranteedOrderId - Required. The ID of the guaranteed order to edit. The ID is of the format
`{exchange}-{legacy_guaranteed_order_id}`content - the EditGuaranteedOrderReadAccessorsRequestIOExceptionpublic DisplayVideo.GuaranteedOrders.Get get(String guaranteedOrderId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.guaranteedOrderId - Required. The ID of the guaranteed order to fetch. The ID is of the format
`{exchange}-{legacy_guaranteed_order_id}`IOExceptionpublic DisplayVideo.GuaranteedOrders.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic DisplayVideo.GuaranteedOrders.Patch patch(String guaranteedOrderId, GuaranteedOrder content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.guaranteedOrderId - Output only. The unique identifier of the guaranteed order. The guaranteed order IDs have the format
`{exchange}-{legacy_guaranteed_order_id}`.content - the GuaranteedOrderIOExceptionCopyright © 2011–2026 Google. All rights reserved.