public sealed class 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."],[[["The provided content details the `ArtifactObjects` class within the Google Cloud Build v1 API, specifically outlining its role in managing files to be uploaded to Cloud Storage upon successful build completion."],["This class, `ArtifactObjects`, is designed to specify the location in Cloud Storage where files should be uploaded, alongside the paths or glob patterns that identify which files from the build workspace are to be included, with the latest version being 2.15.0."],["The `ArtifactObjects` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.CloudBuild.V1` namespace, within the Google.Cloud.CloudBuild.V1.dll assembly."],["The class includes properties such as `Location` (for the Cloud Storage destination), `Paths` (for file matching patterns), and `Timing` (for storing artifact upload timing information), as well as supporting constructors to be instantiated."],["There are multiple historical versions of the documentation listed, ranging from version 1.0.0 to the latest 2.15.0, showing a breakdown of the evolution of this class within the Cloud Build API."]]],[]]