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 ListStringMatcherStatsMatcher.Builder. getExclusionList()Exclusive match.ListStringMatcherStatsMatcher. getExclusionList()Exclusive match.ListStringMatcherStatsMatcherOrBuilder. getExclusionList()Exclusive match.ListStringMatcherStatsMatcher.Builder. getInclusionList()Inclusive match.ListStringMatcherStatsMatcher. getInclusionList()Inclusive match.ListStringMatcherStatsMatcherOrBuilder. 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.BuilderStatsMatcher.Builder. mergeExclusionList(ListStringMatcher value)Exclusive match.StatsMatcher.BuilderStatsMatcher.Builder. mergeInclusionList(ListStringMatcher value)Inclusive match.StatsMatcher.BuilderStatsMatcher.Builder. setExclusionList(ListStringMatcher value)Exclusive match.StatsMatcher.BuilderStatsMatcher.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 ListStringMatcherListStringMatcher. DEFAULT_INSTANCEFields 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. PARSERMethods in io.envoyproxy.envoy.type.matcher.v3 that return ListStringMatcher Modifier and Type Method Description ListStringMatcherListStringMatcher.Builder. build()ListStringMatcherListStringMatcher.Builder. buildPartial()static ListStringMatcherListStringMatcher. getDefaultInstance()ListStringMatcherListStringMatcher.Builder. getDefaultInstanceForType()ListStringMatcherListStringMatcher. getDefaultInstanceForType()static ListStringMatcherListStringMatcher. parseDelimitedFrom(java.io.InputStream input)static ListStringMatcherListStringMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStringMatcherListStringMatcher. parseFrom(byte[] data)static ListStringMatcherListStringMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStringMatcherListStringMatcher. parseFrom(com.google.protobuf.ByteString data)static ListStringMatcherListStringMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStringMatcherListStringMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static ListStringMatcherListStringMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStringMatcherListStringMatcher. parseFrom(java.io.InputStream input)static ListStringMatcherListStringMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStringMatcherListStringMatcher. parseFrom(java.nio.ByteBuffer data)static ListStringMatcherListStringMatcher. 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 voidListStringMatcher.Builder. buildPartial0(ListStringMatcher result)private voidListStringMatcher.Builder. buildPartialRepeatedFields(ListStringMatcher result)ListStringMatcher.BuilderListStringMatcher.Builder. mergeFrom(ListStringMatcher other)static ListStringMatcher.BuilderListStringMatcher. newBuilder(ListStringMatcher prototype)
-