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 page provides documentation for the `Artifacts.Types.ArtifactObjects` class within the Google Cloud Build v1 API, with the most recent version being 2.15.0."],["The `Artifacts.Types.ArtifactObjects` class is used to define files in a workspace that should be uploaded to Cloud Storage after a successful build."],["It outlines the inheritance and implementation details of the class, and includes information on methods like `GetHashCode()`, `GetType()` and `ToString()`."],["Key properties of `Artifacts.Types.ArtifactObjects` include `Location`, which specifies the Cloud Storage bucket and path, `Paths`, which defines file globs to match files for upload, and `Timing`, which stores timing information for pushing artifacts."],["This class has a constructor that takes no parameters, and another that accepts other `Artifacts.Types.ArtifactObjects` to copy from, with multiple versions available."]]],[]]