public sealed class SubmitBuildRequest.Types.DockerBuild : IMessage<SubmitBuildRequest.Types.DockerBuild>, IEquatable<SubmitBuildRequest.Types.DockerBuild>, IDeepCloneable<SubmitBuildRequest.Types.DockerBuild>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class SubmitBuildRequest.Types.DockerBuild.
Build the source using Docker. This means the source has a Dockerfile.
[[["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-03-21 UTC."],[[["The latest version of the `SubmitBuildRequest.Types.DockerBuild` class is 2.13.0, with multiple prior versions available, down to 1.0.0-beta02."],["This class, `SubmitBuildRequest.Types.DockerBuild`, is part of the Cloud Run Admin v2 API and is used for building source code using Docker, implying the presence of a Dockerfile."],["The `DockerBuild` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors `DockerBuild()` and `DockerBuild(DockerBuild other)`, where `other` is an instance of `SubmitBuildRequest.Types.DockerBuild` for copying purposes."],["The class is located within the namespace `Google.Cloud.Run.V2` and the assembly file `Google.Cloud.Run.V2.dll`."]]],[]]