Class: Google::Privacy::Dlp::V2::BigQueryKey
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::BigQueryKey
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
 
Overview
Row key for identifying a record in BigQuery table.
Instance Attribute Summary collapse
- 
  
    
      #row_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Absolute number of the row from the beginning of the table at the time of scanning.
 - 
  
    
      #table_reference  ⇒ Google::Privacy::Dlp::V2::BigQueryTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Complete BigQuery table reference.
 
Instance Attribute Details
#row_number ⇒ Integer
Returns Absolute number of the row from the beginning of the table at the time of scanning.
      371  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 371 class BigQueryKey; end  | 
  
#table_reference ⇒ Google::Privacy::Dlp::V2::BigQueryTable
Returns Complete BigQuery table reference.
      371  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 371 class BigQueryKey; end  |