Class: Google::Cloud::Workflows::V1beta::ListWorkflowsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::V1beta::ListWorkflowsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/v1beta/workflows.rb
Overview
Request for the ListWorkflows method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter to restrict results to specific workflows.
-
#order_by ⇒ ::String
Comma-separated list of fields that that specify the order of the results.
-
#page_size ⇒ ::Integer
Maximum number of workflows to return per call.
-
#page_token ⇒ ::String
A page token, received from a previous
ListWorkflows
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter to restrict results to specific workflows.
133 134 135 136 |
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 133 class ListWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Comma-separated list of fields that that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a " desc" suffix. If not specified, the results will be returned in an unspecified order.
133 134 135 136 |
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 133 class ListWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Maximum number of workflows to return per call. The service may return fewer than this value. If the value is not specified, a default value of 500 will be used. The maximum permitted value is 1000 and values greater than 1000 will be coerced down to 1000.
133 134 135 136 |
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 133 class ListWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListWorkflows
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListWorkflows
must
match the call that provided the page token.
133 134 135 136 |
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 133 class ListWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Project and location from which the workflows should be listed. Format: projects/{project}/locations/{location}.
133 134 135 136 |
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 133 class ListWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |