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 GetTopChannelsRequestGetTopChannelsRequest.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type GetTopChannelsRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor<GetTopChannelsRequest, GetTopChannelsResponse> ChannelzGrpc.getGetTopChannelsMethodprivate static final com.google.protobuf.Parser<GetTopChannelsRequest> GetTopChannelsRequest.PARSERMethods in io.grpc.channelz.v1 that return GetTopChannelsRequestModifier and TypeMethodDescriptionGetTopChannelsRequest.Builder.build()GetTopChannelsRequest.Builder.buildPartial()static GetTopChannelsRequestGetTopChannelsRequest.getDefaultInstance()GetTopChannelsRequest.Builder.getDefaultInstanceForType()GetTopChannelsRequest.getDefaultInstanceForType()static GetTopChannelsRequestGetTopChannelsRequest.parseDelimitedFrom(InputStream input) static GetTopChannelsRequestGetTopChannelsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(byte[] data) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(com.google.protobuf.ByteString data) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(com.google.protobuf.CodedInputStream input) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(InputStream input) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTopChannelsRequestGetTopChannelsRequest.parseFrom(ByteBuffer data) static GetTopChannelsRequestGetTopChannelsRequest.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 voidGetTopChannelsRequest.Builder.buildPartial0(GetTopChannelsRequest result) default voidChannelzGrpc.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.voidChannelzGrpc.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 TypeMethodDescriptionvoidChannelzService.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 TypeMethodDescriptionvoidChannelzService.getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver) Deprecated.Returns top level channel akaManagedChannel.