public sealed class TargetArtifact.Types.PhaseArtifact : IMessage<TargetArtifact.Types.PhaseArtifact>, IEquatable<TargetArtifact.Types.PhaseArtifact>, IDeepCloneable<TargetArtifact.Types.PhaseArtifact>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TargetArtifact.Types.PhaseArtifact.
Contains the paths to the artifacts, relative to the URI, for a phase.
Implements
IMessageTargetArtifactTypesPhaseArtifact, IEquatableTargetArtifactTypesPhaseArtifact, IDeepCloneableTargetArtifactTypesPhaseArtifact, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PhaseArtifact()
public PhaseArtifact()
PhaseArtifact(PhaseArtifact)
public PhaseArtifact(TargetArtifact.Types.PhaseArtifact other)
Parameter | |
---|---|
Name | Description |
other |
TargetArtifactTypesPhaseArtifact |
Properties
JobManifestsPath
public string JobManifestsPath { get; set; }
Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.
Property Value | |
---|---|
Type | Description |
string |
ManifestPath
public string ManifestPath { get; set; }
Output only. File path of the rendered manifest relative to the URI.
Property Value | |
---|---|
Type | Description |
string |
SkaffoldConfigPath
public string SkaffoldConfigPath { get; set; }
Output only. File path of the resolved Skaffold configuration relative to the URI.
Property Value | |
---|---|
Type | Description |
string |