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-08 UTC."],[[["This webpage provides reference documentation for the `SubmitBuildResponse` class within the Google Cloud Run Admin v2 API, specifically for .NET developers."],["The `SubmitBuildResponse` class is used as a response message when submitting a Build, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of `SubmitBuildResponse` available is 2.13.0, and older versions dating back to 1.0.0-beta02 are also accessible through the links."],["The class includes properties such as `BaseImageUri`, `BaseImageWarning`, and `BuildOperation`, providing details about the build's base image and the Cloud Build operation."],["The class also provides two available constructors: one default constructor `SubmitBuildResponse()` and another `SubmitBuildResponse(SubmitBuildResponse other)` that takes another instance of itself."]]],[]]