Package io.grpc.channelz.v1
Class ChannelzGrpc.ChannelzBaseDescriptorSupplier
java.lang.Object
io.grpc.channelz.v1.ChannelzGrpc.ChannelzBaseDescriptorSupplier
- All Implemented Interfaces:
ProtoFileDescriptorSupplier
,ProtoServiceDescriptorSupplier
- Direct Known Subclasses:
ChannelzGrpc.ChannelzFileDescriptorSupplier
,ChannelzGrpc.ChannelzMethodDescriptorSupplier
- Enclosing class:
ChannelzGrpc
private abstract static class ChannelzGrpc.ChannelzBaseDescriptorSupplier
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
-
ChannelzBaseDescriptorSupplier
ChannelzBaseDescriptorSupplier()
-
-
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
-