Uses of Class
io.grpc.channelz.v1.GetChannelResponse
Packages that use GetChannelResponse
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Service definitions and utilities for the pre-defined gRPC services.
-
Uses of GetChannelResponse in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetChannelResponseModifier and TypeFieldDescriptionprivate static final GetChannelResponse
GetChannelResponse.DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetChannelResponseModifier and TypeFieldDescriptionprivate static MethodDescriptor
<GetChannelRequest, GetChannelResponse> ChannelzGrpc.getGetChannelMethod
private static final com.google.protobuf.Parser
<GetChannelResponse> GetChannelResponse.PARSER
Methods in io.grpc.channelz.v1 that return GetChannelResponseModifier and TypeMethodDescriptionGetChannelResponse.Builder.build()
GetChannelResponse.Builder.buildPartial()
ChannelzGrpc.ChannelzBlockingStub.getChannel
(GetChannelRequest request) Returns a single Channel, or else a NOT_FOUND code.static GetChannelResponse
GetChannelResponse.getDefaultInstance()
GetChannelResponse.Builder.getDefaultInstanceForType()
GetChannelResponse.getDefaultInstanceForType()
static GetChannelResponse
GetChannelResponse.parseDelimitedFrom
(InputStream input) static GetChannelResponse
GetChannelResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelResponse
GetChannelResponse.parseFrom
(byte[] data) static GetChannelResponse
GetChannelResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelResponse
GetChannelResponse.parseFrom
(com.google.protobuf.ByteString data) static GetChannelResponse
GetChannelResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelResponse
GetChannelResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static GetChannelResponse
GetChannelResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelResponse
GetChannelResponse.parseFrom
(InputStream input) static GetChannelResponse
GetChannelResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelResponse
GetChannelResponse.parseFrom
(ByteBuffer data) static GetChannelResponse
GetChannelResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetChannelResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<GetChannelResponse> ChannelzGrpc.ChannelzFutureStub.getChannel
(GetChannelRequest request) Returns a single Channel, or else a NOT_FOUND code.ChannelzGrpc.getGetChannelMethod()
com.google.protobuf.Parser
<GetChannelResponse> GetChannelResponse.getParserForType()
static com.google.protobuf.Parser
<GetChannelResponse> GetChannelResponse.parser()
Methods in io.grpc.channelz.v1 with parameters of type GetChannelResponseModifier and TypeMethodDescriptionprivate void
GetChannelResponse.Builder.buildPartial0
(GetChannelResponse result) GetChannelResponse.Builder.mergeFrom
(GetChannelResponse other) static GetChannelResponse.Builder
GetChannelResponse.newBuilder
(GetChannelResponse prototype) Method parameters in io.grpc.channelz.v1 with type arguments of type GetChannelResponseModifier and TypeMethodDescriptiondefault 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 GetChannelResponseModifier and TypeMethodDescriptionvoid
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 GetChannelResponseModifier and TypeMethodDescriptionvoid
ChannelzService.getChannel
(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver) Deprecated.Returns a top level channel akaManagedChannel
.