Interface ServerConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServerConfig, ServerConfig.Builder

@Generated public interface ServerConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getSettings(int index)
    Collection of settings organized by namespace.
    int
    Collection of settings organized by namespace.
    Collection of settings organized by namespace.
    Collection of settings organized by namespace.
    Collection of settings organized by namespace.

    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

    • getSettingsList

      List<SettingsNamespace> getSettingsList()
      Collection of settings organized by namespace.
      Each namespace contains key-value pairs representing individual settings.
      The structure allows for hierarchical organization of configuration values.
      
      repeated .soulfire.v1.SettingsNamespace settings = 1;
    • getSettings

      SettingsNamespace getSettings(int index)
      Collection of settings organized by namespace.
      Each namespace contains key-value pairs representing individual settings.
      The structure allows for hierarchical organization of configuration values.
      
      repeated .soulfire.v1.SettingsNamespace settings = 1;
    • getSettingsCount

      int getSettingsCount()
      Collection of settings organized by namespace.
      Each namespace contains key-value pairs representing individual settings.
      The structure allows for hierarchical organization of configuration values.
      
      repeated .soulfire.v1.SettingsNamespace settings = 1;
    • getSettingsOrBuilderList

      List<? extends SettingsNamespaceOrBuilder> getSettingsOrBuilderList()
      Collection of settings organized by namespace.
      Each namespace contains key-value pairs representing individual settings.
      The structure allows for hierarchical organization of configuration values.
      
      repeated .soulfire.v1.SettingsNamespace settings = 1;
    • getSettingsOrBuilder

      SettingsNamespaceOrBuilder getSettingsOrBuilder(int index)
      Collection of settings organized by namespace.
      Each namespace contains key-value pairs representing individual settings.
      The structure allows for hierarchical organization of configuration values.
      
      repeated .soulfire.v1.SettingsNamespace settings = 1;