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
Methods in io.grpc.channelz.v1 that return GetTopChannelsResponseModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.build()GetTopChannelsResponse.Builder.buildPartial()static GetTopChannelsResponseGetTopChannelsResponse.getDefaultInstance()GetTopChannelsResponse.Builder.getDefaultInstanceForType()GetTopChannelsResponse.getDefaultInstanceForType()ChannelzGrpc.ChannelzBlockingStub.getTopChannels(GetTopChannelsRequest request) Gets all root channels (i.e. channels the application has directly created).static GetTopChannelsResponseGetTopChannelsResponse.parseDelimitedFrom(InputStream input) static GetTopChannelsResponseGetTopChannelsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(byte[] data) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(com.google.protobuf.ByteString data) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(com.google.protobuf.CodedInputStream input) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(InputStream input) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsResponseGetTopChannelsResponse.parseFrom(ByteBuffer data) static GetTopChannelsResponseGetTopChannelsResponse.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. channels the application has directly created).static com.google.protobuf.Parser<GetTopChannelsResponse> GetTopChannelsResponse.parser()Methods in io.grpc.channelz.v1 with parameters of type GetTopChannelsResponseModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.mergeFrom(GetTopChannelsResponse other) GetTopChannelsResponse.newBuilder(GetTopChannelsResponse prototype) Method parameters in io.grpc.channelz.v1 with type arguments of type GetTopChannelsResponseModifier and TypeMethodDescriptiondefault voidChannelzGrpc.AsyncService.getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Gets all root channels (i.e. channels the application has directly created).voidChannelzGrpc.ChannelzStub.getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Gets all root channels (i.e. channels the application has directly created). -
Uses of GetTopChannelsResponse in io.grpc.protobuf.services
Method parameters in io.grpc.protobuf.services with type arguments of type GetTopChannelsResponseModifier and TypeMethodDescriptionvoidChannelzService.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 TypeMethodDescriptionvoidChannelzService.getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Deprecated.Returns top level channel akaManagedChannel.