Class UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder (3.43.0)

public static final class UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder extends GeneratedMessageV3.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

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

clone()

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clone()
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

getDefaultInstanceForType()

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher getDefaultInstanceForType()
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

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.JsonPathMatcherOption

The 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 int

The 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 String

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

The bytes for jsonPath to set.

Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides