Package com.soulfiremc.grpc.generated
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 TypeMethodDescriptionDisplayed to usercom.google.protobuf.ByteString
Displayed to userMay be used for an icon for an optioncom.google.protobuf.ByteString
May be used for an icon for an optiongetId()
Sent to servercom.google.protobuf.ByteString
Sent to servergetKeywords
(int index) keywords to also use for filteringcom.google.protobuf.ByteString
getKeywordsBytes
(int index) keywords to also use for filteringint
keywords to also use for filteringkeywords to also use for filteringboolean
May be used for an icon for an optionMethods 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
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
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.
-