Class ServerUpdateConfigEntryRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.ServerUpdateConfigEntryRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ServerUpdateConfigEntryRequestOrBuilder, Serializable

@Generated public final class ServerUpdateConfigEntryRequest extends com.google.protobuf.GeneratedMessage implements ServerUpdateConfigEntryRequestOrBuilder
Request message for UpdateServerConfigEntry RPC.
Used for granular updates of individual configuration entries.
This is the preferred method for real-time UI updates as it only modifies
a single setting without affecting other configuration values.
Protobuf type soulfire.v1.ServerUpdateConfigEntryRequest
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getNamespace

      public String getNamespace()
      The namespace of the setting to update.
      Namespaces group related settings together (e.g., "dev" for developer settings).
      Must match an existing namespace or a new namespace will be created.
      
      string namespace = 1;
      Specified by:
      getNamespace in interface ServerUpdateConfigEntryRequestOrBuilder
      Returns:
      The namespace.
    • getNamespaceBytes

      public com.google.protobuf.ByteString getNamespaceBytes()
      The namespace of the setting to update.
      Namespaces group related settings together (e.g., "dev" for developer settings).
      Must match an existing namespace or a new namespace will be created.
      
      string namespace = 1;
      Specified by:
      getNamespaceBytes in interface ServerUpdateConfigEntryRequestOrBuilder
      Returns:
      The bytes for namespace.
    • getKey

      public String getKey()
      The key identifying the specific setting within the namespace.
      Combined with namespace, this uniquely identifies the setting.
      Example: namespace="dev", key="soulfire-debug" for the SoulFire debug setting.
      
      string key = 2;
      Specified by:
      getKey in interface ServerUpdateConfigEntryRequestOrBuilder
      Returns:
      The key.
    • getKeyBytes

      public com.google.protobuf.ByteString getKeyBytes()
      The key identifying the specific setting within the namespace.
      Combined with namespace, this uniquely identifies the setting.
      Example: namespace="dev", key="soulfire-debug" for the SoulFire debug setting.
      
      string key = 2;
      Specified by:
      getKeyBytes in interface ServerUpdateConfigEntryRequestOrBuilder
      Returns:
      The bytes for key.
    • hasValue

      public boolean hasValue()
      The new value for the setting.
      Uses google.protobuf.Value to support various JSON types:
      - string_value for text settings
      - number_value for int/double settings
      - bool_value for boolean settings
      - list_value for string list settings
      - struct_value for complex settings like min/max ranges
      
      .google.protobuf.Value value = 3;
      Specified by:
      hasValue in interface ServerUpdateConfigEntryRequestOrBuilder
      Returns:
      Whether the value field is set.
    • getValue

      public com.google.protobuf.Value getValue()
      The new value for the setting.
      Uses google.protobuf.Value to support various JSON types:
      - string_value for text settings
      - number_value for int/double settings
      - bool_value for boolean settings
      - list_value for string list settings
      - struct_value for complex settings like min/max ranges
      
      .google.protobuf.Value value = 3;
      Specified by:
      getValue in interface ServerUpdateConfigEntryRequestOrBuilder
      Returns:
      The value.
    • getValueOrBuilder

      public com.google.protobuf.ValueOrBuilder getValueOrBuilder()
      The new value for the setting.
      Uses google.protobuf.Value to support various JSON types:
      - string_value for text settings
      - number_value for int/double settings
      - bool_value for boolean settings
      - list_value for string list settings
      - struct_value for complex settings like min/max ranges
      
      .google.protobuf.Value value = 3;
      Specified by:
      getValueOrBuilder in interface ServerUpdateConfigEntryRequestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ServerUpdateConfigEntryRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ServerUpdateConfigEntryRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServerUpdateConfigEntryRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ServerUpdateConfigEntryRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ServerUpdateConfigEntryRequest.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ServerUpdateConfigEntryRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ServerUpdateConfigEntryRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ServerUpdateConfigEntryRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<ServerUpdateConfigEntryRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ServerUpdateConfigEntryRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder