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 classChannelChannel is a logical grouping of channels, subchannels, and sockets.static classChannel.BuilderChannel 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 ChannelOrBuilderGetChannelResponse.Builder. getChannelOrBuilder()The Channel that corresponds to the requested channel_id.ChannelOrBuilderGetChannelResponse. getChannelOrBuilder()The Channel that corresponds to the requested channel_id.ChannelOrBuilderGetChannelResponseOrBuilder. getChannelOrBuilder()The Channel that corresponds to the requested channel_id.ChannelOrBuilderGetTopChannelsResponse.Builder. getChannelOrBuilder(int index)list of channels that the connection detail service knows about.ChannelOrBuilderGetTopChannelsResponse. getChannelOrBuilder(int index)list of channels that the connection detail service knows about.ChannelOrBuilderGetTopChannelsResponseOrBuilder. 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.
-