| 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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(byte[] data) |
static GetServerResponse |
GetServerResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(ByteBuffer data) |
static GetServerResponse |
GetServerResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetServerResponse |
GetServerResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetServerResponse |
GetServerResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetServerResponse |
GetServerResponse.parseFrom(InputStream input) |
static GetServerResponse |
GetServerResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<GetServerRequest,GetServerResponse> |
ChannelzGrpc.getGetServerMethod() |
com.google.protobuf.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 com.google.protobuf.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 |
|---|---|
default void |
ChannelzGrpc.AsyncService.getServer(GetServerRequest request,
io.grpc.stub.StreamObserver<GetServerResponse> responseObserver)
Returns a single Server, or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzStub.getServer(GetServerRequest request,
io.grpc.stub.StreamObserver<GetServerResponse> responseObserver)
Returns a single Server, or else a NOT_FOUND code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getServer(GetServerRequest request,
io.grpc.stub.StreamObserver<GetServerResponse> responseObserver)
Returns a server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getServer(GetServerRequest request,
io.grpc.stub.StreamObserver<GetServerResponse> responseObserver)
Deprecated.
Returns a server.
|