Class: Google::Bigtable::Admin::V2::UpdateInstanceMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::UpdateInstanceMetadata
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
 
Overview
The metadata for the Operation returned by UpdateInstance.
Instance Attribute Summary collapse
- 
  
    
      #finish_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the operation failed or was completed successfully.
 - 
  
    
      #original_request  ⇒ Google::Bigtable::Admin::V2::PartialUpdateInstanceRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request that prompted the initiation of this UpdateInstance operation.
 - 
  
    
      #request_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the original request was received.
 
Instance Attribute Details
#finish_time ⇒ Google::Protobuf::Timestamp
Returns The time at which the operation failed or was completed successfully.
      177  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 177 class UpdateInstanceMetadata; end  | 
  
#original_request ⇒ Google::Bigtable::Admin::V2::PartialUpdateInstanceRequest
Returns The request that prompted the initiation of this UpdateInstance operation.
      177  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 177 class UpdateInstanceMetadata; end  | 
  
#request_time ⇒ Google::Protobuf::Timestamp
Returns The time at which the original request was received.
      177  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 177 class UpdateInstanceMetadata; end  |