Class ManifestsResource
The "manifests" collection of methods.
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class ManifestsResource
Constructors
ManifestsResource(IClientService)
Constructs a new resource.
Declaration
public ManifestsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string, string)
Gets information about a specific manifest.
Declaration
public virtual ManifestsResource.GetRequest Get(string project, string deployment, string manifest)
Parameters
Type | Name | Description |
---|---|---|
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. |
Returns
Type | Description |
---|---|
ManifestsResource.GetRequest |
List(string, string)
Lists all manifests for a given deployment.
Declaration
public virtual ManifestsResource.ListRequest List(string project, string deployment)
Parameters
Type | Name | Description |
---|---|---|
string | project | The project ID for this request. |
string | deployment | The name of the deployment for this request. |
Returns
Type | Description |
---|---|
ManifestsResource.ListRequest |