Show / Hide Table of Contents

Class ManifestsResource

The "manifests" collection of methods.

Inheritance
object
ManifestsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeploymentManager.v2beta
Assembly: Google.Apis.DeploymentManager.v2beta.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
In This Article
Back to top Generated by DocFX