Package com.google.monitoring.v3
Interface UptimeCheckConfig.ContentMatcher.JsonPathMatcherOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UptimeCheckConfig.ContentMatcher.JsonPathMatcher
,UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
- Enclosing class:
- UptimeCheckConfig.ContentMatcher
public static interface UptimeCheckConfig.ContentMatcher.JsonPathMatcherOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption
getJsonMatcher()
The type of JSONPath match that will be applied to the JSON output (`ContentMatcher.content`)int
getJsonMatcherValue()
The type of JSONPath match that will be applied to the JSON output (`ContentMatcher.content`)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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJsonPath
String getJsonPath()
JSONPath within the response output pointing to the expected `ContentMatcher::content` to match against.
string json_path = 1;
- Returns:
- The jsonPath.
-
getJsonPathBytes
com.google.protobuf.ByteString getJsonPathBytes()
JSONPath within the response output pointing to the expected `ContentMatcher::content` to match against.
string json_path = 1;
- Returns:
- The bytes for jsonPath.
-
getJsonMatcherValue
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:
- The enum numeric value on the wire for jsonMatcher.
-
getJsonMatcher
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:
- The jsonMatcher.
-
-