public interface ChannelQueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChannelInfo |
getChannels(int index)
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"]; |
int |
getChannelsCount()
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"]; |
List<ChannelInfo> |
getChannelsList()
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"]; |
ChannelInfoOrBuilder |
getChannelsOrBuilder(int index)
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"]; |
List<? extends ChannelInfoOrBuilder> |
getChannelsOrBuilderList()
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ChannelInfo> getChannelsList()
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
ChannelInfo getChannels(int index)
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
int getChannelsCount()
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
List<? extends ChannelInfoOrBuilder> getChannelsOrBuilderList()
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
ChannelInfoOrBuilder getChannelsOrBuilder(int index)
repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
Copyright © 2022. All rights reserved.