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 documentation for the `Artifacts.Types.ArtifactObjects` class within the Cloud Build v1 API, detailing its purpose of managing files for upload to Cloud Storage upon successful build completion."],["The latest version available in this documentation is 2.15.0, while the current page focuses on version 2.6.0, and there are several versions between and before."],["`Artifacts.Types.ArtifactObjects` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for data handling and cloning."],["The class allows configuration of the Cloud Storage location for uploads, using `Location`, and uses `Paths` to define path globs for matching files in the build workspace."],["The class `Artifacts.Types.ArtifactObjects` also uses the `Timing` property to track the time spent pushing artifact objects."]]],[]]