class OrganizationsApisDeployments extends Resource (View source)

The "deployments" collection of methods.

Typical usage is:

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

Methods

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

Lists all deployments of an API proxy.

Details

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

Lists all deployments of an API proxy.

(deployments.listOrganizationsApisDeployments)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDeploymentsResponse

Exceptions

Exception