public sealed class SubmitBuildResponse : IMessage<SubmitBuildResponse>, IEquatable<SubmitBuildResponse>, IDeepCloneable<SubmitBuildResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class SubmitBuildResponse.
[[["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 document provides reference documentation for the `SubmitBuildResponse` class within the Google Cloud Run Admin v2 API, specifically for version 2.11.0."],["The `SubmitBuildResponse` class is the response message for submitting a Build and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the available versions of the API, ranging from version 2.13.0 (latest) down to 1.0.0-beta02, with each version linking to its respective documentation."],["The `SubmitBuildResponse` class has properties like `BaseImageUri`, `BaseImageWarning`, and `BuildOperation`, which provide details about the build process and related operations."],["There are two constructors for the `SubmitBuildResponse` class, one empty, and one that takes another instance of itself."]]],[]]