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."],[[["The latest version of the Google.Cloud.Run.V2 API is 2.13.0, with version 2.12.0 being the focus of the current documentation."],["`SubmitBuildResponse` is a class within the Google.Cloud.Run.V2 namespace, representing the response for submitting a build in the Cloud Run Admin v2 API."],["The `SubmitBuildResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data structures."],["The `SubmitBuildResponse` class includes properties such as `BaseImageUri`, `BaseImageWarning`, and `BuildOperation`, which provide details about the build's base image, any warnings associated with it, and the related Cloud Build operation."],["There are two constructors available for the class `SubmitBuildResponse()`, one that is a default constructor and the other is a copy constructor, taking another `SubmitBuildResponse` object as a parameter."]]],[]]