Interface StringListSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringListSetting, StringListSetting.Builder
@Generated
public interface StringListSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDef(int index) repeated string def = 3;com.google.protobuf.ByteStringgetDefBytes(int index) repeated string def = 3;intrepeated string def = 3;repeated string def = 3;string description = 2;com.google.protobuf.ByteStringstring description = 2;booleanbool disabled = 4;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.
-
getDefList
-
getDefCount
int getDefCount()repeated string def = 3;- Returns:
- The count of def.
-
getDef
repeated string def = 3;- Parameters:
index- The index of the element to return.- Returns:
- The def at the given index.
-
getDefBytes
com.google.protobuf.ByteString getDefBytes(int index) repeated string def = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the def at the given index.
-
getDisabled
boolean getDisabled()bool disabled = 4;- Returns:
- The disabled.
-