Show / Hide Table of Contents

Class PhaseArtifact

Contains the paths to the artifacts, relative to the URI, for a phase.

Inheritance
object
PhaseArtifact
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 PhaseArtifact : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

JobManifestsPath

Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.

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

ManifestPath

Output only. File path of the rendered manifest relative to the URI.

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

SkaffoldConfigPath

Output only. File path of the resolved Skaffold configuration relative to the URI.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX