| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
ContentMatcher |
ContentMatcher.clone() |
ContentMatcher |
ContentMatcher.set(java.lang.String fieldName,
java.lang.Object value) |
ContentMatcher |
ContentMatcher.setContent(java.lang.String content)
String content to match (max 1024 bytes)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentMatcher> |
UptimeCheckConfig.getContentMatchers()
The expected content on the page the check is run against.
|
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig |
UptimeCheckConfig.setContentMatchers(java.util.List<ContentMatcher> contentMatchers)
The expected content on the page the check is run against.
|