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 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

      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

      SettingsNamespace.SettingsEntry getEntries(int index)
      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

      SettingsNamespace.SettingsEntryOrBuilder getEntriesOrBuilder(int index)
      The list of setting entries within this namespace.
      Each entry has a unique key within the namespace.
      
      repeated .soulfire.v1.SettingsNamespace.SettingsEntry entries = 2;