Class: Google::Cloud::Workflows::V1beta::ListWorkflowsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workflows/v1beta/workflows.rb

Overview

Response for the ListWorkflows method.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



151
152
153
154
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 151

class ListWorkflowsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Unreachable resources.

Returns:

  • (::Array<::String>)

    Unreachable resources.



151
152
153
154
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 151

class ListWorkflowsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workflows::Array<::Google::Cloud::Workflows::V1beta::Workflow>

Returns The workflows which match the request.

Returns:



151
152
153
154
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 151

class ListWorkflowsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end