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."],[[["`CloudBuildOptions` is a class used for configuring build operations during version deployment in the App Engine flexible environment."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["`CloudBuildOptions` offers properties like `AppYamlPath` (required for flexible environment builds, and dictates the configuration file path) and `CloudBuildTimeout` (which defines the timeout duration for Cloud Build operations with a default of 10 minutes)."],["The latest available version for `CloudBuildOptions` is 2.4.0, and the document also contains previous versions going back to 1.0.0."]]],[]]