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 GetSubchannelRequest
GetSubchannelRequest.DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetSubchannelRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor
<GetSubchannelRequest, GetSubchannelResponse> ChannelzGrpc.getGetSubchannelMethod
private static final com.google.protobuf.Parser
<GetSubchannelRequest> GetSubchannelRequest.PARSER
Methods in io.grpc.channelz.v1 that return GetSubchannelRequestModifier and TypeMethodDescriptionGetSubchannelRequest.Builder.build()
GetSubchannelRequest.Builder.buildPartial()
static GetSubchannelRequest
GetSubchannelRequest.getDefaultInstance()
GetSubchannelRequest.Builder.getDefaultInstanceForType()
GetSubchannelRequest.getDefaultInstanceForType()
static GetSubchannelRequest
GetSubchannelRequest.parseDelimitedFrom
(InputStream input) static GetSubchannelRequest
GetSubchannelRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(byte[] data) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(com.google.protobuf.ByteString data) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(InputStream input) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetSubchannelRequest
GetSubchannelRequest.parseFrom
(ByteBuffer data) static GetSubchannelRequest
GetSubchannelRequest.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 void
GetSubchannelRequest.Builder.buildPartial0
(GetSubchannelRequest result) default void
ChannelzGrpc.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.void
ChannelzGrpc.ChannelzStub.getSubchannel
(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver) Returns a single Subchannel, or else a NOT_FOUND code.GetSubchannelRequest.Builder.mergeFrom
(GetSubchannelRequest other) static GetSubchannelRequest.Builder
GetSubchannelRequest.newBuilder
(GetSubchannelRequest prototype) -
Uses of GetSubchannelRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetSubchannelRequestModifier and TypeMethodDescriptionvoid
ChannelzService.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 TypeMethodDescriptionvoid
ChannelzService.getSubchannel
(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver) Deprecated.Returns a subchannel.