Class: Google::Longrunning::CancelOperationRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Longrunning::CancelOperationRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/longrunning/operations.rb
 
Overview
The request message for Operations.CancelOperation.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the operation resource to be cancelled.
 
Instance Attribute Details
#name ⇒ ::String
Returns The name of the operation resource to be cancelled.
      101 102 103 104  | 
    
      # File 'proto_docs/google/longrunning/operations.rb', line 101 class CancelOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |