Uses of Class
io.grpc.channelz.v1.GetChannelRequest
Packages that use GetChannelRequest
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 GetChannelRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetChannelRequestModifier and TypeFieldDescriptionprivate static final GetChannelRequestGetChannelRequest.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type GetChannelRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor<GetChannelRequest, GetChannelResponse> ChannelzGrpc.getGetChannelMethodprivate static final com.google.protobuf.Parser<GetChannelRequest> GetChannelRequest.PARSERMethods in io.grpc.channelz.v1 that return GetChannelRequestModifier and TypeMethodDescriptionGetChannelRequest.Builder.build()GetChannelRequest.Builder.buildPartial()static GetChannelRequestGetChannelRequest.getDefaultInstance()GetChannelRequest.Builder.getDefaultInstanceForType()GetChannelRequest.getDefaultInstanceForType()static GetChannelRequestGetChannelRequest.parseDelimitedFrom(InputStream input) static GetChannelRequestGetChannelRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelRequestGetChannelRequest.parseFrom(byte[] data) static GetChannelRequestGetChannelRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelRequestGetChannelRequest.parseFrom(com.google.protobuf.ByteString data) static GetChannelRequestGetChannelRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelRequestGetChannelRequest.parseFrom(com.google.protobuf.CodedInputStream input) static GetChannelRequestGetChannelRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelRequestGetChannelRequest.parseFrom(InputStream input) static GetChannelRequestGetChannelRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetChannelRequestGetChannelRequest.parseFrom(ByteBuffer data) static GetChannelRequestGetChannelRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetChannelRequestModifier and TypeMethodDescriptionChannelzGrpc.getGetChannelMethod()com.google.protobuf.Parser<GetChannelRequest> GetChannelRequest.getParserForType()static com.google.protobuf.Parser<GetChannelRequest> GetChannelRequest.parser()Methods in io.grpc.channelz.v1 with parameters of type GetChannelRequestModifier and TypeMethodDescriptionprivate voidGetChannelRequest.Builder.buildPartial0(GetChannelRequest result) default voidChannelzGrpc.AsyncService.getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver) Returns a single Channel, or else a NOT_FOUND code.ChannelzGrpc.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.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 GetChannelRequestModifier and TypeMethodDescriptionvoidChannelzService.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 GetChannelRequestModifier and TypeMethodDescriptionvoidChannelzService.getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver) Deprecated.Returns a top level channel akaManagedChannel.