Class: Google::Monitoring::V3::UptimeCheckConfig::ContentMatcher
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::UptimeCheckConfig::ContentMatcher
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb
 
Overview
Used to perform string matching. Currently, this matches on the exact content. In the future, it can be expanded to allow for regular expressions and more complex matching.
Instance Attribute Summary collapse
- 
  
    
      #content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
String content to match.
 
Instance Attribute Details
#content ⇒ String
Returns String content to match
      146  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 146 class ContentMatcher; end  |