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 Type
    Method
    Description
    getBots(int index)
    All bots configured in the instance, both online and offline.
    int
    All 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.
    All bots configured in the instance, both online and offline.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      BotListEntry getBots(int index)
      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

      BotListEntryOrBuilder getBotsOrBuilder(int index)
      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;