Google Cloud Deploy v1 API - Class TargetArtifact.Types.PhaseArtifact (2.3.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

GoogleCloudGoogle.Cloud.DeployV1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PhaseArtifact()

public PhaseArtifact()

PhaseArtifact(PhaseArtifact)

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

Properties

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