Class PhaseArtifact
Contains the paths to the artifacts, relative to the URI, for a phase.
Implements
Inherited Members
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 |