public sealed class ArtifactObjects : IMessage<Artifacts.Types.ArtifactObjects>, IEquatable<Artifacts.Types.ArtifactObjects>, IDeepCloneable<Artifacts.Types.ArtifactObjects>, IBufferMessage, IMessage
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 webpage details the `ArtifactObjects` class within the `Google.Cloud.CloudBuild.V1` namespace, which is used for specifying files to be uploaded to Cloud Storage after a build process."],["The class `ArtifactObjects` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has a history of multiple versions."],["Key properties of the `ArtifactObjects` class include `Location`, which specifies the Cloud Storage bucket and path, `Paths`, which defines the file globs to be uploaded, and `Timing`, which provides timing information for artifact uploads."],["The `ArtifactObjects` class offers two constructors: a default constructor and a constructor that takes another `ArtifactObjects` instance as a parameter."],["The webpage provides access to documentation for multiple versions of this specific class, ranging from the latest version 2.15.0 to version 1.0.0."]]],[]]