Class: Google::Cloud::Workflows::V1::ListWorkflowsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::V1::ListWorkflowsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/v1/workflows.rb
Overview
Response for the ListWorkflows method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Unreachable resources.
-
#workflows ⇒ ::Array<::Google::Cloud::Workflows::V1::Workflow>
The workflows that match the request.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
278 279 280 281 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 278 class ListWorkflowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unreachable resources.
278 279 280 281 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 278 class ListWorkflowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflows ⇒ ::Array<::Google::Cloud::Workflows::V1::Workflow>
Returns The workflows that match the request.
278 279 280 281 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 278 class ListWorkflowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |