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