class AccountsApps extends Resource (View source)

The "apps" collection of methods.

Typical usage is:

 $checksService = new Google\Service\ChecksService(...);
 $apps = $checksService->accounts_apps;

Methods

get(string $name, array $optParams = [])

Gets an app. (apps.get)

listAccountsApps(string $parent, array $optParams = [])

Lists the apps under the given account. (apps.listAccountsApps)

Details

GoogleChecksAccountV1alphaApp get(string $name, array $optParams = [])

Gets an app. (apps.get)

Parameters

string $name

Required. Resource name of the app. Example: accounts/123/apps/456

array $optParams

Optional parameters.

Return Value

GoogleChecksAccountV1alphaApp

Exceptions

Exception

GoogleChecksAccountV1alphaListAppsResponse listAccountsApps(string $parent, array $optParams = [])

Lists the apps under the given account. (apps.listAccountsApps)

Parameters

string $parent

Required. The parent account. Example: accounts/123

array $optParams

Optional parameters.

Return Value

GoogleChecksAccountV1alphaListAppsResponse

Exceptions

Exception