Class: Google::Cloud::Bigtable::Instance::Job
- Inherits:
 - 
      LongrunningJob
      
        
- Object
 - LongrunningJob
 - Google::Cloud::Bigtable::Instance::Job
 
 
- Defined in:
 - lib/google/cloud/bigtable/instance/job.rb
 
Overview
Job
A resource representing the long-running, asynchronous processing of an instance create or update operation. The job can be refreshed to retrieve the instance object once the operation has been completed.
See Project#create_instance and #update.
Instance Method Summary collapse
- 
  
    
      #instance  ⇒ Google::Cloud::Bigtable::Instance? 
    
    
  
  
  
  
  
  
  
  
  
    
Get the instance object from operation results.
 
Instance Method Details
#instance ⇒ Google::Cloud::Bigtable::Instance?
Get the instance object from operation results.
      90 91 92  | 
    
      # File 'lib/google/cloud/bigtable/instance/job.rb', line 90 def instance Instance.from_grpc(results, service) if results end  |