public sealed class CloudBuildOptions : IMessage<CloudBuildOptions>, IEquatable<CloudBuildOptions>, IDeepCloneable<CloudBuildOptions>, IBufferMessage, IMessage
Options for the build operations performed as a part of the version
deployment. Only applicable for App Engine flexible environment when creating
a version using source code directly.
[[["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 `CloudBuildOptions` class manages build operations for version deployment in the App Engine flexible environment when directly using source code."],["This class is implemented in the `Google.Cloud.AppEngine.V1` namespace and is found in the `Google.Cloud.AppEngine.V1.dll` assembly."],["The latest version of this class is version 2.4.0, however version 2.0.0 is used to define this class, with 9 older versions available."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffer manipulation."],["It provides properties such as `AppYamlPath` (required for flexible environment builds) and `CloudBuildTimeout` (defaulting to 10 minutes), for configuring build details."]]],[]]