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.
Implements
IMessage<CloudBuildOptions>, IEquatable<CloudBuildOptions>, IDeepCloneable<CloudBuildOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
CloudBuildOptions()
public CloudBuildOptions()
CloudBuildOptions(CloudBuildOptions)
public CloudBuildOptions(CloudBuildOptions other)
Parameter | |
---|---|
Name | Description |
other | CloudBuildOptions |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Duration |