Cloud Build V1 API - Module Google::Cloud::Build::V1::BuildApproval::State (v1.13.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::BuildApproval::State.
Specifies the current state of a build's approval.
Constants
STATE_UNSPECIFIED
value: 0 Default enum type. This should not be used.
PENDING
value: 1 Build approval is pending.
APPROVED
value: 2 Build approval has been approved.
REJECTED
value: 3 Build approval has been rejected.
CANCELLED
value: 5 Build was cancelled while it was still pending approval.