Class: Google::Cloud::Build::V1::ApprovalConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::ApprovalConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
ApprovalConfig describes configuration for manual approval of a build.
Instance Attribute Summary collapse
- 
  
    
      #approval_required  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether or not approval is needed.
 
Instance Attribute Details
#approval_required ⇒ ::Boolean
Returns 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.
      1234 1235 1236 1237  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1234 class ApprovalConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |