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)

Parameters

string $project

The project ID for this request.

string $deployment

The name of the deployment for this request.

string $manifest

The name of the manifest for this request.

array $optParams

Optional parameters.

Return Value

Manifest

Exceptions

Exception

ManifestsListResponse listManifests(string $project, string $deployment, array $optParams = [])

Lists all manifests for a given deployment. (manifests.listManifests)

Parameters

string $project

The project ID for this request.

string $deployment

The name of the deployment for this request.

array $optParams

Optional parameters.

Return Value

ManifestsListResponse

Exceptions

Exception