Uses of Interface
io.grpc.lookup.v1.GrpcKeyBuilder.NameOrBuilder
-
Packages that use GrpcKeyBuilder.NameOrBuilder Package Description io.grpc.lookup.v1 -
-
Uses of GrpcKeyBuilder.NameOrBuilder in io.grpc.lookup.v1
Classes in io.grpc.lookup.v1 that implement GrpcKeyBuilder.NameOrBuilder Modifier and Type Class Description static class
GrpcKeyBuilder.Name
To match, one of the given Name fields must match; the service and method fields are specified as fixed strings.static class
GrpcKeyBuilder.Name.Builder
To match, one of the given Name fields must match; the service and method fields are specified as fixed strings.Fields in io.grpc.lookup.v1 with type parameters of type GrpcKeyBuilder.NameOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<GrpcKeyBuilder.Name,GrpcKeyBuilder.Name.Builder,GrpcKeyBuilder.NameOrBuilder>
GrpcKeyBuilder.Builder. namesBuilder_
Methods in io.grpc.lookup.v1 that return GrpcKeyBuilder.NameOrBuilder Modifier and Type Method Description GrpcKeyBuilder.NameOrBuilder
GrpcKeyBuilder.Builder. getNamesOrBuilder(int index)
repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;
GrpcKeyBuilder.NameOrBuilder
GrpcKeyBuilder. getNamesOrBuilder(int index)
repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;
GrpcKeyBuilder.NameOrBuilder
GrpcKeyBuilderOrBuilder. getNamesOrBuilder(int index)
repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;
Methods in io.grpc.lookup.v1 that return types with arguments of type GrpcKeyBuilder.NameOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<GrpcKeyBuilder.Name,GrpcKeyBuilder.Name.Builder,GrpcKeyBuilder.NameOrBuilder>
GrpcKeyBuilder.Builder. getNamesFieldBuilder()
java.util.List<? extends GrpcKeyBuilder.NameOrBuilder>
GrpcKeyBuilder.Builder. getNamesOrBuilderList()
repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;
java.util.List<? extends GrpcKeyBuilder.NameOrBuilder>
GrpcKeyBuilder. getNamesOrBuilderList()
repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;
java.util.List<? extends GrpcKeyBuilder.NameOrBuilder>
GrpcKeyBuilderOrBuilder. getNamesOrBuilderList()
repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;
-