Class: Google::Longrunning::DeleteOperationRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Longrunning::DeleteOperationRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/longrunning/operations.rb
 
Overview
The request message for Operations.DeleteOperation.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the operation resource to be deleted.
 
Instance Attribute Details
#name ⇒ ::String
Returns The name of the operation resource to be deleted.
      110 111 112 113  | 
    
      # File 'proto_docs/google/longrunning/operations.rb', line 110 class DeleteOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |