| Package | Description |
|---|---|
| io.grpc.channelz.v1 | |
| io.grpc.protobuf.services |
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
|
| io.grpc.services |
Service definitions and utilities for the pre-defined gRPC services.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor<GetServerRequest,GetServerResponse> |
ChannelzGrpc.getGetServerMethod() |
Parser<GetServerRequest> |
GetServerRequest.getParserForType() |
static Parser<GetServerRequest> |
GetServerRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetServerResponse |
ChannelzGrpc.ChannelzBlockingStub.getServer(GetServerRequest request)
Returns a single Server, or else a NOT_FOUND code.
|
com.google.common.util.concurrent.ListenableFuture<GetServerResponse> |
ChannelzGrpc.ChannelzFutureStub.getServer(GetServerRequest request)
Returns a single Server, or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzImplBase.getServer(GetServerRequest request,
StreamObserver<GetServerResponse> responseObserver)
Returns a single Server, or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzStub.getServer(GetServerRequest request,
StreamObserver<GetServerResponse> responseObserver)
Returns a single Server, or else a NOT_FOUND code.
|
GetServerRequest.Builder |
GetServerRequest.Builder.mergeFrom(GetServerRequest other) |
static GetServerRequest.Builder |
GetServerRequest.newBuilder(GetServerRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getServer(GetServerRequest request,
StreamObserver<GetServerResponse> responseObserver)
Returns a server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getServer(GetServerRequest request,
StreamObserver<GetServerResponse> responseObserver)
Deprecated.
Returns a server.
|