class OrganizationsApisRevisionsDeployments extends Resource (View source)

The "deployments" collection of methods.

Typical usage is:

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

Methods

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

Lists all deployments of an API proxy revision.

Details

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

Lists all deployments of an API proxy revision.

(deployments.listOrganizationsApisRevisionsDeployments)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDeploymentsResponse

Exceptions

Exception