Class: Google::Cloud::Build::V1::ListBuildTriggersResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Response containing existing BuildTriggers.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to receive the next page of results.

Returns:

  • (::String)

    Token to receive the next page of results.



1741
1742
1743
1744
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1741

class ListBuildTriggersResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#triggers::Array<::Google::Cloud::Build::V1::BuildTrigger>

Returns BuildTriggers for the project, sorted by create_time descending.

Returns:



1741
1742
1743
1744
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1741

class ListBuildTriggersResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end