Class: Google::Cloud::Dlp::V2::DataSourceType
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DataSourceType
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Message used to identify the type of resource being profiled.
Instance Attribute Summary collapse
- 
  
    
      #data_source  ⇒ ::String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#data_source ⇒ ::String (readonly)
Returns Output only. An identifying string to the type of resource being profiled. Current values:
- google/bigquery/table
 - google/project
 - google/sql/table
 - google/gcs/bucket.
 
      7317 7318 7319 7320  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7317 class DataSourceType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |