-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
@Deprecated() public interface LivekitSip.CreateSIPTrunkRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getInboundAddressesList()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;abstract intgetInboundAddressesCount()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;abstract StringgetInboundAddresses(int index)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;abstract ByteStringgetInboundAddressesBytes(int index)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;abstract StringgetOutboundAddress()IP that SIP INVITE is sent toostring outbound_address = 2;abstract ByteStringgetOutboundAddressBytes()IP that SIP INVITE is sent toostring outbound_address = 2;abstract StringgetOutboundNumber()Number used to make outbound callsstring outbound_number = 3;abstract ByteStringgetOutboundNumberBytes()Number used to make outbound callsstring outbound_number = 3;abstract List<String>getInboundNumbersRegexList()repeated string inbound_numbers_regex = 4 [deprecated = true];abstract intgetInboundNumbersRegexCount()repeated string inbound_numbers_regex = 4 [deprecated = true];abstract StringgetInboundNumbersRegex(int index)repeated string inbound_numbers_regex = 4 [deprecated = true];abstract ByteStringgetInboundNumbersRegexBytes(int index)repeated string inbound_numbers_regex = 4 [deprecated = true];abstract 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 = 9;abstract 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 = 9;abstract 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 = 9;abstract 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 = 9;abstract StringgetInboundUsername()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;abstract ByteStringgetInboundUsernameBytes()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;abstract StringgetInboundPassword()string inbound_password = 6;abstract ByteStringgetInboundPasswordBytes()string inbound_password = 6;abstract StringgetOutboundUsername()string outbound_username = 7;abstract ByteStringgetOutboundUsernameBytes()string outbound_username = 7;abstract StringgetOutboundPassword()string outbound_password = 8;abstract ByteStringgetOutboundPasswordBytes()string outbound_password = 8;abstract StringgetName()Optional human-readable name for the Trunk.string name = 10;abstract ByteStringgetNameBytes()Optional human-readable name for the Trunk.string name = 10;abstract StringgetMetadata()Optional user-defined metadata for the Trunk.string metadata = 11;abstract ByteStringgetMetadataBytes()Optional user-defined metadata for the Trunk.string metadata = 11;-
-
Method Detail
-
getInboundAddressesList
abstract List<String> getInboundAddressesList()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;
-
getInboundAddressesCount
abstract int getInboundAddressesCount()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;
-
getInboundAddresses
abstract 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 = 1;- Parameters:
index- The index of the element to return.
-
getInboundAddressesBytes
abstract 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 = 1;- Parameters:
index- The index of the element to return.
-
getOutboundAddress
abstract String getOutboundAddress()
IP that SIP INVITE is sent toostring outbound_address = 2;
-
getOutboundAddressBytes
abstract ByteString getOutboundAddressBytes()
IP that SIP INVITE is sent toostring outbound_address = 2;
-
getOutboundNumber
abstract String getOutboundNumber()
Number used to make outbound callsstring outbound_number = 3;
-
getOutboundNumberBytes
abstract ByteString getOutboundNumberBytes()
Number used to make outbound callsstring outbound_number = 3;
-
getInboundNumbersRegexList
@Deprecated() abstract List<String> getInboundNumbersRegexList()
repeated string inbound_numbers_regex = 4 [deprecated = true];
-
getInboundNumbersRegexCount
@Deprecated() abstract int getInboundNumbersRegexCount()
repeated string inbound_numbers_regex = 4 [deprecated = true];
-
getInboundNumbersRegex
@Deprecated() abstract String getInboundNumbersRegex(int index)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getInboundNumbersRegexBytes
@Deprecated() abstract ByteString getInboundNumbersRegexBytes(int index)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getInboundNumbersList
abstract 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 = 9;
-
getInboundNumbersCount
abstract 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 = 9;
-
getInboundNumbers
abstract 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 = 9;- Parameters:
index- The index of the element to return.
-
getInboundNumbersBytes
abstract 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 = 9;- Parameters:
index- The index of the element to return.
-
getInboundUsername
abstract String getInboundUsername()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;
-
getInboundUsernameBytes
abstract ByteString getInboundUsernameBytes()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;
-
getInboundPassword
abstract String getInboundPassword()
string inbound_password = 6;
-
getInboundPasswordBytes
abstract ByteString getInboundPasswordBytes()
string inbound_password = 6;
-
getOutboundUsername
abstract String getOutboundUsername()
string outbound_username = 7;
-
getOutboundUsernameBytes
abstract ByteString getOutboundUsernameBytes()
string outbound_username = 7;
-
getOutboundPassword
abstract String getOutboundPassword()
string outbound_password = 8;
-
getOutboundPasswordBytes
abstract ByteString getOutboundPasswordBytes()
string outbound_password = 8;
-
getNameBytes
abstract ByteString getNameBytes()
Optional human-readable name for the Trunk.string name = 10;
-
getMetadata
abstract String getMetadata()
Optional user-defined metadata for the Trunk.string metadata = 11;
-
getMetadataBytes
abstract ByteString getMetadataBytes()
Optional user-defined metadata for the Trunk.string metadata = 11;
-
-
-
-