Interface SettingEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SettingEntry, SettingEntry.Builder
@Generated
public interface SettingEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBool().soulfire.v1.BoolSetting bool = 5;.soulfire.v1.BoolSetting bool = 5;getCombo().soulfire.v1.ComboSetting combo = 6;.soulfire.v1.ComboSetting combo = 6;.soulfire.v1.DoubleSetting double = 4;.soulfire.v1.DoubleSetting double = 4;getInt().soulfire.v1.IntSetting int = 3;.soulfire.v1.IntSetting int = 3;getKey()Basically we only send a kv map to the server with every setting entrycom.google.protobuf.ByteStringBasically we only send a kv map to the server with every setting entry.soulfire.v1.MinMaxSetting min_max = 8;.soulfire.v1.MinMaxSetting min_max = 8;.soulfire.v1.StringSetting string = 2;.soulfire.v1.StringListSetting string_list = 7;.soulfire.v1.StringListSetting string_list = 7;.soulfire.v1.StringSetting string = 2;booleanhasBool().soulfire.v1.BoolSetting bool = 5;booleanhasCombo().soulfire.v1.ComboSetting combo = 6;boolean.soulfire.v1.DoubleSetting double = 4;booleanhasInt().soulfire.v1.IntSetting int = 3;boolean.soulfire.v1.MinMaxSetting min_max = 8;boolean.soulfire.v1.StringSetting string = 2;boolean.soulfire.v1.StringListSetting string_list = 7;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
-
getKey
String getKey()Basically we only send a kv map to the server with every setting entry
string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()Basically we only send a kv map to the server with every setting entry
string key = 1;- Returns:
- The bytes for key.
-
hasString
boolean hasString().soulfire.v1.StringSetting string = 2;- Returns:
- Whether the string field is set.
-
getString
-
getStringOrBuilder
StringSettingOrBuilder getStringOrBuilder().soulfire.v1.StringSetting string = 2; -
hasInt
boolean hasInt().soulfire.v1.IntSetting int = 3;- Returns:
- Whether the int field is set.
-
getInt
-
getIntOrBuilder
IntSettingOrBuilder getIntOrBuilder().soulfire.v1.IntSetting int = 3; -
hasDouble
boolean hasDouble().soulfire.v1.DoubleSetting double = 4;- Returns:
- Whether the double field is set.
-
getDouble
-
getDoubleOrBuilder
DoubleSettingOrBuilder getDoubleOrBuilder().soulfire.v1.DoubleSetting double = 4; -
hasBool
boolean hasBool().soulfire.v1.BoolSetting bool = 5;- Returns:
- Whether the bool field is set.
-
getBool
-
getBoolOrBuilder
BoolSettingOrBuilder getBoolOrBuilder().soulfire.v1.BoolSetting bool = 5; -
hasCombo
boolean hasCombo().soulfire.v1.ComboSetting combo = 6;- Returns:
- Whether the combo field is set.
-
getCombo
-
getComboOrBuilder
ComboSettingOrBuilder getComboOrBuilder().soulfire.v1.ComboSetting combo = 6; -
hasStringList
boolean hasStringList().soulfire.v1.StringListSetting string_list = 7;- Returns:
- Whether the stringList field is set.
-
getStringList
StringListSetting getStringList().soulfire.v1.StringListSetting string_list = 7;- Returns:
- The stringList.
-
getStringListOrBuilder
StringListSettingOrBuilder getStringListOrBuilder().soulfire.v1.StringListSetting string_list = 7; -
hasMinMax
boolean hasMinMax().soulfire.v1.MinMaxSetting min_max = 8;- Returns:
- Whether the minMax field is set.
-
getMinMax
-
getMinMaxOrBuilder
MinMaxSettingOrBuilder getMinMaxOrBuilder().soulfire.v1.MinMaxSetting min_max = 8; -
getValueCase
SettingEntry.ValueCase getValueCase()
-