| 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 |
|---|---|
GetTopChannelsResponse |
GetTopChannelsResponse.Builder.build() |
GetTopChannelsResponse |
GetTopChannelsResponse.Builder.buildPartial() |
static GetTopChannelsResponse |
GetTopChannelsResponse.getDefaultInstance() |
GetTopChannelsResponse |
GetTopChannelsResponse.getDefaultInstanceForType() |
GetTopChannelsResponse |
GetTopChannelsResponse.Builder.getDefaultInstanceForType() |
GetTopChannelsResponse |
ChannelzGrpc.ChannelzBlockingStub.getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e.
|
static GetTopChannelsResponse |
GetTopChannelsResponse.parseDelimitedFrom(InputStream input) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(byte[] data) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(ByteBuffer data) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(InputStream input) |
static GetTopChannelsResponse |
GetTopChannelsResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse> |
ChannelzGrpc.getGetTopChannelsMethod() |
com.google.protobuf.Parser<GetTopChannelsResponse> |
GetTopChannelsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<GetTopChannelsResponse> |
ChannelzGrpc.ChannelzFutureStub.getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e.
|
static com.google.protobuf.Parser<GetTopChannelsResponse> |
GetTopChannelsResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetTopChannelsResponse.Builder |
GetTopChannelsResponse.Builder.mergeFrom(GetTopChannelsResponse other) |
static GetTopChannelsResponse.Builder |
GetTopChannelsResponse.newBuilder(GetTopChannelsResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
ChannelzGrpc.AsyncService.getTopChannels(GetTopChannelsRequest request,
io.grpc.stub.StreamObserver<GetTopChannelsResponse> responseObserver)
Gets all root channels (i.e.
|
void |
ChannelzGrpc.ChannelzStub.getTopChannels(GetTopChannelsRequest request,
io.grpc.stub.StreamObserver<GetTopChannelsResponse> responseObserver)
Gets all root channels (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getTopChannels(GetTopChannelsRequest request,
io.grpc.stub.StreamObserver<GetTopChannelsResponse> responseObserver)
Returns top level channel aka
ManagedChannel. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getTopChannels(GetTopChannelsRequest request,
io.grpc.stub.StreamObserver<GetTopChannelsResponse> responseObserver)
Deprecated.
Returns top level channel aka
ManagedChannel. |