Cloud Build v1 API - Class ApprovalConfig (2.9.0)

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.

Inheritance

object > ApprovalConfig

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

ApprovalConfig()

public ApprovalConfig()

ApprovalConfig(ApprovalConfig)

public ApprovalConfig(ApprovalConfig other)
Parameter
NameDescription
otherApprovalConfig

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
TypeDescription
bool