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
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
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
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
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
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 |