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.lookup.v1 io.grpc.reflection.v1 io.grpc.reflection.v1alpha -
-
Uses of ServiceDescriptor in io.grpc
Fields in io.grpc declared as ServiceDescriptor Modifier and Type Field Description private ServiceDescriptor
ServerServiceDefinition.Builder. serviceDescriptor
private ServiceDescriptor
ServerServiceDefinition. serviceDescriptor
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)
Constructors in io.grpc with parameters of type ServiceDescriptor Constructor Description Builder(ServiceDescriptor serviceDescriptor)
ServerServiceDefinition(ServiceDescriptor serviceDescriptor, java.util.Map<java.lang.String,ServerMethodDefinition<?,?>> methods)
-
Uses of ServiceDescriptor in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ServiceDescriptor Modifier and Type Field Description private static ServiceDescriptor
ChannelzGrpc. serviceDescriptor
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
Fields in io.grpc.health.v1 declared as ServiceDescriptor Modifier and Type Field Description private static ServiceDescriptor
HealthGrpc. serviceDescriptor
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
Fields in io.grpc.lb.v1 declared as ServiceDescriptor Modifier and Type Field Description private static ServiceDescriptor
LoadBalancerGrpc. serviceDescriptor
Methods in io.grpc.lb.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptor
LoadBalancerGrpc. getServiceDescriptor()
-
Uses of ServiceDescriptor in io.grpc.lookup.v1
Fields in io.grpc.lookup.v1 declared as ServiceDescriptor Modifier and Type Field Description private static ServiceDescriptor
RouteLookupServiceGrpc. serviceDescriptor
Methods in io.grpc.lookup.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptor
RouteLookupServiceGrpc. getServiceDescriptor()
-
Uses of ServiceDescriptor in io.grpc.reflection.v1
Fields in io.grpc.reflection.v1 declared as ServiceDescriptor Modifier and Type Field Description private static ServiceDescriptor
ServerReflectionGrpc. serviceDescriptor
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
Fields in io.grpc.reflection.v1alpha declared as ServiceDescriptor Modifier and Type Field Description private static ServiceDescriptor
ServerReflectionGrpc. serviceDescriptor
Methods in io.grpc.reflection.v1alpha that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptor
ServerReflectionGrpc. getServiceDescriptor()
-