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