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 `ArtifactObjects` class in the `Google.Cloud.CloudBuild.V1` namespace defines the structure for specifying files to upload to Cloud Storage after a build, with the latest version being 2.15.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based data within the Google Cloud environment."],["The class provides properties like `Location`, `Paths`, and `Timing`, allowing users to define the destination in Cloud Storage, the file patterns to be uploaded, and timing information related to the upload process."],["Constructors are provided to instantiate `ArtifactObjects` from scratch or by copying an existing `ArtifactObjects` instance, and the class inherits members from the base `Object` class."],["All versions between 1.0.0 and 2.15.0 of the `ArtifactObjects` class can be found on this page."]]],[]]