Show / Hide Table of Contents

Class DeployArtifact

The artifacts produced by a deploy operation.

Inheritance
object
DeployArtifact
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class DeployArtifact : IDirectResponseSchema

Properties

ArtifactUri

Output only. URI of a directory containing the artifacts. All paths are relative to this location.

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

ETag

The ETag of the item.

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

ManifestPaths

Output only. File paths of the manifests applied during the deploy operation relative to the URI.

Declaration
[JsonProperty("manifestPaths")]
public virtual IList<string> ManifestPaths { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX