Uses of Class
io.grpc.channelz.v1.GetTopChannelsResponse
-
Packages that use GetTopChannelsResponse 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. -
-
Uses of GetTopChannelsResponse in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return GetTopChannelsResponse Modifier and Type Method Description GetTopChannelsResponse
GetTopChannelsResponse.Builder. build()
GetTopChannelsResponse
GetTopChannelsResponse.Builder. buildPartial()
static GetTopChannelsResponse
GetTopChannelsResponse. getDefaultInstance()
GetTopChannelsResponse
GetTopChannelsResponse.Builder. getDefaultInstanceForType()
GetTopChannelsResponse
GetTopChannelsResponse. getDefaultInstanceForType()
GetTopChannelsResponse
ChannelzGrpc.ChannelzBlockingStub. getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e.GetTopChannelsResponse
ChannelzGrpc.ChannelzBlockingV2Stub. getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e.static GetTopChannelsResponse
GetTopChannelsResponse. parseDelimitedFrom(InputStream input)
static GetTopChannelsResponse
GetTopChannelsResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(byte[] data)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(ByteString data)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(CodedInputStream input)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(InputStream input)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(ByteBuffer data)
static GetTopChannelsResponse
GetTopChannelsResponse. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type GetTopChannelsResponse Modifier and Type Method Description static MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse>
ChannelzGrpc. getGetTopChannelsMethod()
Parser<GetTopChannelsResponse>
GetTopChannelsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<GetTopChannelsResponse>
ChannelzGrpc.ChannelzFutureStub. getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e.static Parser<GetTopChannelsResponse>
GetTopChannelsResponse. parser()
Methods in io.grpc.channelz.v1 with parameters of type GetTopChannelsResponse Modifier and Type Method Description GetTopChannelsResponse.Builder
GetTopChannelsResponse.Builder. mergeFrom(GetTopChannelsResponse other)
static GetTopChannelsResponse.Builder
GetTopChannelsResponse. newBuilder(GetTopChannelsResponse prototype)
Method parameters in io.grpc.channelz.v1 with type arguments of type GetTopChannelsResponse Modifier and Type Method Description default void
ChannelzGrpc.AsyncService. getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver)
Gets all root channels (i.e.void
ChannelzGrpc.ChannelzStub. getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver)
Gets all root channels (i.e. -
Uses of GetTopChannelsResponse in io.grpc.protobuf.services
Method parameters in io.grpc.protobuf.services with type arguments of type GetTopChannelsResponse Modifier and Type Method Description void
ChannelzService. getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver)
Returns top level channel akaManagedChannel
. -
Uses of GetTopChannelsResponse in io.grpc.services
Method parameters in io.grpc.services with type arguments of type GetTopChannelsResponse Modifier and Type Method Description void
ChannelzService. getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver)
Deprecated.Returns top level channel akaManagedChannel
.
-