class OrganizationsDeployments extends Resource (View source)

The "deployments" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $deployments = $apigeeService->organizations_deployments;

Methods

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

Lists all deployments of API proxies or shared flows.

Details

GoogleCloudApigeeV1ListDeploymentsResponse listOrganizationsDeployments(string $parent, array $optParams = [])

Lists all deployments of API proxies or shared flows.

(deployments.listOrganizationsDeployments)

Parameters

string $parent

Required. Name of the organization for which to return deployment information in the following format: organizations/{org}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDeploymentsResponse

Exceptions

Exception