Class: Google::Monitoring::V3::UptimeCheckConfig::ContentMatcher

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contentString

Returns String content to match

Returns:

  • (String)

    String content to match



146
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 146

class ContentMatcher; end