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."],[[["This document outlines the `ArtifactObjects` class within the `Google.Cloud.CloudBuild.V1` namespace, detailing its role in managing files to be uploaded to Cloud Storage after build completion."],["The `ArtifactObjects` class is part of the Google Cloud Build API, offering various versions from 1.0.0 up to the latest 2.15.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["Key properties of `ArtifactObjects` include `Location` (specifying the Cloud Storage bucket), `Paths` (defining file patterns to match), and `Timing` (providing information about artifact upload timing)."],["There are two constructors available for `ArtifactObjects`, a default constructor and one that accepts another `ArtifactObjects` instance for copying properties."]]],[]]