Enum BuildApproval.Types.State (2.0.0)

public enum State

Specifies the current state of a build's approval.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
Approved

Build approval has been approved.

Cancelled

Build was cancelled while it was still pending approval.

Pending

Build approval is pending.

Rejected

Build approval has been rejected.

Unspecified

Default enum type. This should not be used.