Google Cloud Deploy v1 API - Class TargetArtifact.Types.PhaseArtifact (2.15.0)

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.

Inheritance

object > TargetArtifact.Types.PhaseArtifact

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PhaseArtifact()

public PhaseArtifact()

PhaseArtifact(PhaseArtifact)

public PhaseArtifact(TargetArtifact.Types.PhaseArtifact other)
Parameter
NameDescription
otherTargetArtifactTypesPhaseArtifact

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
TypeDescription
string

ManifestPath

public string ManifestPath { get; set; }

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

Property Value
TypeDescription
string

SkaffoldConfigPath

public string SkaffoldConfigPath { get; set; }

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

Property Value
TypeDescription
string