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