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 SubchannelSubchannel.Builder. build()SubchannelSubchannel.Builder. buildPartial()static SubchannelSubchannel. getDefaultInstance()SubchannelSubchannel.Builder. getDefaultInstanceForType()SubchannelSubchannel. getDefaultInstanceForType()SubchannelGetSubchannelResponse.Builder. getSubchannel()The Subchannel that corresponds to the requested subchannel_id.SubchannelGetSubchannelResponse. getSubchannel()The Subchannel that corresponds to the requested subchannel_id.SubchannelGetSubchannelResponseOrBuilder. getSubchannel()The Subchannel that corresponds to the requested subchannel_id.static SubchannelSubchannel. parseDelimitedFrom(InputStream input)static SubchannelSubchannel. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(byte[] data)static SubchannelSubchannel. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(ByteString data)static SubchannelSubchannel. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(CodedInputStream input)static SubchannelSubchannel. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(InputStream input)static SubchannelSubchannel. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(ByteBuffer data)static SubchannelSubchannel. 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.BuilderSubchannel.Builder. mergeFrom(Subchannel other)GetSubchannelResponse.BuilderGetSubchannelResponse.Builder. mergeSubchannel(Subchannel value)The Subchannel that corresponds to the requested subchannel_id.static Subchannel.BuilderSubchannel. newBuilder(Subchannel prototype)GetSubchannelResponse.BuilderGetSubchannelResponse.Builder. setSubchannel(Subchannel value)The Subchannel that corresponds to the requested subchannel_id.
-