Class: Google::Cloud::Workflows::Executions::V1::ListExecutionsResponse

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

Overview

Response for the ListExecutions method.

Instance Attribute Summary collapse

Instance Attribute Details

#executions::Array<::Google::Cloud::Workflows::Executions::V1::Execution>

Returns The executions which match the request.

Returns:



301
302
303
304
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 301

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

#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.



301
302
303
304
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 301

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