Interface InstanceAddAccountsBatchRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InstanceAddAccountsBatchRequest, InstanceAddAccountsBatchRequest.Builder

@Generated public interface InstanceAddAccountsBatchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      String getId()
      The unique identifier (UUID) of the instance.
      
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      The unique identifier (UUID) of the instance.
      
      string id = 1;
      Returns:
      The bytes for id.
    • getAccountsList

      List<MinecraftAccountProto> getAccountsList()
      List of accounts to add. Each account's profile_id must be unique
      within the instance.
      
      repeated .soulfire.v1.MinecraftAccountProto accounts = 2;
    • getAccounts

      MinecraftAccountProto getAccounts(int index)
      List of accounts to add. Each account's profile_id must be unique
      within the instance.
      
      repeated .soulfire.v1.MinecraftAccountProto accounts = 2;
    • getAccountsCount

      int getAccountsCount()
      List of accounts to add. Each account's profile_id must be unique
      within the instance.
      
      repeated .soulfire.v1.MinecraftAccountProto accounts = 2;
    • getAccountsOrBuilderList

      List<? extends MinecraftAccountProtoOrBuilder> getAccountsOrBuilderList()
      List of accounts to add. Each account's profile_id must be unique
      within the instance.
      
      repeated .soulfire.v1.MinecraftAccountProto accounts = 2;
    • getAccountsOrBuilder

      MinecraftAccountProtoOrBuilder getAccountsOrBuilder(int index)
      List of accounts to add. Each account's profile_id must be unique
      within the instance.
      
      repeated .soulfire.v1.MinecraftAccountProto accounts = 2;