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