-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRoom.ListRoomsRequestOrBuilder
public final class LivekitRoom.ListRoomsRequest.Builder extends GeneratedMessageLite.Builder<LivekitRoom.ListRoomsRequest, LivekitRoom.ListRoomsRequest.Builder> implements LivekitRoom.ListRoomsRequestOrBuilder
Protobuf type
{@code livekit.ListRoomsRequest}
-
-
Method Summary
Modifier and Type Method Description List<String>getNamesList()when set, will only return rooms with name matchrepeated string names = 1;intgetNamesCount()when set, will only return rooms with name matchrepeated string names = 1;StringgetNames(int index)when set, will only return rooms with name matchrepeated string names = 1;ByteStringgetNamesBytes(int index)when set, will only return rooms with name matchrepeated string names = 1;LivekitRoom.ListRoomsRequest.BuildersetNames(int index, String value)when set, will only return rooms with name matchrepeated string names = 1;LivekitRoom.ListRoomsRequest.BuilderaddNames(String value)when set, will only return rooms with name matchrepeated string names = 1;LivekitRoom.ListRoomsRequest.BuilderaddAllNames(Iterable<String> values)when set, will only return rooms with name matchrepeated string names = 1;LivekitRoom.ListRoomsRequest.BuilderclearNames()when set, will only return rooms with name matchrepeated string names = 1;LivekitRoom.ListRoomsRequest.BuilderaddNamesBytes(ByteString value)when set, will only return rooms with name matchrepeated string names = 1;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getNamesList
List<String> getNamesList()
when set, will only return rooms with name matchrepeated string names = 1;
-
getNamesCount
int getNamesCount()
when set, will only return rooms with name matchrepeated string names = 1;
-
getNames
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
ByteString getNamesBytes(int index)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
index- The index of the value to return.
-
setNames
LivekitRoom.ListRoomsRequest.Builder setNames(int index, String value)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
index- The index to set the value at.value- The names to set.
-
addNames
LivekitRoom.ListRoomsRequest.Builder addNames(String value)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
value- The names to add.
-
addAllNames
LivekitRoom.ListRoomsRequest.Builder addAllNames(Iterable<String> values)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
values- The names to add.
-
clearNames
LivekitRoom.ListRoomsRequest.Builder clearNames()
when set, will only return rooms with name matchrepeated string names = 1;
-
addNamesBytes
LivekitRoom.ListRoomsRequest.Builder addNamesBytes(ByteString value)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
value- The bytes of the names to add.
-
-
-
-