Uses of Class
io.grpc.channelz.v1.GetSubchannelResponse
-
Packages that use GetSubchannelResponse 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 GetSubchannelResponse in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return GetSubchannelResponse Modifier and Type Method Description GetSubchannelResponseGetSubchannelResponse.Builder. build()GetSubchannelResponseGetSubchannelResponse.Builder. buildPartial()static GetSubchannelResponseGetSubchannelResponse. getDefaultInstance()GetSubchannelResponseGetSubchannelResponse.Builder. getDefaultInstanceForType()GetSubchannelResponseGetSubchannelResponse. getDefaultInstanceForType()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.static GetSubchannelResponseGetSubchannelResponse. parseDelimitedFrom(InputStream input)static GetSubchannelResponseGetSubchannelResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetSubchannelResponseGetSubchannelResponse. parseFrom(byte[] data)static GetSubchannelResponseGetSubchannelResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static GetSubchannelResponseGetSubchannelResponse. parseFrom(ByteString data)static GetSubchannelResponseGetSubchannelResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetSubchannelResponseGetSubchannelResponse. parseFrom(CodedInputStream input)static GetSubchannelResponseGetSubchannelResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static GetSubchannelResponseGetSubchannelResponse. parseFrom(InputStream input)static GetSubchannelResponseGetSubchannelResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetSubchannelResponseGetSubchannelResponse. parseFrom(ByteBuffer data)static GetSubchannelResponseGetSubchannelResponse. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in io.grpc.channelz.v1 that return types with arguments of type GetSubchannelResponse Modifier and Type Method Description static MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse>ChannelzGrpc. getGetSubchannelMethod()Parser<GetSubchannelResponse>GetSubchannelResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<GetSubchannelResponse>ChannelzGrpc.ChannelzFutureStub. getSubchannel(GetSubchannelRequest request)Returns a single Subchannel, or else a NOT_FOUND code.static Parser<GetSubchannelResponse>GetSubchannelResponse. parser()Methods in io.grpc.channelz.v1 with parameters of type GetSubchannelResponse Modifier and Type Method Description GetSubchannelResponse.BuilderGetSubchannelResponse.Builder. mergeFrom(GetSubchannelResponse other)static GetSubchannelResponse.BuilderGetSubchannelResponse. newBuilder(GetSubchannelResponse prototype)Method parameters in io.grpc.channelz.v1 with type arguments of type GetSubchannelResponse Modifier and Type Method Description default voidChannelzGrpc.AsyncService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)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. -
Uses of GetSubchannelResponse in io.grpc.protobuf.services
Method parameters in io.grpc.protobuf.services with type arguments of type GetSubchannelResponse Modifier and Type Method Description voidChannelzService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)Returns a subchannel. -
Uses of GetSubchannelResponse in io.grpc.services
Method parameters in io.grpc.services with type arguments of type GetSubchannelResponse Modifier and Type Method Description voidChannelzService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)Deprecated.Returns a subchannel.
-