Class: Google::Cloud::Dlp::V2::GetDiscoveryConfigRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::GetDiscoveryConfigRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Request message for GetDiscoveryConfig.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the project and the configuration, for example
projects/dlp-test-project/discoveryConfigs/53234423.
      3819 3820 3821 3822  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3819 class GetDiscoveryConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |