Interface SettingsNamespaceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SettingsNamespace, SettingsNamespace.Builder
@Generated
public interface SettingsNamespaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntries(int index) The list of setting entries within this namespace.intThe list of setting entries within this namespace.The list of setting entries within this namespace.getEntriesOrBuilder(int index) The list of setting entries within this namespace.List<? extends SettingsNamespace.SettingsEntryOrBuilder> The list of setting entries within this namespace.The namespace identifier that groups related settings together.com.google.protobuf.ByteStringThe namespace identifier that groups related settings together.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
-
getNamespace
String getNamespace()The namespace identifier that groups related settings together. Typically matches a plugin ID or internal system component name. Examples: "bot", "account", "auto-reconnect", "anti-afk".
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()The namespace identifier that groups related settings together. Typically matches a plugin ID or internal system component name. Examples: "bot", "account", "auto-reconnect", "anti-afk".
string namespace = 1;- Returns:
- The bytes for namespace.
-
getEntriesList
List<SettingsNamespace.SettingsEntry> getEntriesList()The list of setting entries within this namespace. Each entry has a unique key within the namespace.
repeated .soulfire.v1.SettingsNamespace.SettingsEntry entries = 2; -
getEntries
The list of setting entries within this namespace. Each entry has a unique key within the namespace.
repeated .soulfire.v1.SettingsNamespace.SettingsEntry entries = 2; -
getEntriesCount
int getEntriesCount()The list of setting entries within this namespace. Each entry has a unique key within the namespace.
repeated .soulfire.v1.SettingsNamespace.SettingsEntry entries = 2; -
getEntriesOrBuilderList
List<? extends SettingsNamespace.SettingsEntryOrBuilder> getEntriesOrBuilderList()The list of setting entries within this namespace. Each entry has a unique key within the namespace.
repeated .soulfire.v1.SettingsNamespace.SettingsEntry entries = 2; -
getEntriesOrBuilder
The list of setting entries within this namespace. Each entry has a unique key within the namespace.
repeated .soulfire.v1.SettingsNamespace.SettingsEntry entries = 2;
-