-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRoom.MoveParticipantRequestOrBuilder
public final class LivekitRoom.MoveParticipantRequest.Builder extends GeneratedMessageLite.Builder<LivekitRoom.MoveParticipantRequest, LivekitRoom.MoveParticipantRequest.Builder> implements LivekitRoom.MoveParticipantRequestOrBuilder
Protobuf type
{@code livekit.MoveParticipantRequest}
-
-
Method Summary
Modifier and Type Method Description StringgetRoom()room to move participant fromstring room = 1;ByteStringgetRoomBytes()room to move participant fromstring room = 1;LivekitRoom.MoveParticipantRequest.BuildersetRoom(String value)room to move participant fromstring room = 1;LivekitRoom.MoveParticipantRequest.BuilderclearRoom()room to move participant fromstring room = 1;LivekitRoom.MoveParticipantRequest.BuildersetRoomBytes(ByteString value)room to move participant fromstring room = 1;StringgetIdentity()identity of the participant to move tostring identity = 2;ByteStringgetIdentityBytes()identity of the participant to move tostring identity = 2;LivekitRoom.MoveParticipantRequest.BuildersetIdentity(String value)identity of the participant to move tostring identity = 2;LivekitRoom.MoveParticipantRequest.BuilderclearIdentity()identity of the participant to move tostring identity = 2;LivekitRoom.MoveParticipantRequest.BuildersetIdentityBytes(ByteString value)identity of the participant to move tostring identity = 2;StringgetDestinationRoom()room to move participant tostring destination_room = 3;ByteStringgetDestinationRoomBytes()room to move participant tostring destination_room = 3;LivekitRoom.MoveParticipantRequest.BuildersetDestinationRoom(String value)room to move participant tostring destination_room = 3;LivekitRoom.MoveParticipantRequest.BuilderclearDestinationRoom()room to move participant tostring destination_room = 3;LivekitRoom.MoveParticipantRequest.BuildersetDestinationRoomBytes(ByteString value)room to move participant tostring destination_room = 3;-
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
-
getRoomBytes
ByteString getRoomBytes()
room to move participant fromstring room = 1;
-
setRoom
LivekitRoom.MoveParticipantRequest.Builder setRoom(String value)
room to move participant fromstring room = 1;- Parameters:
value- The room to set.
-
clearRoom
LivekitRoom.MoveParticipantRequest.Builder clearRoom()
room to move participant fromstring room = 1;
-
setRoomBytes
LivekitRoom.MoveParticipantRequest.Builder setRoomBytes(ByteString value)
room to move participant fromstring room = 1;- Parameters:
value- The bytes for room to set.
-
getIdentity
String getIdentity()
identity of the participant to move tostring identity = 2;
-
getIdentityBytes
ByteString getIdentityBytes()
identity of the participant to move tostring identity = 2;
-
setIdentity
LivekitRoom.MoveParticipantRequest.Builder setIdentity(String value)
identity of the participant to move tostring identity = 2;- Parameters:
value- The identity to set.
-
clearIdentity
LivekitRoom.MoveParticipantRequest.Builder clearIdentity()
identity of the participant to move tostring identity = 2;
-
setIdentityBytes
LivekitRoom.MoveParticipantRequest.Builder setIdentityBytes(ByteString value)
identity of the participant to move tostring identity = 2;- Parameters:
value- The bytes for identity to set.
-
getDestinationRoom
String getDestinationRoom()
room to move participant tostring destination_room = 3;
-
getDestinationRoomBytes
ByteString getDestinationRoomBytes()
room to move participant tostring destination_room = 3;
-
setDestinationRoom
LivekitRoom.MoveParticipantRequest.Builder setDestinationRoom(String value)
room to move participant tostring destination_room = 3;- Parameters:
value- The destinationRoom to set.
-
clearDestinationRoom
LivekitRoom.MoveParticipantRequest.Builder clearDestinationRoom()
room to move participant tostring destination_room = 3;
-
setDestinationRoomBytes
LivekitRoom.MoveParticipantRequest.Builder setDestinationRoomBytes(ByteString value)
room to move participant tostring destination_room = 3;- Parameters:
value- The bytes for destinationRoom to set.
-
-
-
-