Uses of Class
io.grpc.channelz.v1.GetTopChannelsRequest
Packages that use GetTopChannelsRequest
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Service definitions and utilities for the pre-defined gRPC services.
-
Uses of GetTopChannelsRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetTopChannelsRequestModifier and TypeFieldDescriptionprivate static final GetTopChannelsRequest
GetTopChannelsRequest.DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetTopChannelsRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor
<GetTopChannelsRequest, GetTopChannelsResponse> ChannelzGrpc.getGetTopChannelsMethod
private static final com.google.protobuf.Parser
<GetTopChannelsRequest> GetTopChannelsRequest.PARSER
Methods in io.grpc.channelz.v1 that return GetTopChannelsRequestModifier and TypeMethodDescriptionGetTopChannelsRequest.Builder.build()
GetTopChannelsRequest.Builder.buildPartial()
static GetTopChannelsRequest
GetTopChannelsRequest.getDefaultInstance()
GetTopChannelsRequest.Builder.getDefaultInstanceForType()
GetTopChannelsRequest.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
(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) static GetTopChannelsRequest
GetTopChannelsRequest.parseFrom
(ByteBuffer data) static GetTopChannelsRequest
GetTopChannelsRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetTopChannelsRequestModifier and TypeMethodDescriptionChannelzGrpc.getGetTopChannelsMethod()
com.google.protobuf.Parser
<GetTopChannelsRequest> GetTopChannelsRequest.getParserForType()
static com.google.protobuf.Parser
<GetTopChannelsRequest> GetTopChannelsRequest.parser()
Methods in io.grpc.channelz.v1 with parameters of type GetTopChannelsRequestModifier and TypeMethodDescriptionprivate void
GetTopChannelsRequest.Builder.buildPartial0
(GetTopChannelsRequest result) default void
ChannelzGrpc.AsyncService.getTopChannels
(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Gets all root channels (i.e.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.void
ChannelzGrpc.ChannelzStub.getTopChannels
(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Gets all root channels (i.e.GetTopChannelsRequest.Builder.mergeFrom
(GetTopChannelsRequest other) GetTopChannelsRequest.newBuilder
(GetTopChannelsRequest prototype) -
Uses of GetTopChannelsRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetTopChannelsRequestModifier and TypeMethodDescriptionvoid
ChannelzService.getTopChannels
(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Returns top level channel akaManagedChannel
. -
Uses of GetTopChannelsRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetTopChannelsRequestModifier and TypeMethodDescriptionvoid
ChannelzService.getTopChannels
(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Deprecated.Returns top level channel akaManagedChannel
.