public Artifacts.Types.ArtifactObjects Objects { get; set; }
A list of objects to be uploaded to Cloud Storage upon successful
completion of all build steps.
Files in the workspace matching specified paths globs will be uploaded to
the specified Cloud Storage location using the builder service account's
credentials.
The location and generation of the uploaded objects will be stored in the
Build resource's results field.
If any objects fail to be pushed, the build is marked FAILURE.
[[["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 provides documentation for the `Artifacts` class within the `Google.Cloud.CloudBuild.V1` namespace, specifically for version 1.3.0, as well as older and newer versions of that same class."],["The `Artifacts` class represents artifacts produced by a build that should be uploaded after the successful completion of all build steps."],["The class implements several interfaces, including `IMessage\u003cArtifacts\u003e`, `IEquatable\u003cArtifacts\u003e`, `IDeepCloneable\u003cArtifacts\u003e`, `IBufferMessage`, and `IMessage`, in addition to inheriting from the `Object` class."],["It includes properties for `Images`, which is a list of images to push upon successful build completion, and `Objects`, which specifies objects to be uploaded to Cloud Storage after successful completion."],["The page also provides the constructors and inherited members for the `Artifacts` class, as well as the namespace and assembly information."]]],[]]