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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThe content pertains to the \u003ccode\u003eArtifacts\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.CloudBuild.V1\u003c/code\u003e namespace, specifically version 2.0.0, detailing its role in managing build outputs.\u003c/p\u003e\n"],["\u003cp\u003eVersion 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eArtifacts\u003c/code\u003e class, which inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces, is used to manage artifacts produced by a build, which are then uploaded upon the successful completion of all steps.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eArtifacts\u003c/code\u003e class has two main properties: \u003ccode\u003eImages\u003c/code\u003e, a list of images to be pushed, and \u003ccode\u003eObjects\u003c/code\u003e, a list of objects to be uploaded to Cloud Storage, both upon successful completion of build steps.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eArtifacts\u003c/code\u003e class also contains two constructors: one default constructor (\u003ccode\u003eArtifacts()\u003c/code\u003e) and one that copies properties from a different instance of the \u003ccode\u003eArtifacts\u003c/code\u003e class (\u003ccode\u003eArtifacts(Artifacts other)\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,[]]