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