class OrganizationsEnvironmentsDeployments extends Resource (View source)

The "deployments" collection of methods.

Typical usage is:

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

Methods

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

Lists all deployments of API proxies or shared flows in an environment.

Details

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

Lists all deployments of API proxies or shared flows in an environment.

(deployments.listOrganizationsEnvironmentsDeployments)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDeploymentsResponse

Exceptions

Exception