Uses of Class
io.grpc.channelz.v1.GetSubchannelRequest
-
Packages that use GetSubchannelRequest 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 GetSubchannelRequest in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return types with arguments of type GetSubchannelRequest Modifier and Type Method Description static MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse>
ChannelzGrpc. getGetSubchannelMethod()
Parser<GetSubchannelRequest>
GetSubchannelRequest. getParserForType()
static Parser<GetSubchannelRequest>
GetSubchannelRequest. parser()
Methods in io.grpc.channelz.v1 with parameters of type GetSubchannelRequest Modifier and Type Method Description default void
ChannelzGrpc.AsyncService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)
Returns a single Subchannel, or else a NOT_FOUND code.GetSubchannelResponse
ChannelzGrpc.ChannelzBlockingStub. getSubchannel(GetSubchannelRequest request)
Returns a single Subchannel, or else a NOT_FOUND code.GetSubchannelResponse
ChannelzGrpc.ChannelzBlockingV2Stub. getSubchannel(GetSubchannelRequest request)
Returns a single Subchannel, or else a NOT_FOUND code.com.google.common.util.concurrent.ListenableFuture<GetSubchannelResponse>
ChannelzGrpc.ChannelzFutureStub. getSubchannel(GetSubchannelRequest request)
Returns a single Subchannel, or else a NOT_FOUND code.void
ChannelzGrpc.ChannelzStub. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)
Returns a single Subchannel, or else a NOT_FOUND code.GetSubchannelRequest.Builder
GetSubchannelRequest.Builder. mergeFrom(GetSubchannelRequest other)
static GetSubchannelRequest.Builder
GetSubchannelRequest. newBuilder(GetSubchannelRequest prototype)
-
Uses of GetSubchannelRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetSubchannelRequest Modifier and Type Method Description void
ChannelzService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)
Returns a subchannel. -
Uses of GetSubchannelRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetSubchannelRequest Modifier and Type Method Description void
ChannelzService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)
Deprecated.Returns a subchannel.
-