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