Uses of Class
io.grpc.channelz.v1.GetSubchannelResponse
Packages that use GetSubchannelResponse
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 GetSubchannelResponse in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetSubchannelResponseModifier and TypeFieldDescriptionprivate static final GetSubchannelResponseGetSubchannelResponse.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type GetSubchannelResponseModifier and TypeFieldDescriptionprivate static MethodDescriptor<GetSubchannelRequest, GetSubchannelResponse> ChannelzGrpc.getGetSubchannelMethodprivate static final com.google.protobuf.Parser<GetSubchannelResponse> GetSubchannelResponse.PARSERMethods in io.grpc.channelz.v1 that return GetSubchannelResponseModifier and TypeMethodDescriptionGetSubchannelResponse.Builder.build()GetSubchannelResponse.Builder.buildPartial()static GetSubchannelResponseGetSubchannelResponse.getDefaultInstance()GetSubchannelResponse.Builder.getDefaultInstanceForType()GetSubchannelResponse.getDefaultInstanceForType()ChannelzGrpc.ChannelzBlockingStub.getSubchannel(GetSubchannelRequest request) Returns a single Subchannel, or else a NOT_FOUND code.static GetSubchannelResponseGetSubchannelResponse.parseDelimitedFrom(InputStream input) static GetSubchannelResponseGetSubchannelResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelResponseGetSubchannelResponse.parseFrom(byte[] data) static GetSubchannelResponseGetSubchannelResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelResponseGetSubchannelResponse.parseFrom(com.google.protobuf.ByteString data) static GetSubchannelResponseGetSubchannelResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelResponseGetSubchannelResponse.parseFrom(com.google.protobuf.CodedInputStream input) static GetSubchannelResponseGetSubchannelResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelResponseGetSubchannelResponse.parseFrom(InputStream input) static GetSubchannelResponseGetSubchannelResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelResponseGetSubchannelResponse.parseFrom(ByteBuffer data) static GetSubchannelResponseGetSubchannelResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetSubchannelResponseModifier and TypeMethodDescriptionChannelzGrpc.getGetSubchannelMethod()com.google.protobuf.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 com.google.protobuf.Parser<GetSubchannelResponse> GetSubchannelResponse.parser()Methods in io.grpc.channelz.v1 with parameters of type GetSubchannelResponseModifier and TypeMethodDescriptionprivate voidGetSubchannelResponse.Builder.buildPartial0(GetSubchannelResponse result) GetSubchannelResponse.Builder.mergeFrom(GetSubchannelResponse other) GetSubchannelResponse.newBuilder(GetSubchannelResponse prototype) Method parameters in io.grpc.channelz.v1 with type arguments of type GetSubchannelResponseModifier and TypeMethodDescriptiondefault voidChannelzGrpc.AsyncService.getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver) Returns a single Subchannel, or else a NOT_FOUND code.voidChannelzGrpc.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 GetSubchannelResponseModifier and TypeMethodDescriptionvoidChannelzService.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 GetSubchannelResponseModifier and TypeMethodDescriptionvoidChannelzService.getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver) Deprecated.Returns a subchannel.