Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ListStringMatcher
-
Packages that use ListStringMatcher Package Description io.envoyproxy.envoy.config.metrics.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of ListStringMatcher in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type ListStringMatcher Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ListStringMatcher,ListStringMatcher.Builder,ListStringMatcherOrBuilder>
StatsMatcher.Builder. exclusionListBuilder_
private com.google.protobuf.SingleFieldBuilder<ListStringMatcher,ListStringMatcher.Builder,ListStringMatcherOrBuilder>
StatsMatcher.Builder. inclusionListBuilder_
Methods in io.envoyproxy.envoy.config.metrics.v3 that return ListStringMatcher Modifier and Type Method Description ListStringMatcher
StatsMatcher.Builder. getExclusionList()
Exclusive match.ListStringMatcher
StatsMatcher. getExclusionList()
Exclusive match.ListStringMatcher
StatsMatcherOrBuilder. getExclusionList()
Exclusive match.ListStringMatcher
StatsMatcher.Builder. getInclusionList()
Inclusive match.ListStringMatcher
StatsMatcher. getInclusionList()
Inclusive match.ListStringMatcher
StatsMatcherOrBuilder. getInclusionList()
Inclusive match.Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type ListStringMatcher Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ListStringMatcher,ListStringMatcher.Builder,ListStringMatcherOrBuilder>
StatsMatcher.Builder. getExclusionListFieldBuilder()
Exclusive match.private com.google.protobuf.SingleFieldBuilder<ListStringMatcher,ListStringMatcher.Builder,ListStringMatcherOrBuilder>
StatsMatcher.Builder. getInclusionListFieldBuilder()
Inclusive match.Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type ListStringMatcher Modifier and Type Method Description StatsMatcher.Builder
StatsMatcher.Builder. mergeExclusionList(ListStringMatcher value)
Exclusive match.StatsMatcher.Builder
StatsMatcher.Builder. mergeInclusionList(ListStringMatcher value)
Inclusive match.StatsMatcher.Builder
StatsMatcher.Builder. setExclusionList(ListStringMatcher value)
Exclusive match.StatsMatcher.Builder
StatsMatcher.Builder. setInclusionList(ListStringMatcher value)
Inclusive match. -
Uses of ListStringMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as ListStringMatcher Modifier and Type Field Description private static ListStringMatcher
ListStringMatcher. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type ListStringMatcher Modifier and Type Field Description private static com.google.protobuf.Parser<ListStringMatcher>
ListStringMatcher. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ListStringMatcher Modifier and Type Method Description ListStringMatcher
ListStringMatcher.Builder. build()
ListStringMatcher
ListStringMatcher.Builder. buildPartial()
static ListStringMatcher
ListStringMatcher. getDefaultInstance()
ListStringMatcher
ListStringMatcher.Builder. getDefaultInstanceForType()
ListStringMatcher
ListStringMatcher. getDefaultInstanceForType()
static ListStringMatcher
ListStringMatcher. parseDelimitedFrom(java.io.InputStream input)
static ListStringMatcher
ListStringMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringMatcher
ListStringMatcher. parseFrom(byte[] data)
static ListStringMatcher
ListStringMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringMatcher
ListStringMatcher. parseFrom(com.google.protobuf.ByteString data)
static ListStringMatcher
ListStringMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringMatcher
ListStringMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static ListStringMatcher
ListStringMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringMatcher
ListStringMatcher. parseFrom(java.io.InputStream input)
static ListStringMatcher
ListStringMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringMatcher
ListStringMatcher. parseFrom(java.nio.ByteBuffer data)
static ListStringMatcher
ListStringMatcher. 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 ListStringMatcher Modifier and Type Method Description com.google.protobuf.Parser<ListStringMatcher>
ListStringMatcher. getParserForType()
static com.google.protobuf.Parser<ListStringMatcher>
ListStringMatcher. parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type ListStringMatcher Modifier and Type Method Description private void
ListStringMatcher.Builder. buildPartial0(ListStringMatcher result)
private void
ListStringMatcher.Builder. buildPartialRepeatedFields(ListStringMatcher result)
ListStringMatcher.Builder
ListStringMatcher.Builder. mergeFrom(ListStringMatcher other)
static ListStringMatcher.Builder
ListStringMatcher. newBuilder(ListStringMatcher prototype)
-