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 GetSubchannelResponse
GetSubchannelResponse.Builder. build()
GetSubchannelResponse
GetSubchannelResponse.Builder. buildPartial()
static GetSubchannelResponse
GetSubchannelResponse. getDefaultInstance()
GetSubchannelResponse
GetSubchannelResponse.Builder. getDefaultInstanceForType()
GetSubchannelResponse
GetSubchannelResponse. getDefaultInstanceForType()
GetSubchannelResponse
ChannelzGrpc.ChannelzBlockingStub. getSubchannel(GetSubchannelRequest request)
Returns a single Subchannel, or else a NOT_FOUND code.static GetSubchannelResponse
GetSubchannelResponse. parseDelimitedFrom(InputStream input)
static GetSubchannelResponse
GetSubchannelResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(byte[] data)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(ByteString data)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(CodedInputStream input)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(InputStream input)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static GetSubchannelResponse
GetSubchannelResponse. parseFrom(ByteBuffer data)
static GetSubchannelResponse
GetSubchannelResponse. 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.Builder
GetSubchannelResponse.Builder. mergeFrom(GetSubchannelResponse other)
static GetSubchannelResponse.Builder
GetSubchannelResponse. newBuilder(GetSubchannelResponse prototype)
Method parameters in io.grpc.channelz.v1 with type arguments of type GetSubchannelResponse 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.void
ChannelzGrpc.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 void
ChannelzService. 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 void
ChannelzService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)
Deprecated.Returns a subchannel.
-