| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
JsonPathMatcher |
JsonPathMatcher.clone() |
JsonPathMatcher |
ContentMatcher.getJsonPathMatcher()
Matcher information for MATCHES_JSON_PATH and NOT_MATCHES_JSON_PATH
|
JsonPathMatcher |
JsonPathMatcher.set(String fieldName,
Object value) |
JsonPathMatcher |
JsonPathMatcher.setJsonMatcher(String jsonMatcher)
The type of JSONPath match that will be applied to the JSON output (ContentMatcher.content)
|
JsonPathMatcher |
JsonPathMatcher.setJsonPath(String jsonPath)
JSONPath within the response output pointing to the expected ContentMatcher::content to match
against.
|
| Modifier and Type | Method and Description |
|---|---|
ContentMatcher |
ContentMatcher.setJsonPathMatcher(JsonPathMatcher jsonPathMatcher)
Matcher information for MATCHES_JSON_PATH and NOT_MATCHES_JSON_PATH
|
Copyright © 2011–2025 Google. All rights reserved.