Uses of Class
io.grpc.rls.RlsProtoData.GrpcKeyBuilder.Name
-
Packages that use RlsProtoData.GrpcKeyBuilder.Name Package Description io.grpc.rls -
-
Uses of RlsProtoData.GrpcKeyBuilder.Name in io.grpc.rls
Subclasses of RlsProtoData.GrpcKeyBuilder.Name in io.grpc.rls Modifier and Type Class Description (package private) class
AutoValue_RlsProtoData_GrpcKeyBuilder_Name
Fields in io.grpc.rls with type parameters of type RlsProtoData.GrpcKeyBuilder.Name Modifier and Type Field Description private com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder.Name>
AutoValue_RlsProtoData_GrpcKeyBuilder. names
Methods in io.grpc.rls that return RlsProtoData.GrpcKeyBuilder.Name Modifier and Type Method Description (package private) static RlsProtoData.GrpcKeyBuilder.Name
RlsProtoData.GrpcKeyBuilder.Name. create(java.lang.String service, java.lang.String method)
Methods in io.grpc.rls that return types with arguments of type RlsProtoData.GrpcKeyBuilder.Name Modifier and Type Method Description (package private) com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder.Name>
AutoValue_RlsProtoData_GrpcKeyBuilder. names()
(package private) abstract com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder.Name>
RlsProtoData.GrpcKeyBuilder. names()
Returns names.Method parameters in io.grpc.rls with type arguments of type RlsProtoData.GrpcKeyBuilder.Name Modifier and Type Method Description (package private) static RlsProtoData.GrpcKeyBuilder
RlsProtoData.GrpcKeyBuilder. create(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder.Name> names, com.google.common.collect.ImmutableList<RlsProtoData.NameMatcher> headers, RlsProtoData.ExtraKeys extraKeys, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> constantKeys)
Constructor parameters in io.grpc.rls with type arguments of type RlsProtoData.GrpcKeyBuilder.Name Constructor Description AutoValue_RlsProtoData_GrpcKeyBuilder(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder.Name> names, com.google.common.collect.ImmutableList<RlsProtoData.NameMatcher> headers, RlsProtoData.ExtraKeys extraKeys, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> constantKeys)
-