Manifests
class Manifests extends Resource (View source)
The "manifests" collection of methods.
Typical usage is:
$deploymentmanagerService = new Google\Service\DeploymentManager(...);
$manifests = $deploymentmanagerService->manifests;
Methods
get(string $project, string $deployment, string $manifest, array $optParams = [])
Gets information about a specific manifest. (manifests.get)
listManifests(string $project, string $deployment, array $optParams = [])
Lists all manifests for a given deployment. (manifests.listManifests)
Details
Manifest
get(string $project, string $deployment, string $manifest, array $optParams = [])
Gets information about a specific manifest. (manifests.get)
ManifestsListResponse
listManifests(string $project, string $deployment, array $optParams = [])
Lists all manifests for a given deployment. (manifests.listManifests)