public sealed class CloudBuildOptions : IMessage<CloudBuildOptions>, IEquatable<CloudBuildOptions>, IDeepCloneable<CloudBuildOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CloudBuildOptions.
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."],[[["This document provides reference documentation for the `CloudBuildOptions` class within the Google.Cloud.AppEngine.V1 API, specifically for version 2.3.0."],["`CloudBuildOptions` is utilized for configuring build operations during version deployment in the App Engine flexible environment when using source code directly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["Key properties of `CloudBuildOptions` include `AppYamlPath`, which specifies the path to the YAML configuration file, and `CloudBuildTimeout`, which defines the timeout duration for build processes."],["There are many prior versions of the `CloudBuildOptions` API class available, ranging back to version 1.0.0, and also a more recent version, 2.4.0."]]],[]]