public class DisplayVideo.InventorySourceGroups.AssignedInventorySources extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.InventorySourceGroups.AssignedInventorySources.BulkEdit |
class |
DisplayVideo.InventorySourceGroups.AssignedInventorySources.Create |
class |
DisplayVideo.InventorySourceGroups.AssignedInventorySources.Delete |
class |
DisplayVideo.InventorySourceGroups.AssignedInventorySources.List |
| Constructor and Description |
|---|
AssignedInventorySources() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.InventorySourceGroups.AssignedInventorySources.BulkEdit |
bulkEdit(Long inventorySourceGroupId,
BulkEditAssignedInventorySourcesRequest content)
Bulk edits multiple assignments between inventory sources and a single inventory source group.
|
DisplayVideo.InventorySourceGroups.AssignedInventorySources.Create |
create(Long inventorySourceGroupId,
AssignedInventorySource content)
Creates an assignment between an inventory source and an inventory source group.
|
DisplayVideo.InventorySourceGroups.AssignedInventorySources.Delete |
delete(Long inventorySourceGroupId,
Long assignedInventorySourceId)
Deletes the assignment between an inventory source and an inventory source group.
|
DisplayVideo.InventorySourceGroups.AssignedInventorySources.List |
list(Long inventorySourceGroupId)
Lists inventory sources assigned to an inventory source group.
|
public DisplayVideo.InventorySourceGroups.AssignedInventorySources.BulkEdit bulkEdit(Long inventorySourceGroupId, BulkEditAssignedInventorySourcesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceGroupId - Required. The ID of the inventory source group to which the assignments are assigned.content - the BulkEditAssignedInventorySourcesRequestIOExceptionpublic DisplayVideo.InventorySourceGroups.AssignedInventorySources.Create create(Long inventorySourceGroupId, AssignedInventorySource content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceGroupId - Required. The ID of the inventory source group to which the assignment will be assigned.content - the AssignedInventorySourceIOExceptionpublic DisplayVideo.InventorySourceGroups.AssignedInventorySources.Delete delete(Long inventorySourceGroupId, Long assignedInventorySourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceGroupId - Required. The ID of the inventory source group to which this assignment is assigned.assignedInventorySourceId - Required. The ID of the assigned inventory source to delete.IOExceptionpublic DisplayVideo.InventorySourceGroups.AssignedInventorySources.List list(Long inventorySourceGroupId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.inventorySourceGroupId - Required. The ID of the inventory source group to which these assignments are assigned.IOExceptionCopyright © 2011–2026 Google. All rights reserved.