Class: Google::Privacy::Dlp::V2::BigQueryTable
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::BigQueryTable
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
 
Overview
Message defining the location of a BigQuery table. A table is uniquely
identified  by its project_id, dataset_id, and table_name. Within a query
a table is often referenced with a string in the format of:
+
Instance Attribute Summary collapse
- 
  
    
      #dataset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Dataset ID of the table.
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Google Cloud Platform project ID of the project containing the table.
 - 
  
    
      #table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the table.
 
Instance Attribute Details
#dataset_id ⇒ String
Returns Dataset ID of the table.
      446  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 446 class BigQueryTable; end  | 
  
#project_id ⇒ String
Returns The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
      446  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 446 class BigQueryTable; end  | 
  
#table_id ⇒ String
Returns Name of the table.
      446  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 446 class BigQueryTable; end  |