Interface StringSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringSetting, StringSetting.Builder
@Generated
public interface StringSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDef()string def = 3;com.google.protobuf.ByteStringstring def = 3;string description = 2;com.google.protobuf.ByteStringstring description = 2;booleanbool disabled = 11;.soulfire.v1.StringSetting.InputType input_type = 10;int.soulfire.v1.StringSetting.InputType input_type = 10;intint32 max_length = 8;intint32 min_length = 7;string pattern = 9;com.google.protobuf.ByteStringstring pattern = 9;string placeholder = 6;com.google.protobuf.ByteStringstring placeholder = 6;string ui_name = 1;com.google.protobuf.ByteStringstring ui_name = 1;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
-
getUiName
-
getUiNameBytes
com.google.protobuf.ByteString getUiNameBytes()string ui_name = 1;- Returns:
- The bytes for uiName.
-
getDescription
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 2;- Returns:
- The bytes for description.
-
getDef
-
getDefBytes
com.google.protobuf.ByteString getDefBytes()string def = 3;- Returns:
- The bytes for def.
-
getInputTypeValue
int getInputTypeValue().soulfire.v1.StringSetting.InputType input_type = 10;- Returns:
- The enum numeric value on the wire for inputType.
-
getInputType
StringSetting.InputType getInputType().soulfire.v1.StringSetting.InputType input_type = 10;- Returns:
- The inputType.
-
getPlaceholder
-
getPlaceholderBytes
com.google.protobuf.ByteString getPlaceholderBytes()string placeholder = 6;- Returns:
- The bytes for placeholder.
-
getMinLength
int getMinLength()int32 min_length = 7;- Returns:
- The minLength.
-
getMaxLength
int getMaxLength()int32 max_length = 8;- Returns:
- The maxLength.
-
getPattern
-
getPatternBytes
com.google.protobuf.ByteString getPatternBytes()string pattern = 9;- Returns:
- The bytes for pattern.
-
getDisabled
boolean getDisabled()bool disabled = 11;- Returns:
- The disabled.
-