public class DisplayVideo.InventorySourceGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.InventorySourceGroups.AssignedInventorySources
The "assignedInventorySources" collection of methods.
|
class |
DisplayVideo.InventorySourceGroups.Create |
class |
DisplayVideo.InventorySourceGroups.Delete |
class |
DisplayVideo.InventorySourceGroups.Get |
class |
DisplayVideo.InventorySourceGroups.List |
class |
DisplayVideo.InventorySourceGroups.Patch |
| Constructor and Description |
|---|
InventorySourceGroups() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.InventorySourceGroups.AssignedInventorySources |
assignedInventorySources()
An accessor for creating requests from the AssignedInventorySources collection.
|
DisplayVideo.InventorySourceGroups.Create |
create(InventorySourceGroup content)
Creates a new inventory source group.
|
DisplayVideo.InventorySourceGroups.Delete |
delete(Long inventorySourceGroupId)
Deletes an inventory source group.
|
DisplayVideo.InventorySourceGroups.Get |
get(Long inventorySourceGroupId)
Gets an inventory source group.
|
DisplayVideo.InventorySourceGroups.List |
list()
Lists inventory source groups that are accessible to the current user.
|
DisplayVideo.InventorySourceGroups.Patch |
patch(Long inventorySourceGroupId,
InventorySourceGroup content)
Updates an inventory source group.
|
public DisplayVideo.InventorySourceGroups.Create create(InventorySourceGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the InventorySourceGroupIOExceptionpublic DisplayVideo.InventorySourceGroups.Delete delete(Long inventorySourceGroupId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceGroupId - Required. The ID of the inventory source group to delete.IOExceptionpublic DisplayVideo.InventorySourceGroups.Get get(Long inventorySourceGroupId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceGroupId - Required. The ID of the inventory source group to fetch.IOExceptionpublic DisplayVideo.InventorySourceGroups.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic DisplayVideo.InventorySourceGroups.Patch patch(Long inventorySourceGroupId, InventorySourceGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceGroupId - Output only. The unique ID of the inventory source group. Assigned by the system.content - the InventorySourceGroupIOExceptionpublic DisplayVideo.InventorySourceGroups.AssignedInventorySources assignedInventorySources()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.AssignedInventorySources.List request = displayvideo.assignedInventorySources().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.