The "clientaccess" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($clientAccountId, $sponsorAccountId, $optParams=array()) |
| (clientaccess.delete)
|
|
| get ($clientAccountId, $sponsorAccountId, $optParams=array()) |
| (clientaccess.get)
|
|
| insert (Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams=array()) |
| (clientaccess.insert)
|
|
| listClientaccess ($optParams=array()) |
| (clientaccess.listClientaccess)
|
|
| patch ($clientAccountId, $sponsorAccountId, Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams=array()) |
| (clientaccess.patch)
|
|
| update ($clientAccountId, $sponsorAccountId, Google_Service_AdExchangeBuyer_ClientAccessCapabilities $postBody, $optParams=array()) |
| (clientaccess.update)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "clientaccess" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $clientaccess = $adexchangebuyerService->clientaccess;
◆ 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
-
◆ delete()
Google_Service_AdExchangeBuyer_Clientaccess_Resource::delete |
( |
| $clientAccountId, |
|
|
| $sponsorAccountId, |
|
|
| $optParams = array() ) |
(clientaccess.delete)
- Parameters
-
string | $clientAccountId | |
int | $sponsorAccountId | |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_AdExchangeBuyer_Clientaccess_Resource::get |
( |
| $clientAccountId, |
|
|
| $sponsorAccountId, |
|
|
| $optParams = array() ) |
(clientaccess.get)
- Parameters
-
string | $clientAccountId | |
int | $sponsorAccountId | |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
(clientaccess.insert)
- Parameters
-
Google_ClientAccessCapabilities | $postBody | |
array | $optParams | Optional parameters. |
@opt_param string clientAccountId @opt_param int sponsorAccountId
- Return values
-
◆ listClientaccess()
Google_Service_AdExchangeBuyer_Clientaccess_Resource::listClientaccess |
( |
| $optParams = array() | ) |
|
(clientaccess.listClientaccess)
- Parameters
-
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
(clientaccess.patch)
- Parameters
-
string | $clientAccountId | |
int | $sponsorAccountId | |
Google_ClientAccessCapabilities | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
(clientaccess.update)
- Parameters
-
string | $clientAccountId | |
int | $sponsorAccountId | |
Google_ClientAccessCapabilities | $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