PlatformsAccounts
class PlatformsAccounts extends Resource (View source)
The "accounts" collection of methods.
Typical usage is:
$adsenseplatformService = new Google\Service\AdSensePlatform(...);
$accounts = $adsenseplatformService->platforms_accounts;
Methods
Closes a sub-account. (accounts.close)
Gets information about the selected sub-account. (accounts.get)
Lists a partial view of sub-accounts for a specific parent account.
Looks up information about a sub-account for a specified creation_request_id.
Details
CloseAccountResponse
close(string $name, CloseAccountRequest $postBody, array $optParams = [])
Closes a sub-account. (accounts.close)
Account
create(string $parent, Account $postBody, array $optParams = [])
Creates a sub-account. (accounts.create)
Account
get(string $name, array $optParams = [])
Gets information about the selected sub-account. (accounts.get)
ListAccountsResponse
listPlatformsAccounts(string $parent, array $optParams = [])
Lists a partial view of sub-accounts for a specific parent account.
(accounts.listPlatformsAccounts)
LookupAccountResponse
lookup(string $parent, array $optParams = [])
Looks up information about a sub-account for a specified creation_request_id.
If no account exists for the given creation_request_id, returns 404. (accounts.lookup)