StructMatcher.Builder |
StructMatcher.Builder.addAllPath(Iterable<? extends StructMatcher.PathSegment> values) |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
NodeMatcher.Builder.addNodeMetadatasBuilder() |
Specifies match criteria on the node metadata.
|
StructMatcher.Builder |
NodeMatcher.Builder.addNodeMetadatasBuilder(int index) |
Specifies match criteria on the node metadata.
|
StructMatcher.Builder |
StructMatcher.Builder.addPath(int index,
StructMatcher.PathSegment value) |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.addPath(int index,
StructMatcher.PathSegment.Builder builderForValue) |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.addPath(StructMatcher.PathSegment value) |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.addPath(StructMatcher.PathSegment.Builder builderForValue) |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StructMatcher.Builder |
StructMatcher.Builder.clear() |
|
StructMatcher.Builder |
StructMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
StructMatcher.Builder |
StructMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
StructMatcher.Builder |
StructMatcher.Builder.clearPath() |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.clearValue() |
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
StructMatcher.Builder |
StructMatcher.Builder.clone() |
|
StructMatcher.Builder |
NodeMatcher.Builder.getNodeMetadatasBuilder(int index) |
Specifies match criteria on the node metadata.
|
StructMatcher.Builder |
StructMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
StructMatcher.Builder |
StructMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
|
StructMatcher.Builder |
StructMatcher.Builder.mergeFrom(StructMatcher other) |
|
StructMatcher.Builder |
StructMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
StructMatcher.Builder |
StructMatcher.Builder.mergeValue(ValueMatcher value) |
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
static StructMatcher.Builder |
StructMatcher.newBuilder() |
|
static StructMatcher.Builder |
StructMatcher.newBuilder(StructMatcher prototype) |
|
StructMatcher.Builder |
StructMatcher.newBuilderForType() |
|
protected StructMatcher.Builder |
StructMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
StructMatcher.Builder |
StructMatcher.Builder.removePath(int index) |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StructMatcher.Builder |
StructMatcher.Builder.setPath(int index,
StructMatcher.PathSegment value) |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.setPath(int index,
StructMatcher.PathSegment.Builder builderForValue) |
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
StructMatcher.Builder |
StructMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
StructMatcher.Builder |
StructMatcher.Builder.setValue(ValueMatcher value) |
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
StructMatcher.Builder |
StructMatcher.Builder.setValue(ValueMatcher.Builder builderForValue) |
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
StructMatcher.Builder |
StructMatcher.toBuilder() |
|