Package io.grpc.health.v1
Class HealthGrpc.HealthBaseDescriptorSupplier
java.lang.Object
io.grpc.health.v1.HealthGrpc.HealthBaseDescriptorSupplier
- All Implemented Interfaces:
ProtoFileDescriptorSupplier
,ProtoServiceDescriptorSupplier
- Direct Known Subclasses:
HealthGrpc.HealthFileDescriptorSupplier
,HealthGrpc.HealthMethodDescriptorSupplier
- Enclosing class:
HealthGrpc
private abstract static class HealthGrpc.HealthBaseDescriptorSupplier
extends Object
implements ProtoFileDescriptorSupplier, ProtoServiceDescriptorSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Descriptors.FileDescriptor
Returns file descriptor to the underlying proto file.com.google.protobuf.Descriptors.ServiceDescriptor
Returns service descriptor to the proto service.
-
Constructor Details
-
HealthBaseDescriptorSupplier
HealthBaseDescriptorSupplier()
-
-
Method Details
-
getFileDescriptor
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor()Description copied from interface:ProtoFileDescriptorSupplier
Returns file descriptor to the underlying proto file.- Specified by:
getFileDescriptor
in interfaceProtoFileDescriptorSupplier
-
getServiceDescriptor
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor()Description copied from interface:ProtoServiceDescriptorSupplier
Returns service descriptor to the proto service.- Specified by:
getServiceDescriptor
in interfaceProtoServiceDescriptorSupplier
-