InventorySources
class InventorySources extends Resource (View source)
The "inventorySources" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$inventorySources = $displayvideoService->inventorySources;
Methods
Creates a new inventory source. Returns the newly created inventory source if successful. (inventorySources.create)
Edits read/write accessors of an inventory source. Returns the updated read_write_accessors for the inventory source.
Gets an inventory source. (inventorySources.get)
Lists inventory sources that are accessible to the current user. The order is
defined by the order_by parameter. If a filter by entity_status is not
specified, inventory sources with entity status ENTITY_STATUS_ARCHIVED
will
not be included in the results. (inventorySources.listInventorySources)
Updates an existing inventory source. Returns the updated inventory source if successful. (inventorySources.patch)
Details
InventorySource
create(InventorySource $postBody, array $optParams = [])
Creates a new inventory source. Returns the newly created inventory source if successful. (inventorySources.create)
InventorySourceAccessors
editInventorySourceReadWriteAccessors(string $inventorySourceId, EditInventorySourceReadWriteAccessorsRequest $postBody, array $optParams = [])
Edits read/write accessors of an inventory source. Returns the updated read_write_accessors for the inventory source.
(inventorySources.editInventorySourceReadWriteAccessors)
InventorySource
get(string $inventorySourceId, array $optParams = [])
Gets an inventory source. (inventorySources.get)
ListInventorySourcesResponse
listInventorySources(array $optParams = [])
Lists inventory sources that are accessible to the current user. The order is
defined by the order_by parameter. If a filter by entity_status is not
specified, inventory sources with entity status ENTITY_STATUS_ARCHIVED
will
not be included in the results. (inventorySources.listInventorySources)
InventorySource
patch(string $inventorySourceId, InventorySource $postBody, array $optParams = [])
Updates an existing inventory source. Returns the updated inventory source if successful. (inventorySources.patch)