public static interface UptimeCheckConfig.ContentMatcher.JsonPathMatcherOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJsonMatcher()
public abstract UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption getJsonMatcher() The type of JSONPath match that will be applied to the JSON output
(ContentMatcher.content)
.google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption json_matcher = 2;
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption |
The jsonMatcher. |
getJsonMatcherValue()
public abstract int getJsonMatcherValue() The type of JSONPath match that will be applied to the JSON output
(ContentMatcher.content)
.google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption json_matcher = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for jsonMatcher. |
getJsonPath()
public abstract String getJsonPath() JSONPath within the response output pointing to the expected
ContentMatcher::content to match against.
string json_path = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The jsonPath. |
getJsonPathBytes()
public abstract ByteString getJsonPathBytes() JSONPath within the response output pointing to the expected
ContentMatcher::content to match against.
string json_path = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for jsonPath. |