Class: Google::Cloud::Workflows::V1::ListWorkflowsResponse

Inherits:
Object
  • Object
show all
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

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.



233
234
235
236
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 233

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

#unreachable::Array<::String>

Returns Unreachable resources.

Returns:

  • (::Array<::String>)

    Unreachable resources.



233
234
235
236
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 233

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.

Returns:



233
234
235
236
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 233

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