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 detailing its role in defining artifacts produced by a build."],["The `Artifacts` class, found in the `Google.Cloud.CloudBuild.V1.dll` assembly, manages images and objects to be uploaded upon successful completion of build steps."],["The `Artifacts` class has properties for `Images`, a list of images to be pushed, and `Objects`, a list of objects to be uploaded to Cloud Storage."],["The page details 21 different versions of `Artifacts`, ranging from version 1.0.0 to the latest version, 2.15.0."],["The `Artifacts` class implements several interfaces, including `IMessage`, `IEquatable\u003cArtifacts\u003e`, `IDeepCloneable\u003cArtifacts\u003e`, and `IBufferMessage`, which provide it with features for serialization, equality comparison, deep cloning, and buffering."]]],[]]