Uses of Class
io.grpc.channelz.v1.GetTopChannelsRequest
-
Packages that use GetTopChannelsRequest 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 GetTopChannelsRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetTopChannelsRequest Modifier and Type Field Description private static GetTopChannelsRequest
GetTopChannelsRequest. DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetTopChannelsRequest Modifier and Type Field Description private static MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse>
ChannelzGrpc. getGetTopChannelsMethod
private static com.google.protobuf.Parser<GetTopChannelsRequest>
GetTopChannelsRequest. PARSER
Methods in io.grpc.channelz.v1 that return GetTopChannelsRequest Modifier and Type Method Description GetTopChannelsRequest
GetTopChannelsRequest.Builder. build()
GetTopChannelsRequest
GetTopChannelsRequest.Builder. buildPartial()
static GetTopChannelsRequest
GetTopChannelsRequest. getDefaultInstance()
GetTopChannelsRequest
GetTopChannelsRequest.Builder. getDefaultInstanceForType()
GetTopChannelsRequest
GetTopChannelsRequest. getDefaultInstanceForType()
static GetTopChannelsRequest
GetTopChannelsRequest. parseDelimitedFrom(java.io.InputStream input)
static GetTopChannelsRequest
GetTopChannelsRequest. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static GetTopChannelsRequest
GetTopChannelsRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopChannelsRequest
GetTopChannelsRequest. parseFrom(java.nio.ByteBuffer data)
static GetTopChannelsRequest
GetTopChannelsRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type GetTopChannelsRequest Modifier and Type Method Description static MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse>
ChannelzGrpc. 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 GetTopChannelsRequest Modifier and Type Method Description private void
GetTopChannelsRequest.Builder. buildPartial0(GetTopChannelsRequest result)
default void
ChannelzGrpc.AsyncService. getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver)
Gets all root channels (i.e.GetTopChannelsResponse
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
GetTopChannelsRequest.Builder. mergeFrom(GetTopChannelsRequest other)
static GetTopChannelsRequest.Builder
GetTopChannelsRequest. newBuilder(GetTopChannelsRequest prototype)
-
Uses of GetTopChannelsRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetTopChannelsRequest Modifier and Type Method Description void
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 GetTopChannelsRequest Modifier and Type Method Description void
ChannelzService. getTopChannels(GetTopChannelsRequest request, StreamObserver<GetTopChannelsResponse> responseObserver)
Deprecated.Returns top level channel akaManagedChannel
.
-