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 content pertains to the `Artifacts` class within the `Google.Cloud.CloudBuild.V1` namespace, specifically version 2.0.0, detailing its role in managing build outputs."],["Version 2.15.0 is the latest version of the Google Cloud Build Artifacts documentation, while versions from 2.14.0 to 2.0.0 are also available, along with versions ranging from 1.4.0 to 1.0.0."],["The `Artifacts` class, which inherits from `Object` and implements multiple interfaces, is used to manage artifacts produced by a build, which are then uploaded upon the successful completion of all steps."],["The `Artifacts` class has two main properties: `Images`, a list of images to be pushed, and `Objects`, a list of objects to be uploaded to Cloud Storage, both upon successful completion of build steps."],["The `Artifacts` class also contains two constructors: one default constructor (`Artifacts()`) and one that copies properties from a different instance of the `Artifacts` class (`Artifacts(Artifacts other)`)."]]],[]]