-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.SIPDispatchRuleDirectOrBuilder
public final class LivekitSip.SIPDispatchRuleDirect.Builder extends GeneratedMessageLite.Builder<LivekitSip.SIPDispatchRuleDirect, LivekitSip.SIPDispatchRuleDirect.Builder> implements LivekitSip.SIPDispatchRuleDirectOrBuilder
Protobuf type
{@code livekit.SIPDispatchRuleDirect}
-
-
Method Summary
Modifier and Type Method Description StringgetRoomName()What room should call be directed intostring room_name = 1;ByteStringgetRoomNameBytes()What room should call be directed intostring room_name = 1;LivekitSip.SIPDispatchRuleDirect.BuildersetRoomName(String value)What room should call be directed intostring room_name = 1;LivekitSip.SIPDispatchRuleDirect.BuilderclearRoomName()What room should call be directed intostring room_name = 1;LivekitSip.SIPDispatchRuleDirect.BuildersetRoomNameBytes(ByteString value)What room should call be directed intostring room_name = 1;StringgetPin()Optional pin required to enter roomstring pin = 2;ByteStringgetPinBytes()Optional pin required to enter roomstring pin = 2;LivekitSip.SIPDispatchRuleDirect.BuildersetPin(String value)Optional pin required to enter roomstring pin = 2;LivekitSip.SIPDispatchRuleDirect.BuilderclearPin()Optional pin required to enter roomstring pin = 2;LivekitSip.SIPDispatchRuleDirect.BuildersetPinBytes(ByteString value)Optional pin required to enter roomstring pin = 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
-
getRoomName
String getRoomName()
What room should call be directed intostring room_name = 1;
-
getRoomNameBytes
ByteString getRoomNameBytes()
What room should call be directed intostring room_name = 1;
-
setRoomName
LivekitSip.SIPDispatchRuleDirect.Builder setRoomName(String value)
What room should call be directed intostring room_name = 1;- Parameters:
value- The roomName to set.
-
clearRoomName
LivekitSip.SIPDispatchRuleDirect.Builder clearRoomName()
What room should call be directed intostring room_name = 1;
-
setRoomNameBytes
LivekitSip.SIPDispatchRuleDirect.Builder setRoomNameBytes(ByteString value)
What room should call be directed intostring room_name = 1;- Parameters:
value- The bytes for roomName to set.
-
getPinBytes
ByteString getPinBytes()
Optional pin required to enter roomstring pin = 2;
-
setPin
LivekitSip.SIPDispatchRuleDirect.Builder setPin(String value)
Optional pin required to enter roomstring pin = 2;- Parameters:
value- The pin to set.
-
clearPin
LivekitSip.SIPDispatchRuleDirect.Builder clearPin()
Optional pin required to enter roomstring pin = 2;
-
setPinBytes
LivekitSip.SIPDispatchRuleDirect.Builder setPinBytes(ByteString value)
Optional pin required to enter roomstring pin = 2;- Parameters:
value- The bytes for pin to set.
-
-
-
-