Uses of Class
io.grpc.channelz.v1.GetSubchannelRequest
-
Packages that use GetSubchannelRequest 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 GetSubchannelRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetSubchannelRequest Modifier and Type Field Description private static GetSubchannelRequest
GetSubchannelRequest. DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetSubchannelRequest Modifier and Type Field Description private static MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse>
ChannelzGrpc. getGetSubchannelMethod
private static com.google.protobuf.Parser<GetSubchannelRequest>
GetSubchannelRequest. PARSER
Methods in io.grpc.channelz.v1 that return GetSubchannelRequest Modifier and Type Method Description GetSubchannelRequest
GetSubchannelRequest.Builder. build()
GetSubchannelRequest
GetSubchannelRequest.Builder. buildPartial()
static GetSubchannelRequest
GetSubchannelRequest. getDefaultInstance()
GetSubchannelRequest
GetSubchannelRequest.Builder. getDefaultInstanceForType()
GetSubchannelRequest
GetSubchannelRequest. getDefaultInstanceForType()
static GetSubchannelRequest
GetSubchannelRequest. parseDelimitedFrom(java.io.InputStream input)
static GetSubchannelRequest
GetSubchannelRequest. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static GetSubchannelRequest
GetSubchannelRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSubchannelRequest
GetSubchannelRequest. parseFrom(java.nio.ByteBuffer data)
static GetSubchannelRequest
GetSubchannelRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type GetSubchannelRequest Modifier and Type Method Description static MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse>
ChannelzGrpc. 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 GetSubchannelRequest Modifier and Type Method Description private 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.GetSubchannelResponse
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
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 GetSubchannelRequest Modifier and Type Method Description void
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 GetSubchannelRequest Modifier and Type Method Description void
ChannelzService. getSubchannel(GetSubchannelRequest request, StreamObserver<GetSubchannelResponse> responseObserver)
Deprecated.Returns a subchannel.
-