public sealed class ArtifactObjects : IMessage<Artifacts.Types.ArtifactObjects>, IEquatable<Artifacts.Types.ArtifactObjects>, IDeepCloneable<Artifacts.Types.ArtifactObjects>, IBufferMessage, IMessage
Files in the workspace to upload to Cloud Storage upon successful
completion of all build steps.
[[["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."],[[["The page documents `ArtifactObjects`, a class used to define files to be uploaded to Cloud Storage upon successful build completion, which is part of the Google Cloud Build V1 .NET library."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."],["`ArtifactObjects` has properties like `Location` for specifying the Cloud Storage destination, `Paths` for defining the file globs to be uploaded, and `Timing` to store the timing information for artifact upload."],["There are multiple versions of this documentation available, spanning from version 1.0.0 to the latest 2.15.0, with links provided for each."],["The class contains 2 constructors, one taking in no arguments and another taking in another `Artifacts.Types.ArtifactObjects` instance."]]],[]]