Package 

Class LivekitRoom.DeleteRoomRequest.Builder

    • Method Summary

      Modifier and Type Method Description
      String getRoom()
      name of the room
      
      string room = 1;
      ByteString getRoomBytes()
      name of the room
      
      string room = 1;
      LivekitRoom.DeleteRoomRequest.Builder setRoom(String value)
      name of the room
      
      string room = 1;
      LivekitRoom.DeleteRoomRequest.Builder clearRoom()
      name of the room
      
      string room = 1;
      LivekitRoom.DeleteRoomRequest.Builder setRoomBytes(ByteString value)
      name of the room
      
      string room = 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