Uses of Class
io.grpc.channelz.v1.Subchannel
-
Packages that use Subchannel Package Description io.grpc.channelz.v1 -
-
Uses of Subchannel in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return Subchannel Modifier and Type Method Description Subchannel
Subchannel.Builder. build()
Subchannel
Subchannel.Builder. buildPartial()
static Subchannel
Subchannel. getDefaultInstance()
Subchannel
Subchannel.Builder. getDefaultInstanceForType()
Subchannel
Subchannel. getDefaultInstanceForType()
Subchannel
GetSubchannelResponse.Builder. getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.Subchannel
GetSubchannelResponse. getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.Subchannel
GetSubchannelResponseOrBuilder. getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.static Subchannel
Subchannel. parseDelimitedFrom(InputStream input)
static Subchannel
Subchannel. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(byte[] data)
static Subchannel
Subchannel. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(ByteString data)
static Subchannel
Subchannel. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(CodedInputStream input)
static Subchannel
Subchannel. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(InputStream input)
static Subchannel
Subchannel. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(ByteBuffer data)
static Subchannel
Subchannel. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type Subchannel Modifier and Type Method Description Parser<Subchannel>
Subchannel. getParserForType()
static Parser<Subchannel>
Subchannel. parser()
Methods in io.grpc.channelz.v1 with parameters of type Subchannel Modifier and Type Method Description Subchannel.Builder
Subchannel.Builder. mergeFrom(Subchannel other)
GetSubchannelResponse.Builder
GetSubchannelResponse.Builder. mergeSubchannel(Subchannel value)
The Subchannel that corresponds to the requested subchannel_id.static Subchannel.Builder
Subchannel. newBuilder(Subchannel prototype)
GetSubchannelResponse.Builder
GetSubchannelResponse.Builder. setSubchannel(Subchannel value)
The Subchannel that corresponds to the requested subchannel_id.
-