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-04-09 UTC."],[[["This document outlines the `ArtifactObjects` class, which is used to manage files that are uploaded to Cloud Storage after a build process is complete."],["The `ArtifactObjects` class is part of the `Google.Cloud.CloudBuild.V1` namespace and is available in the `Google.Cloud.CloudBuild.V1.dll` assembly."],["The latest version available for `ArtifactObjects` is 2.15.0, and there are multiple versions of the class listed, ranging from 1.0.0 to 2.15.0."],["Key properties of `ArtifactObjects` include `Location` (specifying the Cloud Storage path), `Paths` (defining file patterns to upload), and `Timing` (for tracking the upload time)."],["The ArtifactObjects class implements several interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the Object class."]]],[]]