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