Interface InstanceAddAccountsBatchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceAddAccountsBatchRequest, InstanceAddAccountsBatchRequest.Builder
@Generated
public interface InstanceAddAccountsBatchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccounts(int index) List of accounts to add.intList of accounts to add.List of accounts to add.getAccountsOrBuilder(int index) List of accounts to add.List<? extends MinecraftAccountProtoOrBuilder> List of accounts to add.getId()The unique identifier (UUID) of the instance.com.google.protobuf.ByteStringThe unique identifier (UUID) of the instance.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
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The unique identifier (UUID) of the instance.
string id = 1;- Returns:
- The bytes for id.
-
getAccountsList
List<MinecraftAccountProto> getAccountsList()List of accounts to add. Each account's profile_id must be unique within the instance.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getAccounts
List of accounts to add. Each account's profile_id must be unique within the instance.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getAccountsCount
int getAccountsCount()List of accounts to add. Each account's profile_id must be unique within the instance.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getAccountsOrBuilderList
List<? extends MinecraftAccountProtoOrBuilder> getAccountsOrBuilderList()List of accounts to add. Each account's profile_id must be unique within the instance.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getAccountsOrBuilder
List of accounts to add. Each account's profile_id must be unique within the instance.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2;
-