Class: Google::Cloud::Eventarc::V1::ListTriggersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListTriggersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the ListTriggers method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter field.
-
#order_by ⇒ ::String
The sorting order of the resources returned.
-
#page_size ⇒ ::Integer
The maximum number of triggers to return on each page.
-
#page_token ⇒ ::String
The page token; provide the value from the
next_page_token
field in a previousListTriggers
call to retrieve the subsequent page. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter field. Used to filter the Triggers to be listed. Possible filters are described in https://google.aip.dev/160. For example, using "?filter=destination:gke" would list only Triggers with a gke destination.
60 61 62 63 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 60 class ListTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns The sorting order of the resources returned. Value should be a
comma-separated list of fields. The default sorting order is ascending. To
specify descending order for a field, append a desc
suffix; for example:
name desc, trigger_id
.
60 61 62 63 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 60 class ListTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of triggers to return on each page.
Note: The service may send fewer.
60 61 62 63 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 60 class ListTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The page token; provide the value from the next_page_token
field in a
previous ListTriggers
call to retrieve the subsequent page.
When paginating, all other parameters provided to ListTriggers
must match
the call that provided the page token.
60 61 62 63 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 60 class ListTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent collection to list triggers on.
60 61 62 63 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 60 class ListTriggersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |