Class UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder (3.42.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

build()

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher build()
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher

buildPartial()

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher buildPartial()
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher

clear()

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clear()
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

clone()

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder clone()
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

getDefaultInstanceForType()

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher getDefaultInstanceForType()
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for jsonPath.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UptimeCheckConfig.ContentMatcher.JsonPathMatcher other)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder mergeFrom(UptimeCheckConfig.ContentMatcher.JsonPathMatcher other)
Parameter
NameDescription
otherUptimeCheckConfig.ContentMatcher.JsonPathMatcher
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueUptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption

The jsonMatcher to set.

Returns
TypeDescription
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
NameDescription
valueint

The enum numeric value on the wire for jsonMatcher to set.

Returns
TypeDescription
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
NameDescription
valueString

The jsonPath to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for jsonPath to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder
Overrides