Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::BuildApproval.
BuildApproval describes a build's approval configuration, state, and result.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Cloud::Build::V1::ApprovalConfig
Returns
- (::Google::Cloud::Build::V1::ApprovalConfig) — Output only. Configuration for manual approval of this build.
#result
def result() -> ::Google::Cloud::Build::V1::ApprovalResult
Returns
- (::Google::Cloud::Build::V1::ApprovalResult) — Output only. Result of manual approval for this Build.
#state
def state() -> ::Google::Cloud::Build::V1::BuildApproval::State
Returns
- (::Google::Cloud::Build::V1::BuildApproval::State) — Output only. The state of this build's approval.