Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::ApprovalConfig.
ApprovalConfig describes configuration for manual approval of a build.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#approval_required
def approval_required() -> ::Boolean
Returns
- (::Boolean) — Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
#approval_required=
def approval_required=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.
Returns
- (::Boolean) — Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.