Package com.soulfiremc.grpc.generated
Interface DeviceCodeAuthResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeviceCodeAuthResponse
,DeviceCodeAuthResponse.Builder
@Generated
public interface DeviceCodeAuthResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.soulfire.v1.MinecraftAccountProto account = 1;
.soulfire.v1.MinecraftAccountProto account = 1;
.soulfire.v1.DeviceCode device_code = 2;
.soulfire.v1.DeviceCode device_code = 2;
boolean
.soulfire.v1.MinecraftAccountProto account = 1;
boolean
.soulfire.v1.DeviceCode device_code = 2;
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().soulfire.v1.MinecraftAccountProto account = 1;
- Returns:
- Whether the account field is set.
-
getAccount
MinecraftAccountProto getAccount().soulfire.v1.MinecraftAccountProto account = 1;
- Returns:
- The account.
-
getAccountOrBuilder
MinecraftAccountProtoOrBuilder getAccountOrBuilder().soulfire.v1.MinecraftAccountProto account = 1;
-
hasDeviceCode
boolean hasDeviceCode().soulfire.v1.DeviceCode device_code = 2;
- Returns:
- Whether the deviceCode field is set.
-
getDeviceCode
DeviceCode getDeviceCode().soulfire.v1.DeviceCode device_code = 2;
- Returns:
- The deviceCode.
-
getDeviceCodeOrBuilder
DeviceCodeOrBuilder getDeviceCodeOrBuilder().soulfire.v1.DeviceCode device_code = 2;
-
getDataCase
DeviceCodeAuthResponse.DataCase getDataCase()
-