Class: Google::Apis::CloudbuildV1::ListBuildTriggersResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CloudbuildV1::ListBuildTriggersResponse
 
 
- Defined in:
 - generated/google/apis/cloudbuild_v1/classes.rb,
generated/google/apis/cloudbuild_v1/representations.rb,
generated/google/apis/cloudbuild_v1/representations.rb 
Overview
Response containing existing BuildTriggers.
Instance Attribute Summary collapse
- 
  
    
      #triggers  ⇒ Array<Google::Apis::CloudbuildV1::BuildTrigger> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
BuildTriggersfor the project, sorted bycreate_timedescending. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListBuildTriggersResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListBuildTriggersResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListBuildTriggersResponse
Returns a new instance of ListBuildTriggersResponse
      760 761 762  | 
    
      # File 'generated/google/apis/cloudbuild_v1/classes.rb', line 760 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#triggers ⇒ Array<Google::Apis::CloudbuildV1::BuildTrigger>
BuildTriggers for the project, sorted by create_time descending.
Corresponds to the JSON property triggers
      758 759 760  | 
    
      # File 'generated/google/apis/cloudbuild_v1/classes.rb', line 758 def triggers @triggers end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      765 766 767  | 
    
      # File 'generated/google/apis/cloudbuild_v1/classes.rb', line 765 def update!(**args) @triggers = args[:triggers] if args.key?(:triggers) end  |