Class: Google::Cloud::Build::V1::ListBuildTriggersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::ListBuildTriggersResponse
- 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
-
#next_page_token ⇒ ::String
Token to receive the next page of results.
-
#triggers ⇒ ::Array<::Google::Cloud::Build::V1::BuildTrigger>
BuildTriggers
for the project, sorted bycreate_time
descending.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
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 |