-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.GetSIPOutboundTrunkRequestOrBuilder
public final class LivekitSip.GetSIPOutboundTrunkRequest.Builder extends GeneratedMessageLite.Builder<LivekitSip.GetSIPOutboundTrunkRequest, LivekitSip.GetSIPOutboundTrunkRequest.Builder> implements LivekitSip.GetSIPOutboundTrunkRequestOrBuilder
Protobuf type
{@code livekit.GetSIPOutboundTrunkRequest}
-
-
Method Summary
Modifier and Type Method Description StringgetSipTrunkId()string sip_trunk_id = 1;ByteStringgetSipTrunkIdBytes()string sip_trunk_id = 1;LivekitSip.GetSIPOutboundTrunkRequest.BuildersetSipTrunkId(String value)string sip_trunk_id = 1;LivekitSip.GetSIPOutboundTrunkRequest.BuilderclearSipTrunkId()string sip_trunk_id = 1;LivekitSip.GetSIPOutboundTrunkRequest.BuildersetSipTrunkIdBytes(ByteString value)string sip_trunk_id = 1;-
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
-
getSipTrunkId
String getSipTrunkId()
string sip_trunk_id = 1;
-
getSipTrunkIdBytes
ByteString getSipTrunkIdBytes()
string sip_trunk_id = 1;
-
setSipTrunkId
LivekitSip.GetSIPOutboundTrunkRequest.Builder setSipTrunkId(String value)
string sip_trunk_id = 1;- Parameters:
value- The sipTrunkId to set.
-
clearSipTrunkId
LivekitSip.GetSIPOutboundTrunkRequest.Builder clearSipTrunkId()
string sip_trunk_id = 1;
-
setSipTrunkIdBytes
LivekitSip.GetSIPOutboundTrunkRequest.Builder setSipTrunkIdBytes(ByteString value)
string sip_trunk_id = 1;- Parameters:
value- The bytes for sipTrunkId to set.
-
-
-
-