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-04-09 UTC."],[[["This page provides documentation for the `Artifacts.Types.ArtifactObjects` class within the Cloud Build v1 API, focusing on uploading files to Cloud Storage upon build completion."],["The `Artifacts.Types.ArtifactObjects` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `ArtifactObjects` class include `Location`, specifying the Cloud Storage bucket and path for uploads, `Paths`, which defines the file globs for matching files, and `Timing`, which offers timing information for pushing artifact objects."],["The documentation covers various versions of the API, from version 1.0.0 up to the latest version 2.15.0, with links to each version's specific documentation."],["This class enables developers to specify which files from the workspace will be stored into Google Cloud Storage when the build process is completed successfully."]]],[]]