Uses of Class
io.grpc.channelz.v1.Subchannel
Packages that use Subchannel
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of Subchannel in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as SubchannelModifier and TypeFieldDescriptionprivate static final Subchannel
Subchannel.DEFAULT_INSTANCE
private Subchannel
GetSubchannelResponse.Builder.subchannel_
private Subchannel
GetSubchannelResponse.subchannel_
Fields in io.grpc.channelz.v1 with type parameters of type SubchannelModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<Subchannel> Subchannel.PARSER
private com.google.protobuf.SingleFieldBuilder
<Subchannel, Subchannel.Builder, SubchannelOrBuilder> GetSubchannelResponse.Builder.subchannelBuilder_
Methods in io.grpc.channelz.v1 that return SubchannelModifier and TypeMethodDescriptionSubchannel.Builder.build()
Subchannel.Builder.buildPartial()
static Subchannel
Subchannel.getDefaultInstance()
Subchannel.Builder.getDefaultInstanceForType()
Subchannel.getDefaultInstanceForType()
GetSubchannelResponse.Builder.getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.GetSubchannelResponse.getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.GetSubchannelResponseOrBuilder.getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.static Subchannel
Subchannel.parseDelimitedFrom
(InputStream input) static Subchannel
Subchannel.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Subchannel
Subchannel.parseFrom
(byte[] data) static Subchannel
Subchannel.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Subchannel
Subchannel.parseFrom
(com.google.protobuf.ByteString data) static Subchannel
Subchannel.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Subchannel
Subchannel.parseFrom
(com.google.protobuf.CodedInputStream input) static Subchannel
Subchannel.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Subchannel
Subchannel.parseFrom
(InputStream input) static Subchannel
Subchannel.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Subchannel
Subchannel.parseFrom
(ByteBuffer data) static Subchannel
Subchannel.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type SubchannelModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Subchannel> Subchannel.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<Subchannel, Subchannel.Builder, SubchannelOrBuilder> GetSubchannelResponse.Builder.getSubchannelFieldBuilder()
The Subchannel that corresponds to the requested subchannel_id.static com.google.protobuf.Parser
<Subchannel> Subchannel.parser()
Methods in io.grpc.channelz.v1 with parameters of type SubchannelModifier and TypeMethodDescriptionprivate void
Subchannel.Builder.buildPartial0
(Subchannel result) private void
Subchannel.Builder.buildPartialRepeatedFields
(Subchannel result) Subchannel.Builder.mergeFrom
(Subchannel other) GetSubchannelResponse.Builder.mergeSubchannel
(Subchannel value) The Subchannel that corresponds to the requested subchannel_id.static Subchannel.Builder
Subchannel.newBuilder
(Subchannel prototype) GetSubchannelResponse.Builder.setSubchannel
(Subchannel value) The Subchannel that corresponds to the requested subchannel_id. -
Uses of Subchannel in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return SubchannelModifier and TypeMethodDescription(package private) static Subchannel
ChannelzProtoUtil.toSubchannel
(InternalInstrumented<InternalChannelz.ChannelStats> subchannel)