Uses of Class
io.grpc.channelz.v1.Channel.Builder
Packages that use Channel.Builder
-
Uses of Channel.Builder in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 with type parameters of type Channel.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Channel, Channel.Builder, ChannelOrBuilder> GetChannelResponse.Builder.channelBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<Channel, Channel.Builder, ChannelOrBuilder> GetTopChannelsResponse.Builder.channelBuilder_
Methods in io.grpc.channelz.v1 that return Channel.BuilderModifier and TypeMethodDescriptionChannel.Builder.addAllChannelRef
(Iterable<? extends ChannelRef> values) There are no ordering guarantees on the order of channel refs.Channel.Builder.addAllSocketRef
(Iterable<? extends SocketRef> values) There are no ordering guarantees on the order of sockets.Channel.Builder.addAllSubchannelRef
(Iterable<? extends SubchannelRef> values) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.GetTopChannelsResponse.Builder.addChannelBuilder()
list of channels that the connection detail service knows about.GetTopChannelsResponse.Builder.addChannelBuilder
(int index) list of channels that the connection detail service knows about.Channel.Builder.addChannelRef
(int index, ChannelRef value) There are no ordering guarantees on the order of channel refs.Channel.Builder.addChannelRef
(int index, ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Channel.Builder.addChannelRef
(ChannelRef value) There are no ordering guarantees on the order of channel refs.Channel.Builder.addChannelRef
(ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Channel.Builder.addSocketRef
(int index, SocketRef value) There are no ordering guarantees on the order of sockets.Channel.Builder.addSocketRef
(int index, SocketRef.Builder builderForValue) There are no ordering guarantees on the order of sockets.Channel.Builder.addSocketRef
(SocketRef value) There are no ordering guarantees on the order of sockets.Channel.Builder.addSocketRef
(SocketRef.Builder builderForValue) There are no ordering guarantees on the order of sockets.Channel.Builder.addSubchannelRef
(int index, SubchannelRef value) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Channel.Builder.addSubchannelRef
(int index, SubchannelRef.Builder builderForValue) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Channel.Builder.addSubchannelRef
(SubchannelRef value) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Channel.Builder.addSubchannelRef
(SubchannelRef.Builder builderForValue) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Channel.Builder.clear()
Channel.Builder.clearChannelRef()
There are no ordering guarantees on the order of channel refs.Channel.Builder.clearData()
Data specific to this channel.Channel.Builder.clearRef()
The identifier for this channel.Channel.Builder.clearSocketRef()
There are no ordering guarantees on the order of sockets.Channel.Builder.clearSubchannelRef()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.GetChannelResponse.Builder.getChannelBuilder()
The Channel that corresponds to the requested channel_id.GetTopChannelsResponse.Builder.getChannelBuilder
(int index) list of channels that the connection detail service knows about.Channel.Builder.mergeData
(ChannelData value) Data specific to this channel.Channel.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Channel.Builder.mergeFrom
(com.google.protobuf.Message other) Channel.Builder.mergeRef
(ChannelRef value) The identifier for this channel.static Channel.Builder
Channel.newBuilder()
static Channel.Builder
Channel.newBuilder
(Channel prototype) Channel.newBuilderForType()
protected Channel.Builder
Channel.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Channel.Builder.removeChannelRef
(int index) There are no ordering guarantees on the order of channel refs.Channel.Builder.removeSocketRef
(int index) There are no ordering guarantees on the order of sockets.Channel.Builder.removeSubchannelRef
(int index) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Channel.Builder.setChannelRef
(int index, ChannelRef value) There are no ordering guarantees on the order of channel refs.Channel.Builder.setChannelRef
(int index, ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Channel.Builder.setData
(ChannelData value) Data specific to this channel.Channel.Builder.setData
(ChannelData.Builder builderForValue) Data specific to this channel.Channel.Builder.setRef
(ChannelRef value) The identifier for this channel.Channel.Builder.setRef
(ChannelRef.Builder builderForValue) The identifier for this channel.Channel.Builder.setSocketRef
(int index, SocketRef value) There are no ordering guarantees on the order of sockets.Channel.Builder.setSocketRef
(int index, SocketRef.Builder builderForValue) There are no ordering guarantees on the order of sockets.Channel.Builder.setSubchannelRef
(int index, SubchannelRef value) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Channel.Builder.setSubchannelRef
(int index, SubchannelRef.Builder builderForValue) At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Channel.toBuilder()
Methods in io.grpc.channelz.v1 that return types with arguments of type Channel.BuilderModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.getChannelBuilderList()
list of channels that the connection detail service knows about.private com.google.protobuf.SingleFieldBuilder
<Channel, Channel.Builder, ChannelOrBuilder> GetChannelResponse.Builder.internalGetChannelFieldBuilder()
The Channel that corresponds to the requested channel_id.private com.google.protobuf.RepeatedFieldBuilder
<Channel, Channel.Builder, ChannelOrBuilder> GetTopChannelsResponse.Builder.internalGetChannelFieldBuilder()
Methods in io.grpc.channelz.v1 with parameters of type Channel.BuilderModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.addChannel
(int index, Channel.Builder builderForValue) list of channels that the connection detail service knows about.GetTopChannelsResponse.Builder.addChannel
(Channel.Builder builderForValue) list of channels that the connection detail service knows about.GetChannelResponse.Builder.setChannel
(Channel.Builder builderForValue) The Channel that corresponds to the requested channel_id.GetTopChannelsResponse.Builder.setChannel
(int index, Channel.Builder builderForValue) list of channels that the connection detail service knows about.