public sealed class ApprovalConfig : IMessage<ApprovalConfig>, IEquatable<ApprovalConfig>, IDeepCloneable<ApprovalConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class ApprovalConfig.
ApprovalConfig describes configuration for manual approval of a build.
Implements
IMessageApprovalConfig, IEquatableApprovalConfig, IDeepCloneableApprovalConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
ApprovalConfig()
public ApprovalConfig()
ApprovalConfig(ApprovalConfig)
public ApprovalConfig(ApprovalConfig other)
Parameter | |
---|---|
Name | Description |
other | ApprovalConfig |
Properties
ApprovalRequired
public bool ApprovalRequired { get; set; }
Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
Property Value | |
---|---|
Type | Description |
bool |