Uses of Class
com.github.xds.type.matcher.v3.ListStringMatcher
-
Packages that use ListStringMatcher Package Description com.github.xds.type.matcher.v3 -
-
Uses of ListStringMatcher in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as ListStringMatcher Modifier and Type Field Description private static ListStringMatcher
ListStringMatcher. DEFAULT_INSTANCE
Fields in com.github.xds.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 com.github.xds.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 com.github.xds.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 com.github.xds.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)
-