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



95
96
97
98
# File 'proto_docs/google/longrunning/operations.rb', line 95

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

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



95
96
97
98
# File 'proto_docs/google/longrunning/operations.rb', line 95

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