Package com.soulfiremc.grpc.generated
Interface MinMaxSetting.EntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MinMaxSetting.Entry
,MinMaxSetting.Entry.Builder
- Enclosing class:
MinMaxSetting
public static interface MinMaxSetting.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getDef()
int32 def = 3;
string description = 2;
com.google.protobuf.ByteString
string description = 2;
string placeholder = 4;
com.google.protobuf.ByteString
string placeholder = 4;
string 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.
-
getDef
int getDef()int32 def = 3;
- Returns:
- The def.
-
getPlaceholder
String getPlaceholder()string placeholder = 4;
- Returns:
- The placeholder.
-
getPlaceholderBytes
com.google.protobuf.ByteString getPlaceholderBytes()string placeholder = 4;
- Returns:
- The bytes for placeholder.
-