Class: Google::Cloud::Dlp::V2::StorageMetadataLabel
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::StorageMetadataLabel
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Storage metadata label to indicate which metadata entry contains findings.
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Label name.
 
Instance Attribute Details
#key ⇒ ::String
Returns Label name.
      542 543 544 545  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 542 class StorageMetadataLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |