Class: Google::Spanner::Admin::Instance::V1::CreateInstanceMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Spanner::Admin::Instance::V1::CreateInstanceMetadata
 
 
- Defined in:
 - lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb
 
Overview
Metadata type for the operation returned by CreateInstance.
Instance Attribute Summary collapse
- 
  
    
      #cancel_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which this operation was cancelled.
 - 
  
    
      #end_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which this operation failed or was completed successfully.
 - 
  
    
      #instance  ⇒ Google::Spanner::Admin::Instance::V1::Instance 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance being created.
 - 
  
    
      #start_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the CreateInstance request was received.
 
Instance Attribute Details
#cancel_time ⇒ Google::Protobuf::Timestamp
Returns The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
      259  | 
    
      # File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 259 class CreateInstanceMetadata; end  | 
  
#end_time ⇒ Google::Protobuf::Timestamp
Returns The time at which this operation failed or was completed successfully.
      259  | 
    
      # File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 259 class CreateInstanceMetadata; end  | 
  
#instance ⇒ Google::Spanner::Admin::Instance::V1::Instance
Returns The instance being created.
      259  | 
    
      # File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 259 class CreateInstanceMetadata; end  | 
  
#start_time ⇒ Google::Protobuf::Timestamp
Returns The time at which the CreateInstance request was received.
      259  | 
    
      # File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 259 class CreateInstanceMetadata; end  |