Interface ComboSetting.OptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ComboSetting.Option, ComboSetting.Option.Builder
Enclosing class:
ComboSetting

public static interface ComboSetting.OptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Displayed to user
    com.google.protobuf.ByteString
    Displayed to user
    May be used for an icon for an option
    com.google.protobuf.ByteString
    May be used for an icon for an option
    Sent to server
    com.google.protobuf.ByteString
    Sent to server
    getKeywords(int index)
    keywords to also use for filtering
    com.google.protobuf.ByteString
    getKeywordsBytes(int index)
    keywords to also use for filtering
    int
    keywords to also use for filtering
    keywords to also use for filtering
    boolean
    May be used for an icon for an option

    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

    • getId

      String getId()
       Sent to server
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Sent to server
       
      string id = 1;
      Returns:
      The bytes for id.
    • getDisplayName

      String getDisplayName()
       Displayed to user
       
      string display_name = 2;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Displayed to user
       
      string display_name = 2;
      Returns:
      The bytes for displayName.
    • hasIconId

      boolean hasIconId()
       May be used for an icon for an option
       
      optional string icon_id = 3;
      Returns:
      Whether the iconId field is set.
    • getIconId

      String getIconId()
       May be used for an icon for an option
       
      optional string icon_id = 3;
      Returns:
      The iconId.
    • getIconIdBytes

      com.google.protobuf.ByteString getIconIdBytes()
       May be used for an icon for an option
       
      optional string icon_id = 3;
      Returns:
      The bytes for iconId.
    • getKeywordsList

      List<String> getKeywordsList()
       keywords to also use for filtering
       
      repeated string keywords = 4;
      Returns:
      A list containing the keywords.
    • getKeywordsCount

      int getKeywordsCount()
       keywords to also use for filtering
       
      repeated string keywords = 4;
      Returns:
      The count of keywords.
    • getKeywords

      String getKeywords(int index)
       keywords to also use for filtering
       
      repeated string keywords = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keywords at the given index.
    • getKeywordsBytes

      com.google.protobuf.ByteString getKeywordsBytes(int index)
       keywords to also use for filtering
       
      repeated string keywords = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the keywords at the given index.