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 TypeMethodDescriptiongetSettings(int index) Collection of settings organized by namespace.intCollection of settings organized by namespace.Collection of settings organized by namespace.getSettingsOrBuilder(int index) Collection of settings organized by namespace.List<? extends SettingsNamespaceOrBuilder> Collection of settings organized by namespace.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
-
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
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
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;
-