class OrganizationsEnvironmentsSharedflowsDeployments extends Resource (View source)

The "deployments" collection of methods.

Typical usage is:

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

Methods

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

Lists all deployments of a shared flow in an environment.

Details

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

Lists all deployments of a shared flow in an environment.

(deployments.listOrganizationsEnvironmentsSharedflowsDeployments)

Parameters

string $parent

Required. Name representing a shared flow in an environment in the following format: organizations/{org}/environments/{env}/sharedflows/{sharedflow}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDeploymentsResponse

Exceptions

Exception