Uses of Class
io.grpc.channelz.v1.GetChannelResponse
-
Packages that use GetChannelResponse 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 GetChannelResponse in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return GetChannelResponse Modifier and Type Method Description GetChannelResponse
GetChannelResponse.Builder. build()
GetChannelResponse
GetChannelResponse.Builder. buildPartial()
GetChannelResponse
ChannelzGrpc.ChannelzBlockingStub. getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.static GetChannelResponse
GetChannelResponse. getDefaultInstance()
GetChannelResponse
GetChannelResponse.Builder. getDefaultInstanceForType()
GetChannelResponse
GetChannelResponse. getDefaultInstanceForType()
static GetChannelResponse
GetChannelResponse. parseDelimitedFrom(InputStream input)
static GetChannelResponse
GetChannelResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static GetChannelResponse
GetChannelResponse. parseFrom(byte[] data)
static GetChannelResponse
GetChannelResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static GetChannelResponse
GetChannelResponse. parseFrom(ByteString data)
static GetChannelResponse
GetChannelResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static GetChannelResponse
GetChannelResponse. parseFrom(CodedInputStream input)
static GetChannelResponse
GetChannelResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static GetChannelResponse
GetChannelResponse. parseFrom(InputStream input)
static GetChannelResponse
GetChannelResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static GetChannelResponse
GetChannelResponse. parseFrom(ByteBuffer data)
static GetChannelResponse
GetChannelResponse. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type GetChannelResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<GetChannelResponse>
ChannelzGrpc.ChannelzFutureStub. getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.static MethodDescriptor<GetChannelRequest,GetChannelResponse>
ChannelzGrpc. getGetChannelMethod()
Parser<GetChannelResponse>
GetChannelResponse. getParserForType()
static Parser<GetChannelResponse>
GetChannelResponse. parser()
Methods in io.grpc.channelz.v1 with parameters of type GetChannelResponse Modifier and Type Method Description GetChannelResponse.Builder
GetChannelResponse.Builder. mergeFrom(GetChannelResponse other)
static GetChannelResponse.Builder
GetChannelResponse. newBuilder(GetChannelResponse prototype)
Method parameters in io.grpc.channelz.v1 with type arguments of type GetChannelResponse Modifier and Type Method Description default void
ChannelzGrpc.AsyncService. getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.void
ChannelzGrpc.ChannelzStub. getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code. -
Uses of GetChannelResponse in io.grpc.protobuf.services
Method parameters in io.grpc.protobuf.services with type arguments of type GetChannelResponse Modifier and Type Method Description void
ChannelzService. getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver)
Returns a top level channel akaManagedChannel
. -
Uses of GetChannelResponse in io.grpc.services
Method parameters in io.grpc.services with type arguments of type GetChannelResponse Modifier and Type Method Description void
ChannelzService. getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver)
Deprecated.Returns a top level channel akaManagedChannel
.
-