StructMatcher.Builder |
StructMatcher.Builder.addAllPath(java.lang.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.clear() |
|
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 |
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.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.AbstractMessage.BuilderParent parent) |
|
StructMatcher.Builder |
StructMatcher.Builder.removePath(int index) |
The path to retrieve the Value from the Struct.
|
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.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() |
|