public class DisplayVideo.InventorySources extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.InventorySources.Create |
class |
DisplayVideo.InventorySources.EditInventorySourceReadWriteAccessors |
class |
DisplayVideo.InventorySources.Get |
class |
DisplayVideo.InventorySources.List |
class |
DisplayVideo.InventorySources.Patch |
| Constructor and Description |
|---|
InventorySources() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.InventorySources.Create |
create(InventorySource content)
Creates a new inventory source.
|
DisplayVideo.InventorySources.EditInventorySourceReadWriteAccessors |
editInventorySourceReadWriteAccessors(Long inventorySourceId,
EditInventorySourceReadWriteAccessorsRequest content)
Edits read/write accessors of an inventory source.
|
DisplayVideo.InventorySources.Get |
get(Long inventorySourceId)
Gets an inventory source.
|
DisplayVideo.InventorySources.List |
list()
Lists inventory sources that are accessible to the current user.
|
DisplayVideo.InventorySources.Patch |
patch(Long inventorySourceId,
InventorySource content)
Updates an existing inventory source.
|
public DisplayVideo.InventorySources.Create create(InventorySource content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the InventorySourceIOExceptionpublic DisplayVideo.InventorySources.EditInventorySourceReadWriteAccessors editInventorySourceReadWriteAccessors(Long inventorySourceId, EditInventorySourceReadWriteAccessorsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.inventorySourceId - Required. The ID of inventory source to update.content - the EditInventorySourceReadWriteAccessorsRequestIOExceptionpublic DisplayVideo.InventorySources.Get get(Long inventorySourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceId - Required. The ID of the inventory source to fetch.IOExceptionpublic DisplayVideo.InventorySources.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic DisplayVideo.InventorySources.Patch patch(Long inventorySourceId, InventorySource content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceId - Output only. The unique ID of the inventory source. Assigned by the system.content - the InventorySourceIOExceptionCopyright © 2011–2026 Google. All rights reserved.