public sealed class Artifacts.Types.ArtifactObjects : IMessage<Artifacts.Types.ArtifactObjects>, IEquatable<Artifacts.Types.ArtifactObjects>, IDeepCloneable<Artifacts.Types.ArtifactObjects>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class Artifacts.Types.ArtifactObjects.
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 provides reference information for the `Artifacts.Types.ArtifactObjects` class within the Cloud Build v1 API, detailing its functionality for uploading files to Cloud Storage after a build is completed."],["The `Artifacts.Types.ArtifactObjects` class is available in multiple versions, ranging from 1.0.0 to the latest release, 2.15.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various operations such as deep cloning and equality checks."],["Key properties of the class include `Location`, which specifies the Cloud Storage destination, `Paths` for defining file glob patterns to match, and `Timing` to track the time taken for pushing artifact objects."],["The document outlines the class's constructors and inheritance from `object`, as well as providing links to relevant documentation and the .NET API for further reference."]]],[]]