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-17 UTC."],[[["The latest version of the `SubmitBuildResponse` class is 2.13.0, but the current page is focused on the documentation for version 2.10.0."],["The `SubmitBuildResponse` class is part of the Cloud Run Admin v2 API, specifically within the `Google.Cloud.Run.V2` namespace."],["This class represents the response message for submitting a Build and inherits from `object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `BaseImageUri`, `BaseImageWarning`, and `BuildOperation` to manage aspects of the build process."],["There are two constructors for the `SubmitBuildResponse` class: a default constructor and one that takes another `SubmitBuildResponse` object as a parameter."]]],[]]