Class: Google::Cloud::Dlp::V2::TableReference
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::TableReference
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/storage.rb
 
Overview
Message defining the location of a BigQuery table with the projectId inferred from the parent project.
Instance Attribute Summary collapse
- 
  
    
      #dataset_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Dataset ID of the table.
 - 
  
    
      #table_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the table.
 
Instance Attribute Details
#dataset_id ⇒ ::String
Returns Dataset ID of the table.
      843 844 845 846  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 843 class TableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#table_id ⇒ ::String
Returns Name of the table.
      843 844 845 846  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 843 class TableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |