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