-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.ListUpdateOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getSetList()set the field to a new listrepeated string set = 1;abstract intgetSetCount()set the field to a new listrepeated string set = 1;abstract StringgetSet(int index)set the field to a new listrepeated string set = 1;abstract ByteStringgetSetBytes(int index)set the field to a new listrepeated string set = 1;abstract List<String>getAddList()append items to a list, avoiding duplicatesrepeated string add = 2;abstract intgetAddCount()append items to a list, avoiding duplicatesrepeated string add = 2;abstract StringgetAdd(int index)append items to a list, avoiding duplicatesrepeated string add = 2;abstract ByteStringgetAddBytes(int index)append items to a list, avoiding duplicatesrepeated string add = 2;abstract List<String>getRemoveList()delete items from a listrepeated string remove = 3;abstract intgetRemoveCount()delete items from a listrepeated string remove = 3;abstract StringgetRemove(int index)delete items from a listrepeated string remove = 3;abstract ByteStringgetRemoveBytes(int index)delete items from a listrepeated string remove = 3;abstract booleangetClear()sets the list to an empty listbool clear = 4;-
-
Method Detail
-
getSetList
abstract List<String> getSetList()
set the field to a new listrepeated string set = 1;
-
getSetCount
abstract int getSetCount()
set the field to a new listrepeated string set = 1;
-
getSet
abstract String getSet(int index)
set the field to a new listrepeated string set = 1;- Parameters:
index- The index of the element to return.
-
getSetBytes
abstract ByteString getSetBytes(int index)
set the field to a new listrepeated string set = 1;- Parameters:
index- The index of the element to return.
-
getAddList
abstract List<String> getAddList()
append items to a list, avoiding duplicatesrepeated string add = 2;
-
getAddCount
abstract int getAddCount()
append items to a list, avoiding duplicatesrepeated string add = 2;
-
getAdd
abstract String getAdd(int index)
append items to a list, avoiding duplicatesrepeated string add = 2;- Parameters:
index- The index of the element to return.
-
getAddBytes
abstract ByteString getAddBytes(int index)
append items to a list, avoiding duplicatesrepeated string add = 2;- Parameters:
index- The index of the element to return.
-
getRemoveList
abstract List<String> getRemoveList()
delete items from a listrepeated string remove = 3;
-
getRemoveCount
abstract int getRemoveCount()
delete items from a listrepeated string remove = 3;
-
getRemove
abstract String getRemove(int index)
delete items from a listrepeated string remove = 3;- Parameters:
index- The index of the element to return.
-
getRemoveBytes
abstract ByteString getRemoveBytes(int index)
delete items from a listrepeated string remove = 3;- Parameters:
index- The index of the element to return.
-
getClear
abstract boolean getClear()
sets the list to an empty listbool clear = 4;
-
-
-
-