Interface CredentialsAuthFullListOrBuilder

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

@Generated public interface CredentialsAuthFullListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getAccount(int index)
    List of all successfully authenticated Minecraft accounts.
    int
    List of all successfully authenticated Minecraft accounts.
    List of all successfully authenticated Minecraft accounts.
    List of all successfully authenticated Minecraft accounts.
    List of all successfully authenticated Minecraft accounts.

    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

    • getAccountList

      List<MinecraftAccountProto> getAccountList()
      List of all successfully authenticated Minecraft accounts.
      Failed authentications are excluded from this list.
      
      repeated .soulfire.v1.MinecraftAccountProto account = 1;
    • getAccount

      MinecraftAccountProto getAccount(int index)
      List of all successfully authenticated Minecraft accounts.
      Failed authentications are excluded from this list.
      
      repeated .soulfire.v1.MinecraftAccountProto account = 1;
    • getAccountCount

      int getAccountCount()
      List of all successfully authenticated Minecraft accounts.
      Failed authentications are excluded from this list.
      
      repeated .soulfire.v1.MinecraftAccountProto account = 1;
    • getAccountOrBuilderList

      List<? extends MinecraftAccountProtoOrBuilder> getAccountOrBuilderList()
      List of all successfully authenticated Minecraft accounts.
      Failed authentications are excluded from this list.
      
      repeated .soulfire.v1.MinecraftAccountProto account = 1;
    • getAccountOrBuilder

      MinecraftAccountProtoOrBuilder getAccountOrBuilder(int index)
      List of all successfully authenticated Minecraft accounts.
      Failed authentications are excluded from this list.
      
      repeated .soulfire.v1.MinecraftAccountProto account = 1;