Interface RefreshRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RefreshRequest, RefreshRequest.Builder
@Generated
public interface RefreshRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe existing Minecraft account to refresh.The existing Minecraft account to refresh.The UUID of the SoulFire instance context for the refresh operation.com.google.protobuf.ByteStringThe UUID of the SoulFire instance context for the refresh operation.booleanThe existing Minecraft account to refresh.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
-
getInstanceId
String getInstanceId()The UUID of the SoulFire instance context for the refresh operation. Must be a valid UUID string. The instance must exist and the caller must have AUTHENTICATE_MC_ACCOUNT permission for this instance.
string instance_id = 1;- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()The UUID of the SoulFire instance context for the refresh operation. Must be a valid UUID string. The instance must exist and the caller must have AUTHENTICATE_MC_ACCOUNT permission for this instance.
string instance_id = 1;- Returns:
- The bytes for instanceId.
-
hasAccount
boolean hasAccount()The existing Minecraft account to refresh. Must include valid account data with refresh tokens. The account type determines which refresh mechanism is used. Offline accounts are returned unchanged (they never expire).
.soulfire.v1.MinecraftAccountProto account = 2;- Returns:
- Whether the account field is set.
-
getAccount
MinecraftAccountProto getAccount()The existing Minecraft account to refresh. Must include valid account data with refresh tokens. The account type determines which refresh mechanism is used. Offline accounts are returned unchanged (they never expire).
.soulfire.v1.MinecraftAccountProto account = 2;- Returns:
- The account.
-
getAccountOrBuilder
MinecraftAccountProtoOrBuilder getAccountOrBuilder()The existing Minecraft account to refresh. Must include valid account data with refresh tokens. The account type determines which refresh mechanism is used. Offline accounts are returned unchanged (they never expire).
.soulfire.v1.MinecraftAccountProto account = 2;
-