Uses of Interface
io.grpc.channelz.v1.ChannelOrBuilder
-
Packages that use ChannelOrBuilder Package Description io.grpc.channelz.v1 -
-
Uses of ChannelOrBuilder in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ChannelOrBuilder Modifier and Type Class Description class
Channel
Channel is a logical grouping of channels, subchannels, and sockets.static class
Channel.Builder
Channel is a logical grouping of channels, subchannels, and sockets.Fields in io.grpc.channelz.v1 with type parameters of type ChannelOrBuilder Modifier and Type Field Description private 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 ChannelOrBuilder Modifier and Type Method Description ChannelOrBuilder
GetChannelResponse.Builder. getChannelOrBuilder()
The Channel that corresponds to the requested channel_id.ChannelOrBuilder
GetChannelResponse. getChannelOrBuilder()
The Channel that corresponds to the requested channel_id.ChannelOrBuilder
GetChannelResponseOrBuilder. getChannelOrBuilder()
The Channel that corresponds to the requested channel_id.ChannelOrBuilder
GetTopChannelsResponse.Builder. getChannelOrBuilder(int index)
list of channels that the connection detail service knows about.ChannelOrBuilder
GetTopChannelsResponse. getChannelOrBuilder(int index)
list of channels that the connection detail service knows about.ChannelOrBuilder
GetTopChannelsResponseOrBuilder. getChannelOrBuilder(int index)
list of channels that the connection detail service knows about.Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Channel,Channel.Builder,ChannelOrBuilder>
GetChannelResponse.Builder. getChannelFieldBuilder()
The Channel that corresponds to the requested channel_id.private com.google.protobuf.RepeatedFieldBuilder<Channel,Channel.Builder,ChannelOrBuilder>
GetTopChannelsResponse.Builder. getChannelFieldBuilder()
java.util.List<? extends ChannelOrBuilder>
GetTopChannelsResponse.Builder. getChannelOrBuilderList()
list of channels that the connection detail service knows about.java.util.List<? extends ChannelOrBuilder>
GetTopChannelsResponse. getChannelOrBuilderList()
list of channels that the connection detail service knows about.java.util.List<? extends ChannelOrBuilder>
GetTopChannelsResponseOrBuilder. getChannelOrBuilderList()
list of channels that the connection detail service knows about.
-