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 (max 1024 bytes)

Returns:

  • (String)

    String content to match (max 1024 bytes)



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

class ContentMatcher; end