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."],[[["The `Artifacts` class manages artifacts produced by a build, such as images and objects, that should be uploaded upon successful completion of build steps."],["The latest version of this class is 2.15.0, but there are many previous versions dating back to version 1.0.0 available for review and reference."],["The `Images` property, which contains a list of images to be pushed, will have their digests stored in the build results, and if any of them fail to be pushed, it will mark the build as a failure."],["The `Objects` property manages a list of files to be uploaded to Cloud Storage upon successful build completion, with their locations and generations being recorded in the build results."],["This `Artifacts` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]