Class: Google::Cloud::Dlp::V2::MetadataLocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::MetadataLocation
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Metadata Location
Instance Attribute Summary collapse
- 
  
    
      #storage_label  ⇒ ::Google::Cloud::Dlp::V2::StorageMetadataLabel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Storage metadata.
 - 
  
    
      #type  ⇒ ::Google::Cloud::Dlp::V2::MetadataType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Type of metadata containing the finding.
 
Instance Attribute Details
#storage_label ⇒ ::Google::Cloud::Dlp::V2::StorageMetadataLabel
Returns Storage metadata.
      533 534 535 536  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 533 class MetadataLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#type ⇒ ::Google::Cloud::Dlp::V2::MetadataType
Returns Type of metadata containing the finding.
      533 534 535 536  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 533 class MetadataLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |