Class: Google::Apis::ArtifactregistryV1::OperationMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ArtifactregistryV1::OperationMetadata
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/artifactregistry_v1/classes.rb,
lib/google/apis/artifactregistry_v1/representations.rb,
lib/google/apis/artifactregistry_v1/representations.rb 
Overview
Metadata type for longrunning-operations, currently empty.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ OperationMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OperationMetadata.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ OperationMetadata
Returns a new instance of OperationMetadata.
      934 935 936  | 
    
      # File 'lib/google/apis/artifactregistry_v1/classes.rb', line 934 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      939 940  | 
    
      # File 'lib/google/apis/artifactregistry_v1/classes.rb', line 939 def update!(**args) end  |