Class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Enable Stackdriver metric dlp.googleapis.com/finding_count. This will publish a metric to stack driver on each infotype requested and how many findings were found for it. CustomDetectors will be bucketed as 'Custom' under the Stackdriver label 'info_type'.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2PublishToStackdriver 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2PublishToStackdriver.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2PublishToStackdriver
Returns a new instance of GooglePrivacyDlpV2PublishToStackdriver.
      7710 7711 7712  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 7710 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      7715 7716  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 7715 def update!(**args) end  |