class OrganizationsSharedflowsDeployments extends Resource (View source)

The "deployments" collection of methods.

Typical usage is:

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

Methods

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

Lists all deployments of a shared flow.

Details

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

Lists all deployments of a shared flow.

(deployments.listOrganizationsSharedflowsDeployments)

Parameters

string $parent

Required. Name of the shared flow for which to return deployment information in the following format: organizations/{org}/sharedflows/{sharedflow}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDeploymentsResponse

Exceptions

Exception