Interface MinecraftAccountProto.OnlineChainJavaDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MinecraftAccountProto.OnlineChainJavaData, MinecraftAccountProto.OnlineChainJavaData.Builder
- Enclosing class:
MinecraftAccountProto
public static interface MinecraftAccountProto.OnlineChainJavaDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct.google.protobuf.Struct auth_chain = 3;com.google.protobuf.StructOrBuilder.google.protobuf.Struct auth_chain = 3;string auth_token = 1;com.google.protobuf.ByteStringstring auth_token = 1;longint64 token_expire_at = 2;boolean.google.protobuf.Struct auth_chain = 3;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
-
getAuthToken
-
getAuthTokenBytes
com.google.protobuf.ByteString getAuthTokenBytes()string auth_token = 1;- Returns:
- The bytes for authToken.
-
getTokenExpireAt
long getTokenExpireAt()int64 token_expire_at = 2;- Returns:
- The tokenExpireAt.
-
hasAuthChain
boolean hasAuthChain().google.protobuf.Struct auth_chain = 3;- Returns:
- Whether the authChain field is set.
-
getAuthChain
com.google.protobuf.Struct getAuthChain().google.protobuf.Struct auth_chain = 3;- Returns:
- The authChain.
-
getAuthChainOrBuilder
com.google.protobuf.StructOrBuilder getAuthChainOrBuilder().google.protobuf.Struct auth_chain = 3;
-