Uses of Class
io.grpc.channelz.v1.Subchannel.Builder
Packages that use Subchannel.Builder
-
Uses of Subchannel.Builder in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 with type parameters of type Subchannel.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Subchannel, Subchannel.Builder, SubchannelOrBuilder> GetSubchannelResponse.Builder.subchannelBuilder_
Methods in io.grpc.channelz.v1 that return Subchannel.BuilderModifier and TypeMethodDescriptionSubchannel.Builder.addAllChannelRef
(Iterable<? extends ChannelRef> values) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.addAllSocketRef
(Iterable<? extends SocketRef> values) There are no ordering guarantees on the order of sockets.Subchannel.Builder.addAllSubchannelRef
(Iterable<? extends SubchannelRef> values) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder.addChannelRef
(int index, ChannelRef value) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.addChannelRef
(int index, ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.addChannelRef
(ChannelRef value) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.addChannelRef
(ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.addSocketRef
(int index, SocketRef value) There are no ordering guarantees on the order of sockets.Subchannel.Builder.addSocketRef
(int index, SocketRef.Builder builderForValue) There are no ordering guarantees on the order of sockets.Subchannel.Builder.addSocketRef
(SocketRef value) There are no ordering guarantees on the order of sockets.Subchannel.Builder.addSocketRef
(SocketRef.Builder builderForValue) There are no ordering guarantees on the order of sockets.Subchannel.Builder.addSubchannelRef
(int index, SubchannelRef value) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder.addSubchannelRef
(int index, SubchannelRef.Builder builderForValue) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder.addSubchannelRef
(SubchannelRef value) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder.addSubchannelRef
(SubchannelRef.Builder builderForValue) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder.clear()
Subchannel.Builder.clearChannelRef()
There are no ordering guarantees on the order of channel refs.Subchannel.Builder.clearData()
Data specific to this channel.Subchannel.Builder.clearRef()
The identifier for this channel.Subchannel.Builder.clearSocketRef()
There are no ordering guarantees on the order of sockets.Subchannel.Builder.clearSubchannelRef()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.GetSubchannelResponse.Builder.getSubchannelBuilder()
The Subchannel that corresponds to the requested subchannel_id.Subchannel.Builder.mergeData
(ChannelData value) Data specific to this channel.Subchannel.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Subchannel.Builder.mergeFrom
(com.google.protobuf.Message other) Subchannel.Builder.mergeFrom
(Subchannel other) Subchannel.Builder.mergeRef
(SubchannelRef value) The identifier for this channel.static Subchannel.Builder
Subchannel.newBuilder()
static Subchannel.Builder
Subchannel.newBuilder
(Subchannel prototype) Subchannel.newBuilderForType()
protected Subchannel.Builder
Subchannel.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Subchannel.Builder.removeChannelRef
(int index) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.removeSocketRef
(int index) There are no ordering guarantees on the order of sockets.Subchannel.Builder.removeSubchannelRef
(int index) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder.setChannelRef
(int index, ChannelRef value) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.setChannelRef
(int index, ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.setData
(ChannelData value) Data specific to this channel.Subchannel.Builder.setData
(ChannelData.Builder builderForValue) Data specific to this channel.Subchannel.Builder.setRef
(SubchannelRef value) The identifier for this channel.Subchannel.Builder.setRef
(SubchannelRef.Builder builderForValue) The identifier for this channel.Subchannel.Builder.setSocketRef
(int index, SocketRef value) There are no ordering guarantees on the order of sockets.Subchannel.Builder.setSocketRef
(int index, SocketRef.Builder builderForValue) There are no ordering guarantees on the order of sockets.Subchannel.Builder.setSubchannelRef
(int index, SubchannelRef value) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder.setSubchannelRef
(int index, SubchannelRef.Builder builderForValue) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.toBuilder()
Methods in io.grpc.channelz.v1 that return types with arguments of type Subchannel.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Subchannel, Subchannel.Builder, SubchannelOrBuilder> GetSubchannelResponse.Builder.getSubchannelFieldBuilder()
The Subchannel that corresponds to the requested subchannel_id.Methods in io.grpc.channelz.v1 with parameters of type Subchannel.BuilderModifier and TypeMethodDescriptionGetSubchannelResponse.Builder.setSubchannel
(Subchannel.Builder builderForValue) The Subchannel that corresponds to the requested subchannel_id.