-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.ListRoomsRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getNamesList()when set, will only return rooms with name matchrepeated string names = 1;abstract intgetNamesCount()when set, will only return rooms with name matchrepeated string names = 1;abstract StringgetNames(int index)when set, will only return rooms with name matchrepeated string names = 1;abstract ByteStringgetNamesBytes(int index)when set, will only return rooms with name matchrepeated string names = 1;-
-
Method Detail
-
getNamesList
abstract List<String> getNamesList()
when set, will only return rooms with name matchrepeated string names = 1;
-
getNamesCount
abstract int getNamesCount()
when set, will only return rooms with name matchrepeated string names = 1;
-
getNames
abstract String getNames(int index)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
index- The index of the element to return.
-
getNamesBytes
abstract ByteString getNamesBytes(int index)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
index- The index of the element to return.
-
-
-
-