App Engine v1 API - Class CloudBuildOptions (2.3.0)

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.

Inheritance

object > CloudBuildOptions

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

CloudBuildOptions()

public CloudBuildOptions()

CloudBuildOptions(CloudBuildOptions)

public CloudBuildOptions(CloudBuildOptions other)
Parameter
NameDescription
otherCloudBuildOptions

Properties

AppYamlPath

public string AppYamlPath { get; set; }

Path to the yaml file used in deployment, used to determine runtime configuration details.

Required for flexible environment builds.

See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.

Property Value
TypeDescription
string

CloudBuildTimeout

public Duration CloudBuildTimeout { get; set; }

The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.

Property Value
TypeDescription
Duration