-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRoom.RoomParticipantIdentityOrBuilder
public final class LivekitRoom.RoomParticipantIdentity.Builder extends GeneratedMessageLite.Builder<LivekitRoom.RoomParticipantIdentity, LivekitRoom.RoomParticipantIdentity.Builder> implements LivekitRoom.RoomParticipantIdentityOrBuilder
Protobuf type
{@code livekit.RoomParticipantIdentity}
-
-
Method Summary
Modifier and Type Method Description StringgetRoom()name of the roomstring room = 1;ByteStringgetRoomBytes()name of the roomstring room = 1;LivekitRoom.RoomParticipantIdentity.BuildersetRoom(String value)name of the roomstring room = 1;LivekitRoom.RoomParticipantIdentity.BuilderclearRoom()name of the roomstring room = 1;LivekitRoom.RoomParticipantIdentity.BuildersetRoomBytes(ByteString value)name of the roomstring room = 1;StringgetIdentity()identity of the participantstring identity = 2;ByteStringgetIdentityBytes()identity of the participantstring identity = 2;LivekitRoom.RoomParticipantIdentity.BuildersetIdentity(String value)identity of the participantstring identity = 2;LivekitRoom.RoomParticipantIdentity.BuilderclearIdentity()identity of the participantstring identity = 2;LivekitRoom.RoomParticipantIdentity.BuildersetIdentityBytes(ByteString value)identity of the participantstring identity = 2;-
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()
name of the roomstring room = 1;
-
setRoom
LivekitRoom.RoomParticipantIdentity.Builder setRoom(String value)
name of the roomstring room = 1;- Parameters:
value- The room to set.
-
clearRoom
LivekitRoom.RoomParticipantIdentity.Builder clearRoom()
name of the roomstring room = 1;
-
setRoomBytes
LivekitRoom.RoomParticipantIdentity.Builder setRoomBytes(ByteString value)
name of the roomstring room = 1;- Parameters:
value- The bytes for room to set.
-
getIdentity
String getIdentity()
identity of the participantstring identity = 2;
-
getIdentityBytes
ByteString getIdentityBytes()
identity of the participantstring identity = 2;
-
setIdentity
LivekitRoom.RoomParticipantIdentity.Builder setIdentity(String value)
identity of the participantstring identity = 2;- Parameters:
value- The identity to set.
-
clearIdentity
LivekitRoom.RoomParticipantIdentity.Builder clearIdentity()
identity of the participantstring identity = 2;
-
setIdentityBytes
LivekitRoom.RoomParticipantIdentity.Builder setIdentityBytes(ByteString value)
identity of the participantstring identity = 2;- Parameters:
value- The bytes for identity to set.
-
-
-
-