Uses of Class
com.github.xds.type.matcher.v3.CelMatcher
-
Packages that use CelMatcher Package Description com.github.xds.type.matcher.v3 -
-
Uses of CelMatcher in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 declared as CelMatcher Modifier and Type Field Description private static CelMatcher
CelMatcher. DEFAULT_INSTANCE
Fields in com.github.xds.type.matcher.v3 with type parameters of type CelMatcher Modifier and Type Field Description private static com.google.protobuf.Parser<CelMatcher>
CelMatcher. PARSER
Methods in com.github.xds.type.matcher.v3 that return CelMatcher Modifier and Type Method Description CelMatcher
CelMatcher.Builder. build()
CelMatcher
CelMatcher.Builder. buildPartial()
static CelMatcher
CelMatcher. getDefaultInstance()
CelMatcher
CelMatcher.Builder. getDefaultInstanceForType()
CelMatcher
CelMatcher. getDefaultInstanceForType()
static CelMatcher
CelMatcher. parseDelimitedFrom(java.io.InputStream input)
static CelMatcher
CelMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelMatcher
CelMatcher. parseFrom(byte[] data)
static CelMatcher
CelMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelMatcher
CelMatcher. parseFrom(com.google.protobuf.ByteString data)
static CelMatcher
CelMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelMatcher
CelMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static CelMatcher
CelMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelMatcher
CelMatcher. parseFrom(java.io.InputStream input)
static CelMatcher
CelMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelMatcher
CelMatcher. parseFrom(java.nio.ByteBuffer data)
static CelMatcher
CelMatcher. 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 CelMatcher Modifier and Type Method Description com.google.protobuf.Parser<CelMatcher>
CelMatcher. getParserForType()
static com.google.protobuf.Parser<CelMatcher>
CelMatcher. parser()
Methods in com.github.xds.type.matcher.v3 with parameters of type CelMatcher Modifier and Type Method Description private void
CelMatcher.Builder. buildPartial0(CelMatcher result)
CelMatcher.Builder
CelMatcher.Builder. mergeFrom(CelMatcher other)
static CelMatcher.Builder
CelMatcher. newBuilder(CelMatcher prototype)
-