Class: Google::Cloud::Eventarc::V1::ListPipelinesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListPipelinesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the ListPipelines 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 filters are described in https://google.aip.dev/160.
703 704 705 706 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 703 class ListPipelinesRequest 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
.
703 704 705 706 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 703 class ListPipelinesRequest 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.
703 704 705 706 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 703 class ListPipelinesRequest 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.
703 704 705 706 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 703 class ListPipelinesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent collection to list pipelines on.
703 704 705 706 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 703 class ListPipelinesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |