class OrganizationsEnvironmentsApisDeployments extends Resource (View source)

The "deployments" collection of methods.

Typical usage is:

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

Methods

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

Lists all deployments of an API proxy in an environment.

Details

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

Lists all deployments of an API proxy in an environment.

(deployments.listOrganizationsEnvironmentsApisDeployments)

Parameters

string $parent

Required. Name representing an API proxy in an environment in the following format: organizations/{org}/environments/{env}/apis/{api}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDeploymentsResponse

Exceptions

Exception