Uses of Class
io.grpc.channelz.v1.ChannelData
Packages that use ChannelData
-
Uses of ChannelData in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return ChannelDataModifier and TypeMethodDescriptionChannelData.Builder.build()ChannelData.Builder.buildPartial()Channel.Builder.getData()Data specific to this channel.Channel.getData()Data specific to this channel.ChannelOrBuilder.getData()Data specific to this channel.Subchannel.Builder.getData()Data specific to this channel.Subchannel.getData()Data specific to this channel.SubchannelOrBuilder.getData()Data specific to this channel.static ChannelDataChannelData.getDefaultInstance()ChannelData.Builder.getDefaultInstanceForType()ChannelData.getDefaultInstanceForType()static ChannelDataChannelData.parseDelimitedFrom(InputStream input) static ChannelDataChannelData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(byte[] data) static ChannelDataChannelData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(com.google.protobuf.ByteString data) static ChannelDataChannelData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(com.google.protobuf.CodedInputStream input) static ChannelDataChannelData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(InputStream input) static ChannelDataChannelData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(ByteBuffer data) static ChannelDataChannelData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ChannelData> ChannelData.getParserForType()static com.google.protobuf.Parser<ChannelData> ChannelData.parser()Methods in io.grpc.channelz.v1 with parameters of type ChannelDataModifier and TypeMethodDescriptionChannel.Builder.mergeData(ChannelData value) Data specific to this channel.Subchannel.Builder.mergeData(ChannelData value) Data specific to this channel.ChannelData.Builder.mergeFrom(ChannelData other) static ChannelData.BuilderChannelData.newBuilder(ChannelData prototype) Channel.Builder.setData(ChannelData value) Data specific to this channel.Subchannel.Builder.setData(ChannelData value) Data specific to this channel.