Class State (3.24.0)

State(value)

Specifies the current state of a build's approval.

Values: STATE_UNSPECIFIED (0): Default enum type. This should not be used. PENDING (1): Build approval is pending. APPROVED (2): Build approval has been approved. REJECTED (3): Build approval has been rejected. CANCELLED (5): Build was cancelled while it was still pending approval.