Class: Google::Longrunning::ListOperationsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Longrunning::ListOperationsRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/longrunning/operations.rb
 
Overview
The request message for Operations.ListOperations.
Instance Attribute Summary collapse
- 
  
    
      #filter  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The standard list filter.
 - 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the operation's parent resource.
 - 
  
    
      #page_size  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The standard list page size.
 - 
  
    
      #page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The standard list page token.
 
Instance Attribute Details
#filter ⇒ ::String
Returns The standard list filter.
      80 81 82 83  | 
    
      # File 'proto_docs/google/longrunning/operations.rb', line 80 class ListOperationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#name ⇒ ::String
Returns The name of the operation's parent resource.
      80 81 82 83  | 
    
      # File 'proto_docs/google/longrunning/operations.rb', line 80 class ListOperationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_size ⇒ ::Integer
Returns The standard list page size.
      80 81 82 83  | 
    
      # File 'proto_docs/google/longrunning/operations.rb', line 80 class ListOperationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_token ⇒ ::String
Returns The standard list page token.
      80 81 82 83  | 
    
      # File 'proto_docs/google/longrunning/operations.rb', line 80 class ListOperationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |