Class: Google::Apis::VideointelligenceV1::GoogleLongrunningCancelOperationRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::VideointelligenceV1::GoogleLongrunningCancelOperationRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/videointelligence_v1/classes.rb,
 generated/google/apis/videointelligence_v1/representations.rb,
 generated/google/apis/videointelligence_v1/representations.rb
Overview
The request message for Operations.CancelOperation.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleLongrunningCancelOperationRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleLongrunningCancelOperationRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleLongrunningCancelOperationRequest
Returns a new instance of GoogleLongrunningCancelOperationRequest
| 1926 1927 1928 | # File 'generated/google/apis/videointelligence_v1/classes.rb', line 1926 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1931 1932 | # File 'generated/google/apis/videointelligence_v1/classes.rb', line 1931 def update!(**args) end |