Class: Google::Cloud::Build::V1::RunBuildTriggerRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::RunBuildTriggerRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Specifies a build trigger to run and the source to use.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the
Triggerto run. - 
  
    
      #project_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #source  ⇒ ::Google::Cloud::Build::V1::RepoSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Source to build against this trigger.
 - 
  
    
      #trigger_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Trigger to run.
Format: projects/{project}/locations/{location}/triggers/{trigger}.
      55 56 57 58  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 55 class RunBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#project_id ⇒ ::String
Returns Required. ID of the project.
      55 56 57 58  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 55 class RunBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#source ⇒ ::Google::Cloud::Build::V1::RepoSource
Returns Source to build against this trigger. Branch and tag names cannot consist of regular expressions.
      55 56 57 58  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 55 class RunBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#trigger_id ⇒ ::String
Returns Required. ID of the trigger.
      55 56 57 58  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 55 class RunBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |