public static final class UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder extends GeneratedMessage.Builder<UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder> implements UptimeCheckConfig.ContentMatcher.JsonPathMatcherOrBuilder Information needed to perform a JSONPath content match.
Used for ContentMatcherOption::MATCHES_JSON_PATH and
ContentMatcherOption::NOT_MATCHES_JSON_PATH.
Protobuf type google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UptimeCheckConfig.ContentMatcher.JsonPathMatcher.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher build()| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher |
|
buildPartial()
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher buildPartial()| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher |
|
clear()
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clear()| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
|
clearJsonMatcher()
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clearJsonMatcher() 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.Builder |
This builder for chaining. |
clearJsonPath()
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clearJsonPath() JSONPath within the response output pointing to the expected
ContentMatcher::content to match against.
string json_path = 1;
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getJsonMatcher()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UptimeCheckConfig.ContentMatcher.JsonPathMatcher other)
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder mergeFrom(UptimeCheckConfig.ContentMatcher.JsonPathMatcher other)| Parameter | |
|---|---|
| Name | Description |
other |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
|
setJsonMatcher(UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption value)
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setJsonMatcher(UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOptionThe jsonMatcher to set. |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
This builder for chaining. |
setJsonMatcherValue(int value)
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setJsonMatcherValue(int value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for jsonMatcher to set. |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
This builder for chaining. |
setJsonPath(String value)
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setJsonPath(String value) JSONPath within the response output pointing to the expected
ContentMatcher::content to match against.
string json_path = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe jsonPath to set. |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
This builder for chaining. |
setJsonPathBytes(ByteString value)
public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setJsonPathBytes(ByteString value) JSONPath within the response output pointing to the expected
ContentMatcher::content to match against.
string json_path = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for jsonPath to set. |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder |
This builder for chaining. |