Interface UptimeCheckConfig.ContentMatcher.JsonPathMatcherOrBuilder (3.42.0)

public static interface UptimeCheckConfig.ContentMatcher.JsonPathMatcherOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for jsonPath.