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 TypeMethodDescriptioncom.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.ByteStringstring device_id = 5;string identity_jwt = 2;com.google.protobuf.ByteStringstring identity_jwt = 2;string mojang_jwt = 1;com.google.protobuf.ByteStringstring mojang_jwt = 1;string play_fab_id = 6;com.google.protobuf.ByteStringstring play_fab_id = 6;string private_key = 4;com.google.protobuf.ByteStringstring private_key = 4;string public_key = 3;com.google.protobuf.ByteStringstring public_key = 3;boolean.google.protobuf.Struct auth_chain = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMojangJwt
-
getMojangJwtBytes
com.google.protobuf.ByteString getMojangJwtBytes()string mojang_jwt = 1;- Returns:
- The bytes for mojangJwt.
-
getIdentityJwt
-
getIdentityJwtBytes
com.google.protobuf.ByteString getIdentityJwtBytes()string identity_jwt = 2;- Returns:
- The bytes for identityJwt.
-
getPublicKey
-
getPublicKeyBytes
com.google.protobuf.ByteString getPublicKeyBytes()string public_key = 3;- Returns:
- The bytes for publicKey.
-
getPrivateKey
-
getPrivateKeyBytes
com.google.protobuf.ByteString getPrivateKeyBytes()string private_key = 4;- Returns:
- The bytes for privateKey.
-
getDeviceId
-
getDeviceIdBytes
com.google.protobuf.ByteString getDeviceIdBytes()string device_id = 5;- Returns:
- The bytes for deviceId.
-
getPlayFabId
-
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;
-