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 voidChannelzGrpc.AsyncService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)Returns a single Subchannel, or else a NOT_FOUND code.GetSubchannelResponseChannelzGrpc.ChannelzBlockingStub. getSubchannel(GetSubchannelRequest request)Returns a single Subchannel, or else a NOT_FOUND code.GetSubchannelResponseChannelzGrpc.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.voidChannelzGrpc.ChannelzStub. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)Returns a single Subchannel, or else a NOT_FOUND code.GetSubchannelRequest.BuilderGetSubchannelRequest.Builder. mergeFrom(GetSubchannelRequest other)static GetSubchannelRequest.BuilderGetSubchannelRequest. 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 voidChannelzService. 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 voidChannelzService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)Deprecated.Returns a subchannel.
-