The "marketplaceorders" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($orderId, $optParams=array()) |
| Get an order given its id (marketplaceorders.get)
|
|
| insert (Google_Service_AdExchangeBuyer_CreateOrdersRequest $postBody, $optParams=array()) |
| Create the given list of orders (marketplaceorders.insert)
|
|
| patch ($orderId, $revisionNumber, $updateAction, Google_Service_AdExchangeBuyer_MarketplaceOrder $postBody, $optParams=array()) |
| Update the given order.
|
|
| search ($optParams=array()) |
| Search for orders using pql query (marketplaceorders.search)
|
|
| update ($orderId, $revisionNumber, $updateAction, Google_Service_AdExchangeBuyer_MarketplaceOrder $postBody, $optParams=array()) |
| Update the given order (marketplaceorders.update)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "marketplaceorders" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $marketplaceorders = $adexchangebuyerService->marketplaceorders;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_AdExchangeBuyer_Marketplaceorders_Resource::get |
( |
| $orderId, |
|
|
| $optParams = array() ) |
Get an order given its id (marketplaceorders.get)
- Parameters
-
string | $orderId | Id of the order to retrieve. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Create the given list of orders (marketplaceorders.insert)
- Parameters
-
Google_CreateOrdersRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Update the given order.
This method supports patch semantics. (marketplaceorders.patch)
- Parameters
-
string | $orderId | The order id to update. |
string | $revisionNumber | The last known revision number to update. If the head revision in the marketplace database has since changed, an error will be thrown. The caller should then fetch the lastest order at head revision and retry the update at that revision. |
string | $updateAction | The proposed action to take on the order. |
Google_MarketplaceOrder | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ search()
Google_Service_AdExchangeBuyer_Marketplaceorders_Resource::search |
( |
| $optParams = array() | ) |
|
Search for orders using pql query (marketplaceorders.search)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string pqlQuery Query string to retrieve specific orders.
- Return values
-
◆ update()
Update the given order (marketplaceorders.update)
- Parameters
-
string | $orderId | The order id to update. |
string | $revisionNumber | The last known revision number to update. If the head revision in the marketplace database has since changed, an error will be thrown. The caller should then fetch the lastest order at head revision and retry the update at that revision. |
string | $updateAction | The proposed action to take on the order. |
Google_MarketplaceOrder | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeBuyer.php