Uses of Class
io.grpc.ServiceDescriptor
-
Packages that use ServiceDescriptor Package Description io.grpc The gRPC core public API.io.grpc.channelz.v1 io.grpc.health.v1 io.grpc.lb.v1 io.grpc.reflection.v1 io.grpc.reflection.v1alpha -
-
Uses of ServiceDescriptor in io.grpc
Methods in io.grpc that return ServiceDescriptor Modifier and Type Method Description ServiceDescriptorServiceDescriptor.Builder. build()Constructs a newServiceDescriptor.ServiceDescriptorServerServiceDefinition. getServiceDescriptor()The descriptor for the service.Methods in io.grpc with parameters of type ServiceDescriptor Modifier and Type Method Description static ServerServiceDefinition.BuilderServerServiceDefinition. builder(ServiceDescriptor serviceDescriptor) -
Uses of ServiceDescriptor in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorChannelzGrpc. getServiceDescriptor() -
Uses of ServiceDescriptor in io.grpc.health.v1
Methods in io.grpc.health.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorHealthGrpc. getServiceDescriptor() -
Uses of ServiceDescriptor in io.grpc.lb.v1
Methods in io.grpc.lb.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorLoadBalancerGrpc. getServiceDescriptor() -
Uses of ServiceDescriptor in io.grpc.reflection.v1
Methods in io.grpc.reflection.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorServerReflectionGrpc. getServiceDescriptor() -
Uses of ServiceDescriptor in io.grpc.reflection.v1alpha
Methods in io.grpc.reflection.v1alpha that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorServerReflectionGrpc. getServiceDescriptor()
-