Class: Google::Bigtable::Admin::V2::CreateInstanceMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::CreateInstanceMetadata
 
 
- 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 CreateInstance.
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::CreateInstanceRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request that prompted the initiation of this CreateInstance 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.
      164  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 164 class CreateInstanceMetadata; end  | 
  
#original_request ⇒ Google::Bigtable::Admin::V2::CreateInstanceRequest
Returns The request that prompted the initiation of this CreateInstance operation.
      164  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 164 class CreateInstanceMetadata; end  | 
  
#request_time ⇒ Google::Protobuf::Timestamp
Returns The time at which the original request was received.
      164  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 164 class CreateInstanceMetadata; end  |