ValueMatcher.Builder |
ValueMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.clear() |
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearBoolMatch() |
If specified, a match occurs if and only if the target value is a bool value and is equal
to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearDoubleMatch() |
If specified, a match occurs if and only if the target value is a double value and is
matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearListMatch() |
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearMatchPattern() |
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearNullMatch() |
If specified, a match occurs if and only if the target value is a NullValue.
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearPresentMatch() |
If specified, value match will be performed based on whether the path is referring to a
valid primitive value in the metadata.
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearStringMatch() |
If specified, a match occurs if and only if the target value is a string value and is
matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.clone() |
|
ValueMatcher.Builder |
ListMatcher.Builder.getOneOfBuilder() |
If specified, at least one of the values in the list must match the value specified.
|
ValueMatcher.Builder |
MetadataMatcher.Builder.getValueBuilder() |
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher.Builder |
StructMatcher.Builder.getValueBuilder() |
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeDoubleMatch(DoubleMatcher value) |
If specified, a match occurs if and only if the target value is a double value and is
matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeFrom(ValueMatcher other) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeListMatch(ListMatcher value) |
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeNullMatch(ValueMatcher.NullMatch value) |
If specified, a match occurs if and only if the target value is a NullValue.
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeStringMatch(StringMatcher value) |
If specified, a match occurs if and only if the target value is a string value and is
matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ValueMatcher.Builder |
ValueMatcher.newBuilder() |
|
static ValueMatcher.Builder |
ValueMatcher.newBuilder(ValueMatcher prototype) |
|
ValueMatcher.Builder |
ValueMatcher.newBuilderForType() |
|
protected ValueMatcher.Builder |
ValueMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.setBoolMatch(boolean value) |
If specified, a match occurs if and only if the target value is a bool value and is equal
to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setDoubleMatch(DoubleMatcher value) |
If specified, a match occurs if and only if the target value is a double value and is
matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setDoubleMatch(DoubleMatcher.Builder builderForValue) |
If specified, a match occurs if and only if the target value is a double value and is
matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.setListMatch(ListMatcher value) |
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setListMatch(ListMatcher.Builder builderForValue) |
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setNullMatch(ValueMatcher.NullMatch value) |
If specified, a match occurs if and only if the target value is a NullValue.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setNullMatch(ValueMatcher.NullMatch.Builder builderForValue) |
If specified, a match occurs if and only if the target value is a NullValue.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setPresentMatch(boolean value) |
If specified, value match will be performed based on whether the path is referring to a
valid primitive value in the metadata.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.setStringMatch(StringMatcher value) |
If specified, a match occurs if and only if the target value is a string value and is
matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setStringMatch(StringMatcher.Builder builderForValue) |
If specified, a match occurs if and only if the target value is a string value and is
matched to this field.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ValueMatcher.Builder |
ValueMatcher.toBuilder() |
|