Class: Google::Longrunning::ListOperationsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/longrunning/operations.rb

Overview

The response message for Operations.ListOperations.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The standard List next-page token.

Returns:

  • (::String)

    The standard List next-page token.



92
93
94
95
# File 'proto_docs/google/longrunning/operations.rb', line 92

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

#operations::Array<::Google::Longrunning::Operation>

Returns A list of operations that matches the specified filter in the request.

Returns:



92
93
94
95
# File 'proto_docs/google/longrunning/operations.rb', line 92

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