Cloud Build V1 API - Module Google::Cloud::Build::V1::ApprovalResult::Decision (v0.14.0)

Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::ApprovalResult::Decision.

Specifies whether or not this manual approval result is to approve or reject a build.

Constants

DECISION_UNSPECIFIED

value: 0
Default enum type. This should not be used.

APPROVED

value: 1
Build is approved.

REJECTED

value: 2
Build is rejected.