public static interface UptimeCheckConfig.ContentMatcher.JsonPathMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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;
|
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;
|
String |
getJsonPath()
JSONPath within the response output pointing to the expected
`ContentMatcher::content` to match against.
|
com.google.protobuf.ByteString |
getJsonPathBytes()
JSONPath within the response output pointing to the expected
`ContentMatcher::content` to match against.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getJsonPath()
JSONPath within the response output pointing to the expected `ContentMatcher::content` to match against.
string json_path = 1;com.google.protobuf.ByteString getJsonPathBytes()
JSONPath within the response output pointing to the expected `ContentMatcher::content` to match against.
string json_path = 1;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;
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;
Copyright © 2024 Google LLC. All rights reserved.