Uses of Class
io.grpc.channelz.v1.Channel
Packages that use Channel
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of Channel in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ChannelModifier and TypeFieldDescriptionprivate Channel
GetChannelResponse.Builder.channel_
private Channel
GetChannelResponse.channel_
private static final Channel
Channel.DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type ChannelModifier and TypeFieldDescriptionGetTopChannelsResponse.Builder.channel_
GetTopChannelsResponse.channel_
private com.google.protobuf.SingleFieldBuilder
<Channel, Channel.Builder, ChannelOrBuilder> GetChannelResponse.Builder.channelBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<Channel, Channel.Builder, ChannelOrBuilder> GetTopChannelsResponse.Builder.channelBuilder_
private static final com.google.protobuf.Parser
<Channel> Channel.PARSER
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 Channel
Channel.getDefaultInstance()
Channel.Builder.getDefaultInstanceForType()
Channel.getDefaultInstanceForType()
static Channel
Channel.parseDelimitedFrom
(InputStream input) static Channel
Channel.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Channel
Channel.parseFrom
(byte[] data) static Channel
Channel.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Channel
Channel.parseFrom
(com.google.protobuf.ByteString data) static Channel
Channel.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Channel
Channel.parseFrom
(com.google.protobuf.CodedInputStream input) static Channel
Channel.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Channel
Channel.parseFrom
(InputStream input) static Channel
Channel.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Channel
Channel.parseFrom
(ByteBuffer data) static Channel
Channel.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelModifier and TypeMethodDescriptionprivate 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()
GetTopChannelsResponse.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.private void
Channel.Builder.buildPartial0
(Channel result) private void
Channel.Builder.buildPartialRepeatedFields
(Channel result) GetChannelResponse.Builder.mergeChannel
(Channel value) The Channel that corresponds to the requested channel_id.static Channel.Builder
Channel.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. -
Uses of Channel in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return ChannelModifier and TypeMethodDescription(package private) static Channel
ChannelzProtoUtil.toChannel
(InternalInstrumented<InternalChannelz.ChannelStats> channel)