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
Fields in io.grpc.channelz.v1 declared as GetTopChannelsResponse Modifier and Type Field Description private static GetTopChannelsResponseGetTopChannelsResponse. DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type GetTopChannelsResponse Modifier and Type Field Description private static MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse>ChannelzGrpc. getGetTopChannelsMethodprivate static com.google.protobuf.Parser<GetTopChannelsResponse>GetTopChannelsResponse. PARSERMethods in io.grpc.channelz.v1 that return GetTopChannelsResponse Modifier and Type Method Description GetTopChannelsResponseGetTopChannelsResponse.Builder. build()GetTopChannelsResponseGetTopChannelsResponse.Builder. buildPartial()static GetTopChannelsResponseGetTopChannelsResponse. getDefaultInstance()GetTopChannelsResponseGetTopChannelsResponse.Builder. getDefaultInstanceForType()GetTopChannelsResponseGetTopChannelsResponse. getDefaultInstanceForType()GetTopChannelsResponseChannelzGrpc.ChannelzBlockingStub. getTopChannels(GetTopChannelsRequest request)Gets all root channels (i.e.static GetTopChannelsResponseGetTopChannelsResponse. parseDelimitedFrom(java.io.InputStream input)static GetTopChannelsResponseGetTopChannelsResponse. parseDelimitedFrom(java.io.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(java.io.InputStream input)static GetTopChannelsResponseGetTopChannelsResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTopChannelsResponseGetTopChannelsResponse. parseFrom(java.nio.ByteBuffer data)static GetTopChannelsResponseGetTopChannelsResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.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()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 GetTopChannelsResponse Modifier and Type Method Description private voidGetTopChannelsResponse.Builder. buildPartial0(GetTopChannelsResponse result)private voidGetTopChannelsResponse.Builder. buildPartialRepeatedFields(GetTopChannelsResponse result)GetTopChannelsResponse.BuilderGetTopChannelsResponse.Builder. mergeFrom(GetTopChannelsResponse other)static GetTopChannelsResponse.BuilderGetTopChannelsResponse. newBuilder(GetTopChannelsResponse prototype)Method parameters in io.grpc.channelz.v1 with type arguments of type GetTopChannelsResponse Modifier and Type Method Description default voidChannelzGrpc.AsyncService. getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver)Gets all root channels (i.e.voidChannelzGrpc.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 GetTopChannelsResponse Modifier and Type Method Description (package private) static GetTopChannelsResponseChannelzProtoUtil. toGetTopChannelResponse(InternalChannelz.RootChannelList rootChannels)Method parameters in io.grpc.protobuf.services with type arguments of type GetTopChannelsResponse Modifier and Type Method Description voidChannelzService. 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 voidChannelzService. getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver)Deprecated.Returns top level channel akaManagedChannel.
-