Class: Google::Cloud::Build::V1::GetBuildTriggerRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::GetBuildTriggerRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Returns the BuildTrigger with the specified ID.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the
Triggerto retrieve. - 
  
    
      #project_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #trigger_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Trigger to retrieve.
Format: projects/{project}/locations/{location}/triggers/{trigger}.
      1710 1711 1712 1713  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1710 class GetBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#project_id ⇒ ::String
Returns Required. ID of the project that owns the trigger.
      1710 1711 1712 1713  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1710 class GetBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#trigger_id ⇒ ::String
Returns Required. Identifier (id or name) of the BuildTrigger to get.
      1710 1711 1712 1713  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1710 class GetBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |