Class: Google::Cloud::Deploy::V1::ListDeliveryPipelinesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListDeliveryPipelinesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for ListDeliveryPipelines.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter pipelines to be returned.
-
#order_by ⇒ ::String
Field to sort by.
-
#page_size ⇒ ::Integer
The maximum number of pipelines to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListDeliveryPipelinescall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
541 542 543 544 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 541 class ListDeliveryPipelinesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
541 542 543 544 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 541 class ListDeliveryPipelinesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
541 542 543 544 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 541 class ListDeliveryPipelinesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
541 542 543 544 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 541 class ListDeliveryPipelinesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
541 542 543 544 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 541 class ListDeliveryPipelinesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |