-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.SIPParticipantInfoOrBuilder
public final class LivekitSip.SIPParticipantInfo.Builder extends GeneratedMessageLite.Builder<LivekitSip.SIPParticipantInfo, LivekitSip.SIPParticipantInfo.Builder> implements LivekitSip.SIPParticipantInfoOrBuilder
Protobuf type
{@code livekit.SIPParticipantInfo}
-
-
Method Summary
-
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
-
getParticipantId
String getParticipantId()
string participant_id = 1;
-
getParticipantIdBytes
ByteString getParticipantIdBytes()
string participant_id = 1;
-
setParticipantId
LivekitSip.SIPParticipantInfo.Builder setParticipantId(String value)
string participant_id = 1;- Parameters:
value- The participantId to set.
-
clearParticipantId
LivekitSip.SIPParticipantInfo.Builder clearParticipantId()
string participant_id = 1;
-
setParticipantIdBytes
LivekitSip.SIPParticipantInfo.Builder setParticipantIdBytes(ByteString value)
string participant_id = 1;- Parameters:
value- The bytes for participantId to set.
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 2;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 2;
-
setParticipantIdentity
LivekitSip.SIPParticipantInfo.Builder setParticipantIdentity(String value)
string participant_identity = 2;- Parameters:
value- The participantIdentity to set.
-
clearParticipantIdentity
LivekitSip.SIPParticipantInfo.Builder clearParticipantIdentity()
string participant_identity = 2;
-
setParticipantIdentityBytes
LivekitSip.SIPParticipantInfo.Builder setParticipantIdentityBytes(ByteString value)
string participant_identity = 2;- Parameters:
value- The bytes for participantIdentity to set.
-
getRoomName
String getRoomName()
string room_name = 3;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 3;
-
setRoomName
LivekitSip.SIPParticipantInfo.Builder setRoomName(String value)
string room_name = 3;- Parameters:
value- The roomName to set.
-
clearRoomName
LivekitSip.SIPParticipantInfo.Builder clearRoomName()
string room_name = 3;
-
setRoomNameBytes
LivekitSip.SIPParticipantInfo.Builder setRoomNameBytes(ByteString value)
string room_name = 3;- Parameters:
value- The bytes for roomName to set.
-
getSipCallId
String getSipCallId()
string sip_call_id = 4;
-
getSipCallIdBytes
ByteString getSipCallIdBytes()
string sip_call_id = 4;
-
setSipCallId
LivekitSip.SIPParticipantInfo.Builder setSipCallId(String value)
string sip_call_id = 4;- Parameters:
value- The sipCallId to set.
-
clearSipCallId
LivekitSip.SIPParticipantInfo.Builder clearSipCallId()
string sip_call_id = 4;
-
setSipCallIdBytes
LivekitSip.SIPParticipantInfo.Builder setSipCallIdBytes(ByteString value)
string sip_call_id = 4;- Parameters:
value- The bytes for sipCallId to set.
-
-
-
-