| 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 |
|---|---|
GetTopChannelsRequest |
GetTopChannelsRequest.Builder.build() |
GetTopChannelsRequest |
GetTopChannelsRequest.Builder.buildPartial() |
static GetTopChannelsRequest |
GetTopChannelsRequest.getDefaultInstance() |
GetTopChannelsRequest |
GetTopChannelsRequest.getDefaultInstanceForType() |
GetTopChannelsRequest |
GetTopChannelsRequest.Builder.getDefaultInstanceForType() |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseDelimitedFrom(InputStream input) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(byte[] data) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(ByteBuffer data) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopChannelsRequest |
GetTopChannelsRequest.parseFrom(InputStream input) |
static GetTopChannelsRequest |
GetTopChannelsRequest.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<GetTopChannelsRequest> |
GetTopChannelsRequest.getParserForType() |
static com.google.protobuf.Parser<GetTopChannelsRequest> |
GetTopChannelsRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetTopChannelsResponse |
ChannelzGrpc.ChannelzBlockingStub.getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e.
|
com.google.common.util.concurrent.ListenableFuture<GetTopChannelsResponse> |
ChannelzGrpc.ChannelzFutureStub.getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e.
|
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.
|
GetTopChannelsRequest.Builder |
GetTopChannelsRequest.Builder.mergeFrom(GetTopChannelsRequest other) |
static GetTopChannelsRequest.Builder |
GetTopChannelsRequest.newBuilder(GetTopChannelsRequest prototype) |
| 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. |