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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `TargetArtifact.Types.PhaseArtifact` class within the Google Cloud Deploy v1 API, specifically version 2.11.0."],["The `PhaseArtifact` class, which is sealed and implements multiple interfaces, defines the paths to artifacts within a phase, relative to a given URI, and is found in the `Google.Cloud.Deploy.V1` namespace."],["The latest version of this type of class is 3.4.0, and this document also provides links to older versions ranging from 3.3.0 to 1.0.0."],["This class has two constructors, one of which takes another `TargetArtifact.Types.PhaseArtifact` as a parameter, and three properties: `JobManifestsPath`, `ManifestPath`, and `SkaffoldConfigPath`, all of which are strings."],["The document outlines that `PhaseArtifact` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, in addition to inheriting `GetHashCode`, `GetType`, and `ToString` methods from `object`."]]],[]]