Uses of Class
io.grpc.channelz.v1.GetTopChannelsResponse
Packages that use GetTopChannelsResponse
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 GetTopChannelsResponse in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetTopChannelsResponseModifier and TypeFieldDescriptionprivate static final GetTopChannelsResponse
GetTopChannelsResponse.DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetTopChannelsResponseModifier and TypeFieldDescriptionprivate static MethodDescriptor
<GetTopChannelsRequest, GetTopChannelsResponse> ChannelzGrpc.getGetTopChannelsMethod
private static final com.google.protobuf.Parser
<GetTopChannelsResponse> GetTopChannelsResponse.PARSER
Methods in io.grpc.channelz.v1 that return GetTopChannelsResponseModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.build()
GetTopChannelsResponse.Builder.buildPartial()
static GetTopChannelsResponse
GetTopChannelsResponse.getDefaultInstance()
GetTopChannelsResponse.Builder.getDefaultInstanceForType()
GetTopChannelsResponse.getDefaultInstanceForType()
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
(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) static GetTopChannelsResponse
GetTopChannelsResponse.parseFrom
(ByteBuffer data) static GetTopChannelsResponse
GetTopChannelsResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetTopChannelsResponseModifier and TypeMethodDescriptionChannelzGrpc.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()
Methods in io.grpc.channelz.v1 with parameters of type GetTopChannelsResponseModifier and TypeMethodDescriptionprivate void
GetTopChannelsResponse.Builder.buildPartial0
(GetTopChannelsResponse result) private void
GetTopChannelsResponse.Builder.buildPartialRepeatedFields
(GetTopChannelsResponse result) GetTopChannelsResponse.Builder.mergeFrom
(GetTopChannelsResponse other) GetTopChannelsResponse.newBuilder
(GetTopChannelsResponse prototype) Method parameters in io.grpc.channelz.v1 with type arguments of type GetTopChannelsResponseModifier and TypeMethodDescriptiondefault 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
Methods in io.grpc.protobuf.services that return GetTopChannelsResponseModifier and TypeMethodDescription(package private) static GetTopChannelsResponse
ChannelzProtoUtil.toGetTopChannelResponse
(InternalChannelz.RootChannelList rootChannels) Method parameters in io.grpc.protobuf.services with type arguments of type GetTopChannelsResponseModifier and TypeMethodDescriptionvoid
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 GetTopChannelsResponseModifier and TypeMethodDescriptionvoid
ChannelzService.getTopChannels
(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Deprecated.Returns top level channel akaManagedChannel
.