Package com.soulfiremc.grpc.generated
Interface ComboSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComboSetting
,ComboSetting.Builder
@Generated
public interface ComboSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDef()
string def = 4;
com.google.protobuf.ByteString
string def = 4;
string description = 2;
com.google.protobuf.ByteString
string description = 2;
boolean
bool disabled = 5;
getOptions
(int index) List of optionsint
List of optionsList of optionsgetOptionsOrBuilder
(int index) List of optionsList
<? extends ComboSetting.OptionOrBuilder> List of optionsstring ui_name = 1;
com.google.protobuf.ByteString
string ui_name = 1;
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
-
getUiName
String getUiName()string ui_name = 1;
- Returns:
- The uiName.
-
getUiNameBytes
com.google.protobuf.ByteString getUiNameBytes()string ui_name = 1;
- Returns:
- The bytes for uiName.
-
getDescription
String getDescription()string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 2;
- Returns:
- The bytes for description.
-
getOptionsList
List<ComboSetting.Option> getOptionsList()List of options
repeated .soulfire.v1.ComboSetting.Option options = 3;
-
getOptions
List of options
repeated .soulfire.v1.ComboSetting.Option options = 3;
-
getOptionsCount
int getOptionsCount()List of options
repeated .soulfire.v1.ComboSetting.Option options = 3;
-
getOptionsOrBuilderList
List<? extends ComboSetting.OptionOrBuilder> getOptionsOrBuilderList()List of options
repeated .soulfire.v1.ComboSetting.Option options = 3;
-
getOptionsOrBuilder
List of options
repeated .soulfire.v1.ComboSetting.Option options = 3;
-
getDef
String getDef()string def = 4;
- Returns:
- The def.
-
getDefBytes
com.google.protobuf.ByteString getDefBytes()string def = 4;
- Returns:
- The bytes for def.
-
getDisabled
boolean getDisabled()bool disabled = 5;
- Returns:
- The disabled.
-