Interface MinecraftAccountProto.BedrockDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MinecraftAccountProto.BedrockData, MinecraftAccountProto.BedrockData.Builder
Enclosing class:
MinecraftAccountProto

public static interface MinecraftAccountProto.BedrockDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    .google.protobuf.Struct auth_chain = 7;
    com.google.protobuf.StructOrBuilder
    .google.protobuf.Struct auth_chain = 7;
    string device_id = 5;
    com.google.protobuf.ByteString
    string device_id = 5;
    string identity_jwt = 2;
    com.google.protobuf.ByteString
    string identity_jwt = 2;
    string mojang_jwt = 1;
    com.google.protobuf.ByteString
    string mojang_jwt = 1;
    string play_fab_id = 6;
    com.google.protobuf.ByteString
    string play_fab_id = 6;
    string private_key = 4;
    com.google.protobuf.ByteString
    string private_key = 4;
    string public_key = 3;
    com.google.protobuf.ByteString
    string public_key = 3;
    boolean
    .google.protobuf.Struct auth_chain = 7;

    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

    • getMojangJwt

      String getMojangJwt()
      string mojang_jwt = 1;
      Returns:
      The mojangJwt.
    • getMojangJwtBytes

      com.google.protobuf.ByteString getMojangJwtBytes()
      string mojang_jwt = 1;
      Returns:
      The bytes for mojangJwt.
    • getIdentityJwt

      String getIdentityJwt()
      string identity_jwt = 2;
      Returns:
      The identityJwt.
    • getIdentityJwtBytes

      com.google.protobuf.ByteString getIdentityJwtBytes()
      string identity_jwt = 2;
      Returns:
      The bytes for identityJwt.
    • getPublicKey

      String getPublicKey()
      string public_key = 3;
      Returns:
      The publicKey.
    • getPublicKeyBytes

      com.google.protobuf.ByteString getPublicKeyBytes()
      string public_key = 3;
      Returns:
      The bytes for publicKey.
    • getPrivateKey

      String getPrivateKey()
      string private_key = 4;
      Returns:
      The privateKey.
    • getPrivateKeyBytes

      com.google.protobuf.ByteString getPrivateKeyBytes()
      string private_key = 4;
      Returns:
      The bytes for privateKey.
    • getDeviceId

      String getDeviceId()
      string device_id = 5;
      Returns:
      The deviceId.
    • getDeviceIdBytes

      com.google.protobuf.ByteString getDeviceIdBytes()
      string device_id = 5;
      Returns:
      The bytes for deviceId.
    • getPlayFabId

      String getPlayFabId()
      string play_fab_id = 6;
      Returns:
      The playFabId.
    • getPlayFabIdBytes

      com.google.protobuf.ByteString getPlayFabIdBytes()
      string play_fab_id = 6;
      Returns:
      The bytes for playFabId.
    • hasAuthChain

      boolean hasAuthChain()
      .google.protobuf.Struct auth_chain = 7;
      Returns:
      Whether the authChain field is set.
    • getAuthChain

      com.google.protobuf.Struct getAuthChain()
      .google.protobuf.Struct auth_chain = 7;
      Returns:
      The authChain.
    • getAuthChainOrBuilder

      com.google.protobuf.StructOrBuilder getAuthChainOrBuilder()
      .google.protobuf.Struct auth_chain = 7;