Class InstanceConfig
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.InstanceConfig
- All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, InstanceConfigOrBuilder, Serializable
@Generated
public final class InstanceConfig
extends com.google.protobuf.GeneratedMessage
implements InstanceConfigOrBuilder
Contains the complete configuration for an instance, including settings, Minecraft accounts, and proxies.Protobuf type
soulfire.v1.InstanceConfig- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the complete configuration for an instance, including settings, Minecraft accounts, and proxies.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAccounts(int index) List of Minecraft accounts available to this instance for bot connections.intList of Minecraft accounts available to this instance for bot connections.List of Minecraft accounts available to this instance for bot connections.getAccountsOrBuilder(int index) List of Minecraft accounts available to this instance for bot connections.List<? extends MinecraftAccountProtoOrBuilder> List of Minecraft accounts available to this instance for bot connections.static InstanceConfigstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Parser<InstanceConfig> getPersistentMetadata(int index) Persistent metadata stored with the instance across sessions.intPersistent metadata stored with the instance across sessions.Persistent metadata stored with the instance across sessions.getPersistentMetadataOrBuilder(int index) Persistent metadata stored with the instance across sessions.List<? extends SettingsNamespaceOrBuilder> Persistent metadata stored with the instance across sessions.getProxies(int index) List of proxies available to this instance for routing bot connections.intList of proxies available to this instance for routing bot connections.List of proxies available to this instance for routing bot connections.getProxiesOrBuilder(int index) List of proxies available to this instance for routing bot connections.List<? extends ProxyProtoOrBuilder> List of proxies available to this instance for routing bot connections.intgetSettings(int index) Instance settings organized by namespace.intInstance settings organized by namespace.Instance settings organized by namespace.getSettingsOrBuilder(int index) Instance settings organized by namespace.List<? extends SettingsNamespaceOrBuilder> Instance settings organized by namespace.inthashCode()protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanstatic InstanceConfig.Builderstatic InstanceConfig.BuildernewBuilder(InstanceConfig prototype) protected InstanceConfig.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static InstanceConfigparseDelimitedFrom(InputStream input) static InstanceConfigparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstanceConfigparseFrom(byte[] data) static InstanceConfigparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstanceConfigparseFrom(com.google.protobuf.ByteString data) static InstanceConfigparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstanceConfigparseFrom(com.google.protobuf.CodedInputStream input) static InstanceConfigparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstanceConfigparseFrom(InputStream input) static InstanceConfigparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstanceConfigparseFrom(ByteBuffer data) static InstanceConfigparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<InstanceConfig> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
SETTINGS_FIELD_NUMBER
public static final int SETTINGS_FIELD_NUMBER- See Also:
-
ACCOUNTS_FIELD_NUMBER
public static final int ACCOUNTS_FIELD_NUMBER- See Also:
-
PROXIES_FIELD_NUMBER
public static final int PROXIES_FIELD_NUMBER- See Also:
-
PERSISTENT_METADATA_FIELD_NUMBER
public static final int PERSISTENT_METADATA_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getSettingsList
Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1;- Specified by:
getSettingsListin interfaceInstanceConfigOrBuilder
-
getSettingsOrBuilderList
Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1;- Specified by:
getSettingsOrBuilderListin interfaceInstanceConfigOrBuilder
-
getSettingsCount
public int getSettingsCount()Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1;- Specified by:
getSettingsCountin interfaceInstanceConfigOrBuilder
-
getSettings
Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1;- Specified by:
getSettingsin interfaceInstanceConfigOrBuilder
-
getSettingsOrBuilder
Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1;- Specified by:
getSettingsOrBuilderin interfaceInstanceConfigOrBuilder
-
getAccountsList
List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2;- Specified by:
getAccountsListin interfaceInstanceConfigOrBuilder
-
getAccountsOrBuilderList
List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2;- Specified by:
getAccountsOrBuilderListin interfaceInstanceConfigOrBuilder
-
getAccountsCount
public int getAccountsCount()List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2;- Specified by:
getAccountsCountin interfaceInstanceConfigOrBuilder
-
getAccounts
List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2;- Specified by:
getAccountsin interfaceInstanceConfigOrBuilder
-
getAccountsOrBuilder
List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2;- Specified by:
getAccountsOrBuilderin interfaceInstanceConfigOrBuilder
-
getProxiesList
List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3;- Specified by:
getProxiesListin interfaceInstanceConfigOrBuilder
-
getProxiesOrBuilderList
List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3;- Specified by:
getProxiesOrBuilderListin interfaceInstanceConfigOrBuilder
-
getProxiesCount
public int getProxiesCount()List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3;- Specified by:
getProxiesCountin interfaceInstanceConfigOrBuilder
-
getProxies
List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3;- Specified by:
getProxiesin interfaceInstanceConfigOrBuilder
-
getProxiesOrBuilder
List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3;- Specified by:
getProxiesOrBuilderin interfaceInstanceConfigOrBuilder
-
getPersistentMetadataList
Persistent metadata stored with the instance across sessions. Organized as namespace -> key -> value mappings. Used by plugins and the system to store instance-specific state that should persist across restarts.
repeated .soulfire.v1.SettingsNamespace persistent_metadata = 4;- Specified by:
getPersistentMetadataListin interfaceInstanceConfigOrBuilder
-
getPersistentMetadataOrBuilderList
Persistent metadata stored with the instance across sessions. Organized as namespace -> key -> value mappings. Used by plugins and the system to store instance-specific state that should persist across restarts.
repeated .soulfire.v1.SettingsNamespace persistent_metadata = 4;- Specified by:
getPersistentMetadataOrBuilderListin interfaceInstanceConfigOrBuilder
-
getPersistentMetadataCount
public int getPersistentMetadataCount()Persistent metadata stored with the instance across sessions. Organized as namespace -> key -> value mappings. Used by plugins and the system to store instance-specific state that should persist across restarts.
repeated .soulfire.v1.SettingsNamespace persistent_metadata = 4;- Specified by:
getPersistentMetadataCountin interfaceInstanceConfigOrBuilder
-
getPersistentMetadata
Persistent metadata stored with the instance across sessions. Organized as namespace -> key -> value mappings. Used by plugins and the system to store instance-specific state that should persist across restarts.
repeated .soulfire.v1.SettingsNamespace persistent_metadata = 4;- Specified by:
getPersistentMetadatain interfaceInstanceConfigOrBuilder
-
getPersistentMetadataOrBuilder
Persistent metadata stored with the instance across sessions. Organized as namespace -> key -> value mappings. Used by plugins and the system to store instance-specific state that should persist across restarts.
repeated .soulfire.v1.SettingsNamespace persistent_metadata = 4;- Specified by:
getPersistentMetadataOrBuilderin interfaceInstanceConfigOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static InstanceConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InstanceConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InstanceConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InstanceConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InstanceConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InstanceConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static InstanceConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static InstanceConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static InstanceConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static InstanceConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected InstanceConfig.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-