Class: Google::Cloud::Dlp::V2::RecordLocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::RecordLocation
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Location of a finding within a row or record.
Instance Attribute Summary collapse
- 
  
    
      #field_id  ⇒ ::Google::Cloud::Dlp::V2::FieldId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Field id of the field containing the finding.
 - 
  
    
      #record_key  ⇒ ::Google::Cloud::Dlp::V2::RecordKey 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Key of the finding.
 - 
  
    
      #table_location  ⇒ ::Google::Cloud::Dlp::V2::TableLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Location within a
ContentItem.Table. 
Instance Attribute Details
#field_id ⇒ ::Google::Cloud::Dlp::V2::FieldId
Returns Field id of the field containing the finding.
      567 568 569 570  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 567 class RecordLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#record_key ⇒ ::Google::Cloud::Dlp::V2::RecordKey
Returns Key of the finding.
      567 568 569 570  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 567 class RecordLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#table_location ⇒ ::Google::Cloud::Dlp::V2::TableLocation
Returns Location within a ContentItem.Table.
      567 568 569 570  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 567 class RecordLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |