Interface BotListResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BotListResponse, BotListResponse.Builder
@Generated
public interface BotListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBots(int index) All bots configured in the instance, both online and offline.intAll bots configured in the instance, both online and offline.All bots configured in the instance, both online and offline.getBotsOrBuilder(int index) All bots configured in the instance, both online and offline.List<? extends BotListEntryOrBuilder> All bots configured in the instance, both online and offline.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBotsList
List<BotListEntry> getBotsList()All bots configured in the instance, both online and offline. The order is determined by the account configuration order.
repeated .soulfire.v1.BotListEntry bots = 1; -
getBots
All bots configured in the instance, both online and offline. The order is determined by the account configuration order.
repeated .soulfire.v1.BotListEntry bots = 1; -
getBotsCount
int getBotsCount()All bots configured in the instance, both online and offline. The order is determined by the account configuration order.
repeated .soulfire.v1.BotListEntry bots = 1; -
getBotsOrBuilderList
List<? extends BotListEntryOrBuilder> getBotsOrBuilderList()All bots configured in the instance, both online and offline. The order is determined by the account configuration order.
repeated .soulfire.v1.BotListEntry bots = 1; -
getBotsOrBuilder
All bots configured in the instance, both online and offline. The order is determined by the account configuration order.
repeated .soulfire.v1.BotListEntry bots = 1;
-