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 ServiceDescriptorServerServiceDefinition.Builder. serviceDescriptorprivate ServiceDescriptorServerServiceDefinition. serviceDescriptorMethods 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)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 ServiceDescriptorChannelzGrpc. serviceDescriptorMethods in io.grpc.channelz.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorChannelzGrpc. 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 ServiceDescriptorHealthGrpc. serviceDescriptorMethods in io.grpc.health.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorHealthGrpc. 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 ServiceDescriptorLoadBalancerGrpc. serviceDescriptorMethods in io.grpc.lb.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorLoadBalancerGrpc. 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 ServiceDescriptorRouteLookupServiceGrpc. serviceDescriptorMethods in io.grpc.lookup.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorRouteLookupServiceGrpc. 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 ServiceDescriptorServerReflectionGrpc. serviceDescriptorMethods in io.grpc.reflection.v1 that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorServerReflectionGrpc. 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 ServiceDescriptorServerReflectionGrpc. serviceDescriptorMethods in io.grpc.reflection.v1alpha that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorServerReflectionGrpc. getServiceDescriptor()
-