GuaranteedOrders
class GuaranteedOrders extends Resource (View source)
The "guaranteedOrders" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$guaranteedOrders = $displayvideoService->guaranteedOrders;
Methods
Creates a new guaranteed order. Returns the newly created guaranteed order if successful. (guaranteedOrders.create)
Edits read advertisers of a guaranteed order.
Gets a guaranteed order. (guaranteedOrders.get)
Lists guaranteed orders 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, guaranteed orders with entity status ENTITY_STATUS_ARCHIVED
will
not be included in the results. (guaranteedOrders.listGuaranteedOrders)
Updates an existing guaranteed order. Returns the updated guaranteed order if successful. (guaranteedOrders.patch)
Details
GuaranteedOrder
create(GuaranteedOrder $postBody, array $optParams = [])
Creates a new guaranteed order. Returns the newly created guaranteed order if successful. (guaranteedOrders.create)
EditGuaranteedOrderReadAccessorsResponse
editGuaranteedOrderReadAccessors(string $guaranteedOrderId, EditGuaranteedOrderReadAccessorsRequest $postBody, array $optParams = [])
Edits read advertisers of a guaranteed order.
(guaranteedOrders.editGuaranteedOrderReadAccessors)
GuaranteedOrder
get(string $guaranteedOrderId, array $optParams = [])
Gets a guaranteed order. (guaranteedOrders.get)
ListGuaranteedOrdersResponse
listGuaranteedOrders(array $optParams = [])
Lists guaranteed orders 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, guaranteed orders with entity status ENTITY_STATUS_ARCHIVED
will
not be included in the results. (guaranteedOrders.listGuaranteedOrders)
GuaranteedOrder
patch(string $guaranteedOrderId, GuaranteedOrder $postBody, array $optParams = [])
Updates an existing guaranteed order. Returns the updated guaranteed order if successful. (guaranteedOrders.patch)