Class: Google::Cloud::Deploy::V1::ListAutomationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListAutomationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for ListAutomations
.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter automations to be returned.
-
#order_by ⇒ ::String
Field to sort by.
-
#page_size ⇒ ::Integer
The maximum number of automations to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListAutomations
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter automations to be returned. All fields can be used in the filter.
3482 3483 3484 3485 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3482 class ListAutomationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Field to sort by.
3482 3483 3484 3485 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3482 class ListAutomationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of automations to return. The service may return fewer than this value. If unspecified, at most 50 automations will be returned. The maximum value is 1000; values above 1000 will be set to 1000.
3482 3483 3484 3485 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3482 class ListAutomationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListAutomations
call.
Provide this to retrieve the subsequent page.
When paginating, all other provided parameters match the call that provided the page token.
3482 3483 3484 3485 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3482 class ListAutomationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent Delivery Pipeline
, which owns this collection of
automations. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}
.
3482 3483 3484 3485 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3482 class ListAutomationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |