Uses of Interface
io.grpc.protobuf.ProtoServiceDescriptorSupplier
-
Packages that use ProtoServiceDescriptorSupplier Package Description io.grpc.channelz.v1 io.grpc.health.v1 io.grpc.lb.v1 io.grpc.lookup.v1 io.grpc.protobuf API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf messages.io.grpc.reflection.v1 io.grpc.reflection.v1alpha -
-
Uses of ProtoServiceDescriptorSupplier in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ProtoServiceDescriptorSupplier Modifier and Type Class Description private static class
ChannelzGrpc.ChannelzBaseDescriptorSupplier
private static class
ChannelzGrpc.ChannelzFileDescriptorSupplier
private static class
ChannelzGrpc.ChannelzMethodDescriptorSupplier
-
Uses of ProtoServiceDescriptorSupplier in io.grpc.health.v1
Classes in io.grpc.health.v1 that implement ProtoServiceDescriptorSupplier Modifier and Type Class Description private static class
HealthGrpc.HealthBaseDescriptorSupplier
private static class
HealthGrpc.HealthFileDescriptorSupplier
private static class
HealthGrpc.HealthMethodDescriptorSupplier
-
Uses of ProtoServiceDescriptorSupplier in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement ProtoServiceDescriptorSupplier Modifier and Type Class Description private static class
LoadBalancerGrpc.LoadBalancerBaseDescriptorSupplier
private static class
LoadBalancerGrpc.LoadBalancerFileDescriptorSupplier
private static class
LoadBalancerGrpc.LoadBalancerMethodDescriptorSupplier
-
Uses of ProtoServiceDescriptorSupplier in io.grpc.lookup.v1
Classes in io.grpc.lookup.v1 that implement ProtoServiceDescriptorSupplier Modifier and Type Class Description private static class
RouteLookupServiceGrpc.RouteLookupServiceBaseDescriptorSupplier
private static class
RouteLookupServiceGrpc.RouteLookupServiceFileDescriptorSupplier
private static class
RouteLookupServiceGrpc.RouteLookupServiceMethodDescriptorSupplier
-
Uses of ProtoServiceDescriptorSupplier in io.grpc.protobuf
Subinterfaces of ProtoServiceDescriptorSupplier in io.grpc.protobuf Modifier and Type Interface Description interface
ProtoMethodDescriptorSupplier
Provides access to the underlying proto service method descriptor. -
Uses of ProtoServiceDescriptorSupplier in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ProtoServiceDescriptorSupplier Modifier and Type Class Description private static class
ServerReflectionGrpc.ServerReflectionBaseDescriptorSupplier
private static class
ServerReflectionGrpc.ServerReflectionFileDescriptorSupplier
private static class
ServerReflectionGrpc.ServerReflectionMethodDescriptorSupplier
-
Uses of ProtoServiceDescriptorSupplier in io.grpc.reflection.v1alpha
Classes in io.grpc.reflection.v1alpha that implement ProtoServiceDescriptorSupplier Modifier and Type Class Description private static class
ServerReflectionGrpc.ServerReflectionBaseDescriptorSupplier
private static class
ServerReflectionGrpc.ServerReflectionFileDescriptorSupplier
private static class
ServerReflectionGrpc.ServerReflectionMethodDescriptorSupplier
-