Interface CredentialsAuthOneSuccessOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The successfully authenticated Minecraft account.
    The successfully authenticated Minecraft account.
    boolean
    The successfully authenticated Minecraft account.

    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

    • hasAccount

      boolean hasAccount()
      The successfully authenticated Minecraft account.
      
      .soulfire.v1.MinecraftAccountProto account = 1;
      Returns:
      Whether the account field is set.
    • getAccount

      MinecraftAccountProto getAccount()
      The successfully authenticated Minecraft account.
      
      .soulfire.v1.MinecraftAccountProto account = 1;
      Returns:
      The account.
    • getAccountOrBuilder

      MinecraftAccountProtoOrBuilder getAccountOrBuilder()
      The successfully authenticated Minecraft account.
      
      .soulfire.v1.MinecraftAccountProto account = 1;