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.



117
118
119
120
# File 'proto_docs/google/longrunning/operations.rb', line 117

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:



117
118
119
120
# File 'proto_docs/google/longrunning/operations.rb', line 117

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

#unreachable::Array<::String>

Returns Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.

Returns:

  • (::Array<::String>)

    Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.



117
118
119
120
# File 'proto_docs/google/longrunning/operations.rb', line 117

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