class OrganizationsApps extends Resource (View source)

The "apps" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $apps = $apigeeService->organizations_apps;

Methods

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

Gets the app profile for the specified app ID. (apps.get)

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

Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company). (apps.listOrganizationsApps)

Details

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

Gets the app profile for the specified app ID. (apps.get)

Parameters

string $name

Required. App ID in the following format: organizations/{org}/apps/{app}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1App

Exceptions

Exception

GoogleCloudApigeeV1ListAppsResponse listOrganizationsApps(string $parent, array $optParams = [])

Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company). (apps.listOrganizationsApps)

Parameters

string $parent

Required. Resource path of the parent in the following format: organizations/{org}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListAppsResponse

Exceptions

Exception