| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
ContentMatcher |
ContentMatcher.clone() |
ContentMatcher |
ContentMatcher.set(String fieldName,
Object value) |
ContentMatcher |
ContentMatcher.setContent(String content)
String, regex or JSON content to match.
|
ContentMatcher |
ContentMatcher.setJsonPathMatcher(JsonPathMatcher jsonPathMatcher)
Matcher information for MATCHES_JSON_PATH and NOT_MATCHES_JSON_PATH
|
ContentMatcher |
ContentMatcher.setMatcher(String matcher)
The type of content matcher that will be applied to the server output, compared to the content
string when the check is run.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentMatcher> |
UptimeCheckConfig.getContentMatchers()
The content that is expected to appear in the data returned by the target server against which
the check is run.
|
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig |
UptimeCheckConfig.setContentMatchers(List<ContentMatcher> contentMatchers)
The content that is expected to appear in the data returned by the target server against which
the check is run.
|
Copyright © 2011–2025 Google. All rights reserved.