Interface ServerUpdateConfigRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The complete new server configuration to apply.
    The complete new server configuration to apply.
    boolean
    The complete new server configuration to apply.

    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

    • hasConfig

      boolean hasConfig()
      The complete new server configuration to apply.
      This will replace the existing configuration entirely.
      All settings namespaces and their entries will be overwritten.
      
      .soulfire.v1.ServerConfig config = 1;
      Returns:
      Whether the config field is set.
    • getConfig

      ServerConfig getConfig()
      The complete new server configuration to apply.
      This will replace the existing configuration entirely.
      All settings namespaces and their entries will be overwritten.
      
      .soulfire.v1.ServerConfig config = 1;
      Returns:
      The config.
    • getConfigOrBuilder

      ServerConfigOrBuilder getConfigOrBuilder()
      The complete new server configuration to apply.
      This will replace the existing configuration entirely.
      All settings namespaces and their entries will be overwritten.
      
      .soulfire.v1.ServerConfig config = 1;