Show / Hide Table of Contents

Class Manifest

Inheritance
object
Manifest
Implements
IDirectResponseSchema
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.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class Manifest : IDirectResponseSchema

Properties

Config

Output only. The YAML configuration for this manifest.

Declaration
[JsonProperty("config")]
public virtual ConfigFile Config { get; set; }
Property Value
Type Description
ConfigFile

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExpandedConfig

Output only. The fully-expanded configuration file, including any templates and references.

Declaration
[JsonProperty("expandedConfig")]
public virtual string ExpandedConfig { get; set; }
Property Value
Type Description
string

Id

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
ulong?

Imports

Output only. The imported files for this manifest.

Declaration
[JsonProperty("imports")]
public virtual IList<ImportFile> Imports { get; set; }
Property Value
Type Description
IList<ImportFile>

InsertTime

Output only. Creation timestamp in RFC3339 text format.

Declaration
[JsonProperty("insertTime")]
public virtual string InsertTime { get; set; }
Property Value
Type Description
string

Layout

Output only. The YAML layout for this manifest.

Declaration
[JsonProperty("layout")]
public virtual string Layout { get; set; }
Property Value
Type Description
string

ManifestSizeBytes

Output only. The computed size of the fully expanded manifest.

Declaration
[JsonProperty("manifestSizeBytes")]
public virtual long? ManifestSizeBytes { get; set; }
Property Value
Type Description
long?

ManifestSizeLimitBytes

Output only. The size limit for expanded manifests in the project.

Declaration
[JsonProperty("manifestSizeLimitBytes")]
public virtual long? ManifestSizeLimitBytes { get; set; }
Property Value
Type Description
long?

Name

Output only. The name of the manifest.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SelfLink

Output only. Self link for the manifest.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX