| 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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(byte[] data) |
static GetChannelResponse |
GetChannelResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(ByteBuffer data) |
static GetChannelResponse |
GetChannelResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetChannelResponse |
GetChannelResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetChannelResponse |
GetChannelResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetChannelResponse |
GetChannelResponse.parseFrom(InputStream input) |
static GetChannelResponse |
GetChannelResponse.parseFrom(InputStream input,
com.google.protobuf.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 io.grpc.MethodDescriptor<GetChannelRequest,GetChannelResponse> |
ChannelzGrpc.getGetChannelMethod() |
com.google.protobuf.Parser<GetChannelResponse> |
GetChannelResponse.getParserForType() |
static com.google.protobuf.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 |
|---|---|
default void |
ChannelzGrpc.AsyncService.getChannel(GetChannelRequest request,
io.grpc.stub.StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.
|
void |
ChannelzGrpc.ChannelzStub.getChannel(GetChannelRequest request,
io.grpc.stub.StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getChannel(GetChannelRequest request,
io.grpc.stub.StreamObserver<GetChannelResponse> responseObserver)
Returns a top level channel aka
ManagedChannel. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getChannel(GetChannelRequest request,
io.grpc.stub.StreamObserver<GetChannelResponse> responseObserver)
Deprecated.
Returns a top level channel aka
ManagedChannel. |