Uses of Class
io.grpc.channelz.v1.Channel
Packages that use Channel
-
Uses of Channel in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return ChannelModifier and TypeMethodDescriptionChannel.Builder.build()Channel.Builder.buildPartial()GetChannelResponse.Builder.getChannel()The Channel that corresponds to the requested channel_id.GetChannelResponse.getChannel()The Channel that corresponds to the requested channel_id.GetChannelResponseOrBuilder.getChannel()The Channel that corresponds to the requested channel_id.GetTopChannelsResponse.Builder.getChannel(int index) list of channels that the connection detail service knows about.GetTopChannelsResponse.getChannel(int index) list of channels that the connection detail service knows about.GetTopChannelsResponseOrBuilder.getChannel(int index) list of channels that the connection detail service knows about.static ChannelChannel.getDefaultInstance()Channel.Builder.getDefaultInstanceForType()Channel.getDefaultInstanceForType()static ChannelChannel.parseDelimitedFrom(InputStream input) static ChannelChannel.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelChannel.parseFrom(byte[] data) static ChannelChannel.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelChannel.parseFrom(com.google.protobuf.ByteString data) static ChannelChannel.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelChannel.parseFrom(com.google.protobuf.CodedInputStream input) static ChannelChannel.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelChannel.parseFrom(InputStream input) static ChannelChannel.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelChannel.parseFrom(ByteBuffer data) static ChannelChannel.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.getChannelList()list of channels that the connection detail service knows about.GetTopChannelsResponse.getChannelList()list of channels that the connection detail service knows about.GetTopChannelsResponseOrBuilder.getChannelList()list of channels that the connection detail service knows about.com.google.protobuf.Parser<Channel> Channel.getParserForType()static com.google.protobuf.Parser<Channel> Channel.parser()Methods in io.grpc.channelz.v1 with parameters of type ChannelModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.addChannel(int index, Channel value) list of channels that the connection detail service knows about.GetTopChannelsResponse.Builder.addChannel(Channel value) list of channels that the connection detail service knows about.GetChannelResponse.Builder.mergeChannel(Channel value) The Channel that corresponds to the requested channel_id.static Channel.BuilderChannel.newBuilder(Channel prototype) GetChannelResponse.Builder.setChannel(Channel value) The Channel that corresponds to the requested channel_id.GetTopChannelsResponse.Builder.setChannel(int index, Channel value) list of channels that the connection detail service knows about.Method parameters in io.grpc.channelz.v1 with type arguments of type ChannelModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.addAllChannel(Iterable<? extends Channel> values) list of channels that the connection detail service knows about.