View Source GoogleApi.Monitoring.V3.Model.ContentMatcher (google_api_monitoring v0.55.0)

Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4 MB of an HTTP or HTTPS check's response (and the first 1 MB of a TCP check's response) are examined for purposes of content matching.

Attributes

  • content (type: String.t, default: nil) - String, regex or JSON content to match. Maximum 1024 bytes. An empty content string indicates no content matching is to be performed.
  • jsonPathMatcher (type: GoogleApi.Monitoring.V3.Model.JsonPathMatcher.t, default: nil) - Matcher information for MATCHES_JSON_PATH and NOT_MATCHES_JSON_PATH
  • matcher (type: String.t, default: nil) - The type of content matcher that will be applied to the server output, compared to the content string when the check is run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ContentMatcher{
  content: String.t() | nil,
  jsonPathMatcher: GoogleApi.Monitoring.V3.Model.JsonPathMatcher.t() | nil,
  matcher: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.