@Generated(value="by gRPC proto compiler", comments="Source: grpc/channelz/v1/channelz.proto") public final class ChannelzGrpc extends Object
Channelz is a service exposed by gRPC servers that provides detailed debug information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelzGrpc.AsyncService
Channelz is a service exposed by gRPC servers that provides detailed debug
information.
|
static class |
ChannelzGrpc.ChannelzBlockingStub
A stub to allow clients to do synchronous rpc calls to service Channelz.
|
static class |
ChannelzGrpc.ChannelzFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Channelz.
|
static class |
ChannelzGrpc.ChannelzImplBase
Base class for the server implementation of the service Channelz.
|
static class |
ChannelzGrpc.ChannelzStub
A stub to allow clients to do asynchronous rpc calls to service Channelz.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(ChannelzGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<GetChannelRequest,GetChannelResponse> |
getGetChannelMethod() |
static io.grpc.MethodDescriptor<GetServerRequest,GetServerResponse> |
getGetServerMethod() |
static io.grpc.MethodDescriptor<GetServersRequest,GetServersResponse> |
getGetServersMethod() |
static io.grpc.MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse> |
getGetServerSocketsMethod() |
static io.grpc.MethodDescriptor<GetSocketRequest,GetSocketResponse> |
getGetSocketMethod() |
static io.grpc.MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse> |
getGetSubchannelMethod() |
static io.grpc.MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse> |
getGetTopChannelsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ChannelzGrpc.ChannelzBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ChannelzGrpc.ChannelzFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ChannelzGrpc.ChannelzStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse> getGetTopChannelsMethod()
public static io.grpc.MethodDescriptor<GetServersRequest,GetServersResponse> getGetServersMethod()
public static io.grpc.MethodDescriptor<GetServerRequest,GetServerResponse> getGetServerMethod()
public static io.grpc.MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse> getGetServerSocketsMethod()
public static io.grpc.MethodDescriptor<GetChannelRequest,GetChannelResponse> getGetChannelMethod()
public static io.grpc.MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse> getGetSubchannelMethod()
public static io.grpc.MethodDescriptor<GetSocketRequest,GetSocketResponse> getGetSocketMethod()
public static ChannelzGrpc.ChannelzStub newStub(io.grpc.Channel channel)
public static ChannelzGrpc.ChannelzBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ChannelzGrpc.ChannelzFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ChannelzGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()