Uses of Class
io.envoyproxy.envoy.type.matcher.v3.StructMatcher
-
Packages that use StructMatcher Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of StructMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as StructMatcher Modifier and Type Field Description private static StructMatcher
StructMatcher. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type StructMatcher Modifier and Type Field Description private java.util.List<StructMatcher>
NodeMatcher.Builder. nodeMetadatas_
private java.util.List<StructMatcher>
NodeMatcher. nodeMetadatas_
private com.google.protobuf.RepeatedFieldBuilder<StructMatcher,StructMatcher.Builder,StructMatcherOrBuilder>
NodeMatcher.Builder. nodeMetadatasBuilder_
private static com.google.protobuf.Parser<StructMatcher>
StructMatcher. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return StructMatcher Modifier and Type Method Description StructMatcher
StructMatcher.Builder. build()
StructMatcher
StructMatcher.Builder. buildPartial()
static StructMatcher
StructMatcher. getDefaultInstance()
StructMatcher
StructMatcher.Builder. getDefaultInstanceForType()
StructMatcher
StructMatcher. getDefaultInstanceForType()
StructMatcher
NodeMatcher.Builder. getNodeMetadatas(int index)
Specifies match criteria on the node metadata.StructMatcher
NodeMatcher. getNodeMetadatas(int index)
Specifies match criteria on the node metadata.StructMatcher
NodeMatcherOrBuilder. getNodeMetadatas(int index)
Specifies match criteria on the node metadata.static StructMatcher
StructMatcher. parseDelimitedFrom(java.io.InputStream input)
static StructMatcher
StructMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructMatcher
StructMatcher. parseFrom(byte[] data)
static StructMatcher
StructMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructMatcher
StructMatcher. parseFrom(com.google.protobuf.ByteString data)
static StructMatcher
StructMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructMatcher
StructMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static StructMatcher
StructMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructMatcher
StructMatcher. parseFrom(java.io.InputStream input)
static StructMatcher
StructMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructMatcher
StructMatcher. parseFrom(java.nio.ByteBuffer data)
static StructMatcher
StructMatcher. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type StructMatcher Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<StructMatcher,StructMatcher.Builder,StructMatcherOrBuilder>
NodeMatcher.Builder. getNodeMetadatasFieldBuilder()
java.util.List<StructMatcher>
NodeMatcher.Builder. getNodeMetadatasList()
Specifies match criteria on the node metadata.java.util.List<StructMatcher>
NodeMatcher. getNodeMetadatasList()
Specifies match criteria on the node metadata.java.util.List<StructMatcher>
NodeMatcherOrBuilder. getNodeMetadatasList()
Specifies match criteria on the node metadata.com.google.protobuf.Parser<StructMatcher>
StructMatcher. getParserForType()
static com.google.protobuf.Parser<StructMatcher>
StructMatcher. parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type StructMatcher Modifier and Type Method Description NodeMatcher.Builder
NodeMatcher.Builder. addNodeMetadatas(int index, StructMatcher value)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. addNodeMetadatas(StructMatcher value)
Specifies match criteria on the node metadata.private void
StructMatcher.Builder. buildPartial0(StructMatcher result)
private void
StructMatcher.Builder. buildPartialRepeatedFields(StructMatcher result)
StructMatcher.Builder
StructMatcher.Builder. mergeFrom(StructMatcher other)
static StructMatcher.Builder
StructMatcher. newBuilder(StructMatcher prototype)
NodeMatcher.Builder
NodeMatcher.Builder. setNodeMetadatas(int index, StructMatcher value)
Specifies match criteria on the node metadata.Method parameters in io.envoyproxy.envoy.type.matcher.v3 with type arguments of type StructMatcher Modifier and Type Method Description NodeMatcher.Builder
NodeMatcher.Builder. addAllNodeMetadatas(java.lang.Iterable<? extends StructMatcher> values)
Specifies match criteria on the node metadata.
-