Class: Google::Longrunning::ListOperationsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Longrunning::ListOperationsResponse
 
 
- 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
- 
  
    
      #next_page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The standard List next-page token.
 - 
  
    
      #operations  ⇒ ::Array<::Google::Longrunning::Operation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of operations that matches the specified filter in the request.
 
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
      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  |