Class: Google::Cloud::Bigquery::QueryJob::Step
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Bigquery::QueryJob::Step
 
 
- Defined in:
 - lib/google/cloud/bigquery/query_job.rb
 
Overview
Represents an operation in a stage in the execution plan for the query.
Attributes collapse
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Machine-readable operation type.
 - 
  
    
      #substeps  ⇒ Array<String> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Human-readable stage descriptions.
 
Instance Attribute Details
#kind ⇒ String (readonly)
Machine-readable operation type. For a full list of operation types, see Steps metadata.
      833 834 835  | 
    
      # File 'lib/google/cloud/bigquery/query_job.rb', line 833 def kind @kind end  | 
  
#substeps ⇒ Array<String> (readonly)
Human-readable stage descriptions.
      833 834 835  | 
    
      # File 'lib/google/cloud/bigquery/query_job.rb', line 833 def substeps @substeps end  |