Class: Google::Cloud::Eventarc::V1::ListEnrollmentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListEnrollmentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the ListEnrollments method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The filter field that the list request will filter on. Possible filtersare described in https://google.aip.dev/160.
584 585 586 587 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 584 class ListEnrollmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. 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, update_time
.
584 585 586 587 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 584 class ListEnrollmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of results to return on each page.
Note: The service may send fewer.
584 585 586 587 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 584 class ListEnrollmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The page token; provide the value from the next_page_token
field in a previous call to retrieve the subsequent page.
When paginating, all other parameters provided must match the previous call that provided the page token.
584 585 586 587 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 584 class ListEnrollmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent collection to list triggers on.
584 585 586 587 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 584 class ListEnrollmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |