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."],[[["This webpage provides documentation for the `SubmitBuildRequest.Types.DockerBuild` class within the Cloud Run Admin v2 API, specifically version 2.11.0."],["The `DockerBuild` class is used to specify that a source should be built using Docker, indicating the presence of a Dockerfile."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the different versions of this class, from version 1.0.0-beta02 to the latest, 2.13.0, along with links to each version's documentation."],["The documentation also provides two constructors for the `DockerBuild` class: a default constructor and a copy constructor."]]],[]]