-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.SIPTrunkInfoOrBuilder
public final class LivekitSip.SIPTrunkInfo.Builder extends GeneratedMessageLite.Builder<LivekitSip.SIPTrunkInfo, LivekitSip.SIPTrunkInfo.Builder> implements LivekitSip.SIPTrunkInfoOrBuilder
Protobuf type
{@code livekit.SIPTrunkInfo}
-
-
Method Summary
Modifier and Type Method Description StringgetSipTrunkId()string sip_trunk_id = 1;ByteStringgetSipTrunkIdBytes()string sip_trunk_id = 1;LivekitSip.SIPTrunkInfo.BuildersetSipTrunkId(String value)string sip_trunk_id = 1;LivekitSip.SIPTrunkInfo.BuilderclearSipTrunkId()string sip_trunk_id = 1;LivekitSip.SIPTrunkInfo.BuildersetSipTrunkIdBytes(ByteString value)string sip_trunk_id = 1;intgetKindValue().livekit.SIPTrunkInfo.TrunkKind kind = 14;LivekitSip.SIPTrunkInfo.BuildersetKindValue(int value).livekit.SIPTrunkInfo.TrunkKind kind = 14;LivekitSip.SIPTrunkInfo.TrunkKindgetKind().livekit.SIPTrunkInfo.TrunkKind kind = 14;LivekitSip.SIPTrunkInfo.BuildersetKind(LivekitSip.SIPTrunkInfo.TrunkKind value).livekit.SIPTrunkInfo.TrunkKind kind = 14;LivekitSip.SIPTrunkInfo.BuilderclearKind().livekit.SIPTrunkInfo.TrunkKind kind = 14;List<String>getInboundAddressesList()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;intgetInboundAddressesCount()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;StringgetInboundAddresses(int index)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;ByteStringgetInboundAddressesBytes(int index)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;LivekitSip.SIPTrunkInfo.BuildersetInboundAddresses(int index, String value)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;LivekitSip.SIPTrunkInfo.BuilderaddInboundAddresses(String value)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;LivekitSip.SIPTrunkInfo.BuilderaddAllInboundAddresses(Iterable<String> values)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;LivekitSip.SIPTrunkInfo.BuilderclearInboundAddresses()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;LivekitSip.SIPTrunkInfo.BuilderaddInboundAddressesBytes(ByteString value)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;StringgetOutboundAddress()IP that SIP INVITE is sent toostring outbound_address = 3;ByteStringgetOutboundAddressBytes()IP that SIP INVITE is sent toostring outbound_address = 3;LivekitSip.SIPTrunkInfo.BuildersetOutboundAddress(String value)IP that SIP INVITE is sent toostring outbound_address = 3;LivekitSip.SIPTrunkInfo.BuilderclearOutboundAddress()IP that SIP INVITE is sent toostring outbound_address = 3;LivekitSip.SIPTrunkInfo.BuildersetOutboundAddressBytes(ByteString value)IP that SIP INVITE is sent toostring outbound_address = 3;StringgetOutboundNumber()Number used to make outbound callsstring outbound_number = 4;ByteStringgetOutboundNumberBytes()Number used to make outbound callsstring outbound_number = 4;LivekitSip.SIPTrunkInfo.BuildersetOutboundNumber(String value)Number used to make outbound callsstring outbound_number = 4;LivekitSip.SIPTrunkInfo.BuilderclearOutboundNumber()Number used to make outbound callsstring outbound_number = 4;LivekitSip.SIPTrunkInfo.BuildersetOutboundNumberBytes(ByteString value)Number used to make outbound callsstring outbound_number = 4;intgetTransportValue()Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;LivekitSip.SIPTrunkInfo.BuildersetTransportValue(int value)Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;LivekitSip.SIPTransportgetTransport()Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;LivekitSip.SIPTrunkInfo.BuildersetTransport(LivekitSip.SIPTransport value)Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;LivekitSip.SIPTrunkInfo.BuilderclearTransport()Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;List<String>getInboundNumbersRegexList()repeated string inbound_numbers_regex = 5 [deprecated = true];intgetInboundNumbersRegexCount()repeated string inbound_numbers_regex = 5 [deprecated = true];StringgetInboundNumbersRegex(int index)repeated string inbound_numbers_regex = 5 [deprecated = true];ByteStringgetInboundNumbersRegexBytes(int index)repeated string inbound_numbers_regex = 5 [deprecated = true];LivekitSip.SIPTrunkInfo.BuildersetInboundNumbersRegex(int index, String value)repeated string inbound_numbers_regex = 5 [deprecated = true];LivekitSip.SIPTrunkInfo.BuilderaddInboundNumbersRegex(String value)repeated string inbound_numbers_regex = 5 [deprecated = true];LivekitSip.SIPTrunkInfo.BuilderaddAllInboundNumbersRegex(Iterable<String> values)repeated string inbound_numbers_regex = 5 [deprecated = true];LivekitSip.SIPTrunkInfo.BuilderclearInboundNumbersRegex()repeated string inbound_numbers_regex = 5 [deprecated = true];LivekitSip.SIPTrunkInfo.BuilderaddInboundNumbersRegexBytes(ByteString value)repeated string inbound_numbers_regex = 5 [deprecated = true];List<String>getInboundNumbersList()Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;intgetInboundNumbersCount()Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;StringgetInboundNumbers(int index)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;ByteStringgetInboundNumbersBytes(int index)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;LivekitSip.SIPTrunkInfo.BuildersetInboundNumbers(int index, String value)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;LivekitSip.SIPTrunkInfo.BuilderaddInboundNumbers(String value)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;LivekitSip.SIPTrunkInfo.BuilderaddAllInboundNumbers(Iterable<String> values)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;LivekitSip.SIPTrunkInfo.BuilderclearInboundNumbers()Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;LivekitSip.SIPTrunkInfo.BuilderaddInboundNumbersBytes(ByteString value)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;StringgetInboundUsername()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;ByteStringgetInboundUsernameBytes()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;LivekitSip.SIPTrunkInfo.BuildersetInboundUsername(String value)Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;LivekitSip.SIPTrunkInfo.BuilderclearInboundUsername()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;LivekitSip.SIPTrunkInfo.BuildersetInboundUsernameBytes(ByteString value)Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;StringgetInboundPassword()string inbound_password = 7;ByteStringgetInboundPasswordBytes()string inbound_password = 7;LivekitSip.SIPTrunkInfo.BuildersetInboundPassword(String value)string inbound_password = 7;LivekitSip.SIPTrunkInfo.BuilderclearInboundPassword()string inbound_password = 7;LivekitSip.SIPTrunkInfo.BuildersetInboundPasswordBytes(ByteString value)string inbound_password = 7;StringgetOutboundUsername()string outbound_username = 8;ByteStringgetOutboundUsernameBytes()string outbound_username = 8;LivekitSip.SIPTrunkInfo.BuildersetOutboundUsername(String value)string outbound_username = 8;LivekitSip.SIPTrunkInfo.BuilderclearOutboundUsername()string outbound_username = 8;LivekitSip.SIPTrunkInfo.BuildersetOutboundUsernameBytes(ByteString value)string outbound_username = 8;StringgetOutboundPassword()string outbound_password = 9;ByteStringgetOutboundPasswordBytes()string outbound_password = 9;LivekitSip.SIPTrunkInfo.BuildersetOutboundPassword(String value)string outbound_password = 9;LivekitSip.SIPTrunkInfo.BuilderclearOutboundPassword()string outbound_password = 9;LivekitSip.SIPTrunkInfo.BuildersetOutboundPasswordBytes(ByteString value)string outbound_password = 9;StringgetName()Human-readable name for the Trunk.string name = 11;ByteStringgetNameBytes()Human-readable name for the Trunk.string name = 11;LivekitSip.SIPTrunkInfo.BuildersetName(String value)Human-readable name for the Trunk.string name = 11;LivekitSip.SIPTrunkInfo.BuilderclearName()Human-readable name for the Trunk.string name = 11;LivekitSip.SIPTrunkInfo.BuildersetNameBytes(ByteString value)Human-readable name for the Trunk.string name = 11;StringgetMetadata()User-defined metadata for the Trunk.string metadata = 12;ByteStringgetMetadataBytes()User-defined metadata for the Trunk.string metadata = 12;LivekitSip.SIPTrunkInfo.BuildersetMetadata(String value)User-defined metadata for the Trunk.string metadata = 12;LivekitSip.SIPTrunkInfo.BuilderclearMetadata()User-defined metadata for the Trunk.string metadata = 12;LivekitSip.SIPTrunkInfo.BuildersetMetadataBytes(ByteString value)User-defined metadata for the Trunk.string metadata = 12;-
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.SIPTrunkInfo.Builder setSipTrunkId(String value)
string sip_trunk_id = 1;- Parameters:
value- The sipTrunkId to set.
-
clearSipTrunkId
LivekitSip.SIPTrunkInfo.Builder clearSipTrunkId()
string sip_trunk_id = 1;
-
setSipTrunkIdBytes
LivekitSip.SIPTrunkInfo.Builder setSipTrunkIdBytes(ByteString value)
string sip_trunk_id = 1;- Parameters:
value- The bytes for sipTrunkId to set.
-
getKindValue
int getKindValue()
.livekit.SIPTrunkInfo.TrunkKind kind = 14;
-
setKindValue
LivekitSip.SIPTrunkInfo.Builder setKindValue(int value)
.livekit.SIPTrunkInfo.TrunkKind kind = 14;- Parameters:
value- The kind to set.
-
getKind
LivekitSip.SIPTrunkInfo.TrunkKind getKind()
.livekit.SIPTrunkInfo.TrunkKind kind = 14;
-
setKind
LivekitSip.SIPTrunkInfo.Builder setKind(LivekitSip.SIPTrunkInfo.TrunkKind value)
.livekit.SIPTrunkInfo.TrunkKind kind = 14;- Parameters:
value- The enum numeric value on the wire for kind to set.
-
clearKind
LivekitSip.SIPTrunkInfo.Builder clearKind()
.livekit.SIPTrunkInfo.TrunkKind kind = 14;
-
getInboundAddressesList
List<String> getInboundAddressesList()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;
-
getInboundAddressesCount
int getInboundAddressesCount()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;
-
getInboundAddresses
String getInboundAddresses(int index)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;- Parameters:
index- The index of the element to return.
-
getInboundAddressesBytes
ByteString getInboundAddressesBytes(int index)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;- Parameters:
index- The index of the value to return.
-
setInboundAddresses
LivekitSip.SIPTrunkInfo.Builder setInboundAddresses(int index, String value)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;- Parameters:
index- The index to set the value at.value- The inboundAddresses to set.
-
addInboundAddresses
LivekitSip.SIPTrunkInfo.Builder addInboundAddresses(String value)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;- Parameters:
value- The inboundAddresses to add.
-
addAllInboundAddresses
LivekitSip.SIPTrunkInfo.Builder addAllInboundAddresses(Iterable<String> values)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;- Parameters:
values- The inboundAddresses to add.
-
clearInboundAddresses
LivekitSip.SIPTrunkInfo.Builder clearInboundAddresses()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;
-
addInboundAddressesBytes
LivekitSip.SIPTrunkInfo.Builder addInboundAddressesBytes(ByteString value)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 2;- Parameters:
value- The bytes of the inboundAddresses to add.
-
getOutboundAddress
String getOutboundAddress()
IP that SIP INVITE is sent toostring outbound_address = 3;
-
getOutboundAddressBytes
ByteString getOutboundAddressBytes()
IP that SIP INVITE is sent toostring outbound_address = 3;
-
setOutboundAddress
LivekitSip.SIPTrunkInfo.Builder setOutboundAddress(String value)
IP that SIP INVITE is sent toostring outbound_address = 3;- Parameters:
value- The outboundAddress to set.
-
clearOutboundAddress
LivekitSip.SIPTrunkInfo.Builder clearOutboundAddress()
IP that SIP INVITE is sent toostring outbound_address = 3;
-
setOutboundAddressBytes
LivekitSip.SIPTrunkInfo.Builder setOutboundAddressBytes(ByteString value)
IP that SIP INVITE is sent toostring outbound_address = 3;- Parameters:
value- The bytes for outboundAddress to set.
-
getOutboundNumber
String getOutboundNumber()
Number used to make outbound callsstring outbound_number = 4;
-
getOutboundNumberBytes
ByteString getOutboundNumberBytes()
Number used to make outbound callsstring outbound_number = 4;
-
setOutboundNumber
LivekitSip.SIPTrunkInfo.Builder setOutboundNumber(String value)
Number used to make outbound callsstring outbound_number = 4;- Parameters:
value- The outboundNumber to set.
-
clearOutboundNumber
LivekitSip.SIPTrunkInfo.Builder clearOutboundNumber()
Number used to make outbound callsstring outbound_number = 4;
-
setOutboundNumberBytes
LivekitSip.SIPTrunkInfo.Builder setOutboundNumberBytes(ByteString value)
Number used to make outbound callsstring outbound_number = 4;- Parameters:
value- The bytes for outboundNumber to set.
-
getTransportValue
int getTransportValue()
Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;
-
setTransportValue
LivekitSip.SIPTrunkInfo.Builder setTransportValue(int value)
Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;- Parameters:
value- The transport to set.
-
getTransport
LivekitSip.SIPTransport getTransport()
Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;
-
setTransport
LivekitSip.SIPTrunkInfo.Builder setTransport(LivekitSip.SIPTransport value)
Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;- Parameters:
value- The enum numeric value on the wire for transport to set.
-
clearTransport
LivekitSip.SIPTrunkInfo.Builder clearTransport()
Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;
-
getInboundNumbersRegexList
@Deprecated() List<String> getInboundNumbersRegexList()
repeated string inbound_numbers_regex = 5 [deprecated = true];
-
getInboundNumbersRegexCount
@Deprecated() int getInboundNumbersRegexCount()
repeated string inbound_numbers_regex = 5 [deprecated = true];
-
getInboundNumbersRegex
@Deprecated() String getInboundNumbersRegex(int index)
repeated string inbound_numbers_regex = 5 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getInboundNumbersRegexBytes
@Deprecated() ByteString getInboundNumbersRegexBytes(int index)
repeated string inbound_numbers_regex = 5 [deprecated = true];- Parameters:
index- The index of the value to return.
-
setInboundNumbersRegex
@Deprecated() LivekitSip.SIPTrunkInfo.Builder setInboundNumbersRegex(int index, String value)
repeated string inbound_numbers_regex = 5 [deprecated = true];- Parameters:
index- The index to set the value at.value- The inboundNumbersRegex to set.
-
addInboundNumbersRegex
@Deprecated() LivekitSip.SIPTrunkInfo.Builder addInboundNumbersRegex(String value)
repeated string inbound_numbers_regex = 5 [deprecated = true];- Parameters:
value- The inboundNumbersRegex to add.
-
addAllInboundNumbersRegex
@Deprecated() LivekitSip.SIPTrunkInfo.Builder addAllInboundNumbersRegex(Iterable<String> values)
repeated string inbound_numbers_regex = 5 [deprecated = true];- Parameters:
values- The inboundNumbersRegex to add.
-
clearInboundNumbersRegex
@Deprecated() LivekitSip.SIPTrunkInfo.Builder clearInboundNumbersRegex()
repeated string inbound_numbers_regex = 5 [deprecated = true];
-
addInboundNumbersRegexBytes
@Deprecated() LivekitSip.SIPTrunkInfo.Builder addInboundNumbersRegexBytes(ByteString value)
repeated string inbound_numbers_regex = 5 [deprecated = true];- Parameters:
value- The bytes of the inboundNumbersRegex to add.
-
getInboundNumbersList
List<String> getInboundNumbersList()
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;
-
getInboundNumbersCount
int getInboundNumbersCount()
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;
-
getInboundNumbers
String getInboundNumbers(int index)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;- Parameters:
index- The index of the element to return.
-
getInboundNumbersBytes
ByteString getInboundNumbersBytes(int index)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;- Parameters:
index- The index of the value to return.
-
setInboundNumbers
LivekitSip.SIPTrunkInfo.Builder setInboundNumbers(int index, String value)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;- Parameters:
index- The index to set the value at.value- The inboundNumbers to set.
-
addInboundNumbers
LivekitSip.SIPTrunkInfo.Builder addInboundNumbers(String value)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;- Parameters:
value- The inboundNumbers to add.
-
addAllInboundNumbers
LivekitSip.SIPTrunkInfo.Builder addAllInboundNumbers(Iterable<String> values)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;- Parameters:
values- The inboundNumbers to add.
-
clearInboundNumbers
LivekitSip.SIPTrunkInfo.Builder clearInboundNumbers()
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;
-
addInboundNumbersBytes
LivekitSip.SIPTrunkInfo.Builder addInboundNumbersBytes(ByteString value)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 10;- Parameters:
value- The bytes of the inboundNumbers to add.
-
getInboundUsername
String getInboundUsername()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;
-
getInboundUsernameBytes
ByteString getInboundUsernameBytes()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;
-
setInboundUsername
LivekitSip.SIPTrunkInfo.Builder setInboundUsername(String value)
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;- Parameters:
value- The inboundUsername to set.
-
clearInboundUsername
LivekitSip.SIPTrunkInfo.Builder clearInboundUsername()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;
-
setInboundUsernameBytes
LivekitSip.SIPTrunkInfo.Builder setInboundUsernameBytes(ByteString value)
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 6;- Parameters:
value- The bytes for inboundUsername to set.
-
getInboundPassword
String getInboundPassword()
string inbound_password = 7;
-
getInboundPasswordBytes
ByteString getInboundPasswordBytes()
string inbound_password = 7;
-
setInboundPassword
LivekitSip.SIPTrunkInfo.Builder setInboundPassword(String value)
string inbound_password = 7;- Parameters:
value- The inboundPassword to set.
-
clearInboundPassword
LivekitSip.SIPTrunkInfo.Builder clearInboundPassword()
string inbound_password = 7;
-
setInboundPasswordBytes
LivekitSip.SIPTrunkInfo.Builder setInboundPasswordBytes(ByteString value)
string inbound_password = 7;- Parameters:
value- The bytes for inboundPassword to set.
-
getOutboundUsername
String getOutboundUsername()
string outbound_username = 8;
-
getOutboundUsernameBytes
ByteString getOutboundUsernameBytes()
string outbound_username = 8;
-
setOutboundUsername
LivekitSip.SIPTrunkInfo.Builder setOutboundUsername(String value)
string outbound_username = 8;- Parameters:
value- The outboundUsername to set.
-
clearOutboundUsername
LivekitSip.SIPTrunkInfo.Builder clearOutboundUsername()
string outbound_username = 8;
-
setOutboundUsernameBytes
LivekitSip.SIPTrunkInfo.Builder setOutboundUsernameBytes(ByteString value)
string outbound_username = 8;- Parameters:
value- The bytes for outboundUsername to set.
-
getOutboundPassword
String getOutboundPassword()
string outbound_password = 9;
-
getOutboundPasswordBytes
ByteString getOutboundPasswordBytes()
string outbound_password = 9;
-
setOutboundPassword
LivekitSip.SIPTrunkInfo.Builder setOutboundPassword(String value)
string outbound_password = 9;- Parameters:
value- The outboundPassword to set.
-
clearOutboundPassword
LivekitSip.SIPTrunkInfo.Builder clearOutboundPassword()
string outbound_password = 9;
-
setOutboundPasswordBytes
LivekitSip.SIPTrunkInfo.Builder setOutboundPasswordBytes(ByteString value)
string outbound_password = 9;- Parameters:
value- The bytes for outboundPassword to set.
-
getNameBytes
ByteString getNameBytes()
Human-readable name for the Trunk.string name = 11;
-
setName
LivekitSip.SIPTrunkInfo.Builder setName(String value)
Human-readable name for the Trunk.string name = 11;- Parameters:
value- The name to set.
-
clearName
LivekitSip.SIPTrunkInfo.Builder clearName()
Human-readable name for the Trunk.string name = 11;
-
setNameBytes
LivekitSip.SIPTrunkInfo.Builder setNameBytes(ByteString value)
Human-readable name for the Trunk.string name = 11;- Parameters:
value- The bytes for name to set.
-
getMetadata
String getMetadata()
User-defined metadata for the Trunk.string metadata = 12;
-
getMetadataBytes
ByteString getMetadataBytes()
User-defined metadata for the Trunk.string metadata = 12;
-
setMetadata
LivekitSip.SIPTrunkInfo.Builder setMetadata(String value)
User-defined metadata for the Trunk.string metadata = 12;- Parameters:
value- The metadata to set.
-
clearMetadata
LivekitSip.SIPTrunkInfo.Builder clearMetadata()
User-defined metadata for the Trunk.string metadata = 12;
-
setMetadataBytes
LivekitSip.SIPTrunkInfo.Builder setMetadataBytes(ByteString value)
User-defined metadata for the Trunk.string metadata = 12;- Parameters:
value- The bytes for metadata to set.
-
-
-
-