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