OrganizationsSharedflowsDeployments
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)