OrganizationsEnvironmentsApisDeployments
class OrganizationsEnvironmentsApisDeployments extends Resource (View source)
The "deployments" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$deployments = $apigeeService->organizations_environments_apis_deployments;
Methods
listOrganizationsEnvironmentsApisDeployments(string $parent, array $optParams = [])
Lists all deployments of an API proxy in an environment.
Details
GoogleCloudApigeeV1ListDeploymentsResponse
listOrganizationsEnvironmentsApisDeployments(string $parent, array $optParams = [])
Lists all deployments of an API proxy in an environment.
(deployments.listOrganizationsEnvironmentsApisDeployments)