public sealed class TargetArtifact.Types.PhaseArtifact : IMessage<TargetArtifact.Types.PhaseArtifact>, IEquatable<TargetArtifact.Types.PhaseArtifact>, IDeepCloneable<TargetArtifact.Types.PhaseArtifact>, IBufferMessage, IMessageReference 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
GoogleCloudGoogle.Cloud.DeployV1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PhaseArtifact()
public PhaseArtifact()PhaseArtifact(PhaseArtifact)
public PhaseArtifact(TargetArtifact.Types.PhaseArtifact other)| Parameter | |
|---|---|
| Name | Description |
other |
TargetArtifactTypesPhaseArtifact |
Properties
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 |
|