| 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 |
|---|---|
GetChannelResponse |
GetChannelResponse.Builder.build() |
GetChannelResponse |
GetChannelResponse.Builder.buildPartial() |
GetChannelResponse |
ChannelzGrpc.ChannelzBlockingStub.getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.
|
static GetChannelResponse |
GetChannelResponse.getDefaultInstance() |
GetChannelResponse |
GetChannelResponse.getDefaultInstanceForType() |
GetChannelResponse |
GetChannelResponse.Builder.getDefaultInstanceForType() |
static GetChannelResponse |
GetChannelResponse.parseDelimitedFrom(InputStream input) |
static GetChannelResponse |
GetChannelResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(byte[] data) |
static GetChannelResponse |
GetChannelResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(ByteBuffer data) |
static GetChannelResponse |
GetChannelResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(ByteString data) |
static GetChannelResponse |
GetChannelResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(CodedInputStream input) |
static GetChannelResponse |
GetChannelResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(InputStream input) |
static GetChannelResponse |
GetChannelResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<GetChannelResponse> |
ChannelzGrpc.ChannelzFutureStub.getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.
|
static MethodDescriptor<GetChannelRequest,GetChannelResponse> |
ChannelzGrpc.getGetChannelMethod() |
Parser<GetChannelResponse> |
GetChannelResponse.getParserForType() |
static Parser<GetChannelResponse> |
GetChannelResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetChannelResponse.Builder |
GetChannelResponse.Builder.mergeFrom(GetChannelResponse other) |
static GetChannelResponse.Builder |
GetChannelResponse.newBuilder(GetChannelResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzGrpc.ChannelzImplBase.getChannel(GetChannelRequest request,
StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzStub.getChannel(GetChannelRequest request,
StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getChannel(GetChannelRequest request,
StreamObserver<GetChannelResponse> responseObserver)
Returns a top level channel aka
ManagedChannel. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getChannel(GetChannelRequest request,
StreamObserver<GetChannelResponse> responseObserver)
Deprecated.
Returns a top level channel aka
ManagedChannel. |