| 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 |
|---|---|
GetServerResponse |
GetServerResponse.Builder.build() |
GetServerResponse |
GetServerResponse.Builder.buildPartial() |
static GetServerResponse |
GetServerResponse.getDefaultInstance() |
GetServerResponse |
GetServerResponse.getDefaultInstanceForType() |
GetServerResponse |
GetServerResponse.Builder.getDefaultInstanceForType() |
GetServerResponse |
ChannelzGrpc.ChannelzBlockingStub.getServer(GetServerRequest request)
Returns a single Server, or else a NOT_FOUND code.
|
static GetServerResponse |
GetServerResponse.parseDelimitedFrom(InputStream input) |
static GetServerResponse |
GetServerResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(byte[] data) |
static GetServerResponse |
GetServerResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(ByteBuffer data) |
static GetServerResponse |
GetServerResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(ByteString data) |
static GetServerResponse |
GetServerResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(CodedInputStream input) |
static GetServerResponse |
GetServerResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(InputStream input) |
static GetServerResponse |
GetServerResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor<GetServerRequest,GetServerResponse> |
ChannelzGrpc.getGetServerMethod() |
Parser<GetServerResponse> |
GetServerResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<GetServerResponse> |
ChannelzGrpc.ChannelzFutureStub.getServer(GetServerRequest request)
Returns a single Server, or else a NOT_FOUND code.
|
static Parser<GetServerResponse> |
GetServerResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetServerResponse.Builder |
GetServerResponse.Builder.mergeFrom(GetServerResponse other) |
static GetServerResponse.Builder |
GetServerResponse.newBuilder(GetServerResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|