Package 

Class LivekitRoom.ListRoomsRequest.Builder

    • Method Summary

      Modifier and Type Method Description
      List<String> getNamesList()
      when set, will only return rooms with name match
      
      repeated string names = 1;
      int getNamesCount()
      when set, will only return rooms with name match
      
      repeated string names = 1;
      String getNames(int index)
      when set, will only return rooms with name match
      
      repeated string names = 1;
      ByteString getNamesBytes(int index)
      when set, will only return rooms with name match
      
      repeated string names = 1;
      LivekitRoom.ListRoomsRequest.Builder setNames(int index, String value)
      when set, will only return rooms with name match
      
      repeated string names = 1;
      LivekitRoom.ListRoomsRequest.Builder addNames(String value)
      when set, will only return rooms with name match
      
      repeated string names = 1;
      LivekitRoom.ListRoomsRequest.Builder addAllNames(Iterable<String> values)
      when set, will only return rooms with name match
      
      repeated string names = 1;
      LivekitRoom.ListRoomsRequest.Builder clearNames()
      when set, will only return rooms with name match
      
      repeated string names = 1;
      LivekitRoom.ListRoomsRequest.Builder addNamesBytes(ByteString value)
      when set, will only return rooms with name match
      
      repeated 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