public sealed class ArtifactObjects : IMessage<Artifacts.Types.ArtifactObjects>, IEquatable<Artifacts.Types.ArtifactObjects>, IDeepCloneable<Artifacts.Types.ArtifactObjects>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class Artifacts.Types.ArtifactObjects.
Files in the workspace to upload to Cloud Storage upon successful
completion of all build steps.
[[["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-04-09 UTC."],[[["This page provides reference documentation for the `Artifacts.Types.ArtifactObjects` class within the Google Cloud Build v1 API, detailing its structure and functionality."],["The `ArtifactObjects` class is used to define files in the workspace that should be uploaded to Cloud Storage after a successful build, allowing specification of a storage location and matching file paths."],["The class includes properties such as `Location` (Cloud Storage bucket path), `Paths` (file path patterns), and `Timing` (timing information for pushing artifact objects), alongside methods like constructors."],["The documentation provides links to various versions of the `ArtifactObjects` class, ranging from version 1.0.0 to the latest 2.15.0, allowing users to review prior releases."],["The `ArtifactObjects` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."]]],[]]