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 ServiceDescriptor
ServiceDescriptor.Builder. build()
Constructs a newServiceDescriptor
.ServiceDescriptor
ServerServiceDefinition. getServiceDescriptor()
The descriptor for the service.Methods in io.grpc with parameters of type ServiceDescriptor Modifier and Type Method Description static ServerServiceDefinition.Builder
ServerServiceDefinition. 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 ServiceDescriptor
ChannelzGrpc. getServiceDescriptor()
-
Uses of ServiceDescriptor in io.grpc.health.v1
Methods in io.grpc.health.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptor
HealthGrpc. getServiceDescriptor()
-
Uses of ServiceDescriptor in io.grpc.lb.v1
Methods in io.grpc.lb.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptor
LoadBalancerGrpc. getServiceDescriptor()
-
Uses of ServiceDescriptor in io.grpc.reflection.v1
Methods in io.grpc.reflection.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptor
ServerReflectionGrpc. getServiceDescriptor()
-
Uses of ServiceDescriptor in io.grpc.reflection.v1alpha
Methods in io.grpc.reflection.v1alpha that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptor
ServerReflectionGrpc. getServiceDescriptor()
-