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 Type
    Method
    Description
    string def = 3;
    com.google.protobuf.ByteString
    string def = 3;
    string description = 2;
    com.google.protobuf.ByteString
    string description = 2;
    boolean
    bool disabled = 11;
    .soulfire.v1.StringSetting.InputType input_type = 10;
    int
    .soulfire.v1.StringSetting.InputType input_type = 10;
    int
    int32 max_length = 8;
    int
    int32 min_length = 7;
    string pattern = 9;
    com.google.protobuf.ByteString
    string pattern = 9;
    string placeholder = 6;
    com.google.protobuf.ByteString
    string placeholder = 6;
    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

      String getDef()
      string def = 3;
      Returns:
      The def.
    • 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

      String getPlaceholder()
      string placeholder = 6;
      Returns:
      The placeholder.
    • 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

      String getPattern()
      string pattern = 9;
      Returns:
      The pattern.
    • getPatternBytes

      com.google.protobuf.ByteString getPatternBytes()
      string pattern = 9;
      Returns:
      The bytes for pattern.
    • getDisabled

      boolean getDisabled()
      bool disabled = 11;
      Returns:
      The disabled.