Class: Google::Cloud::Build::V1::ListBuildTriggersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::ListBuildTriggersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Request to list existing BuildTriggers
.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Number of results to return in the list.
-
#page_token ⇒ ::String
Token to provide to skip to a particular spot in the list.
-
#parent ⇒ ::String
The parent of the collection of
Triggers
. -
#project_id ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Number of results to return in the list.
1729 1730 1731 1732 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1729 class ListBuildTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Token to provide to skip to a particular spot in the list.
1729 1730 1731 1732 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1729 class ListBuildTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The parent of the collection of Triggers
.
Format: projects/{project}/locations/{location}
.
1729 1730 1731 1732 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1729 class ListBuildTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. ID of the project for which to list BuildTriggers.
1729 1730 1731 1732 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1729 class ListBuildTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |