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-03-21 UTC."],[[["The `CloudBuildOptions` class, part of the `Google.Cloud.AppEngine.V1` namespace, is used to define options for build operations during version deployment in the App Engine flexible environment."],["It is applicable for App Engine flexible environment when creating a version directly from the source code."],["`CloudBuildOptions` has properties such as `AppYamlPath`, specifying the path to the YAML file for runtime configuration, and `CloudBuildTimeout`, which sets the timeout for build operations, defaulting to 10 minutes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Multiple versions of the `CloudBuildOptions` are available, from version `1.0.0` to the latest version `2.4.0`."]]],[]]