-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.SIPTrunkInfoOrBuilder
@Deprecated() public final class LivekitSip.SIPTrunkInfo extends GeneratedMessageLite<LivekitSip.SIPTrunkInfo, LivekitSip.SIPTrunkInfo.Builder> implements LivekitSip.SIPTrunkInfoOrBuilder
Protobuf type
{@code livekit.SIPTrunkInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLivekitSip.SIPTrunkInfo.TrunkKindProtobuf enum
{@code livekit.SIPTrunkInfo.TrunkKind}public final classLivekitSip.SIPTrunkInfo.BuilderProtobuf type
{@code livekit.SIPTrunkInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intSIP_TRUNK_ID_FIELD_NUMBERpublic final static intKIND_FIELD_NUMBERpublic final static intINBOUND_ADDRESSES_FIELD_NUMBERpublic final static intOUTBOUND_ADDRESS_FIELD_NUMBERpublic final static intOUTBOUND_NUMBER_FIELD_NUMBERpublic final static intTRANSPORT_FIELD_NUMBERpublic final static intINBOUND_NUMBERS_REGEX_FIELD_NUMBERpublic final static intINBOUND_NUMBERS_FIELD_NUMBERpublic final static intINBOUND_USERNAME_FIELD_NUMBERpublic final static intINBOUND_PASSWORD_FIELD_NUMBERpublic final static intOUTBOUND_USERNAME_FIELD_NUMBERpublic final static intOUTBOUND_PASSWORD_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetSipTrunkId()string sip_trunk_id = 1;ByteStringgetSipTrunkIdBytes()string sip_trunk_id = 1;intgetKindValue().livekit.SIPTrunkInfo.TrunkKind kind = 14;LivekitSip.SIPTrunkInfo.TrunkKindgetKind().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;StringgetOutboundAddress()IP that SIP INVITE is sent toostring outbound_address = 3;ByteStringgetOutboundAddressBytes()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;intgetTransportValue()Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;LivekitSip.SIPTransportgetTransport()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];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;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;StringgetInboundPassword()string inbound_password = 7;ByteStringgetInboundPasswordBytes()string inbound_password = 7;StringgetOutboundUsername()string outbound_username = 8;ByteStringgetOutboundUsernameBytes()string outbound_username = 8;StringgetOutboundPassword()string outbound_password = 9;ByteStringgetOutboundPasswordBytes()string outbound_password = 9;StringgetName()Human-readable name for the Trunk.string name = 11;ByteStringgetNameBytes()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;static LivekitSip.SIPTrunkInfoparseFrom(ByteBuffer data)static LivekitSip.SIPTrunkInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPTrunkInfoparseFrom(ByteString data)static LivekitSip.SIPTrunkInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPTrunkInfoparseFrom(Array<byte> data)static LivekitSip.SIPTrunkInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPTrunkInfoparseFrom(InputStream input)static LivekitSip.SIPTrunkInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPTrunkInfoparseDelimitedFrom(InputStream input)static LivekitSip.SIPTrunkInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPTrunkInfoparseFrom(CodedInputStream input)static LivekitSip.SIPTrunkInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPTrunkInfo.BuildernewBuilder()static LivekitSip.SIPTrunkInfo.BuildernewBuilder(LivekitSip.SIPTrunkInfo prototype)static LivekitSip.SIPTrunkInfogetDefaultInstance()static Parser<LivekitSip.SIPTrunkInfo>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
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;
-
getKindValue
int getKindValue()
.livekit.SIPTrunkInfo.TrunkKind kind = 14;
-
getKind
LivekitSip.SIPTrunkInfo.TrunkKind getKind()
.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.
-
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;
-
getOutboundNumber
String getOutboundNumber()
Number used to make outbound callsstring outbound_number = 4;
-
getOutboundNumberBytes
ByteString getOutboundNumberBytes()
Number used to make outbound callsstring outbound_number = 4;
-
getTransportValue
int getTransportValue()
Transport used for inbound and outbound calls..livekit.SIPTransport transport = 13;
-
getTransport
LivekitSip.SIPTransport getTransport()
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.
-
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.
-
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;
-
getInboundPassword
String getInboundPassword()
string inbound_password = 7;
-
getInboundPasswordBytes
ByteString getInboundPasswordBytes()
string inbound_password = 7;
-
getOutboundUsername
String getOutboundUsername()
string outbound_username = 8;
-
getOutboundUsernameBytes
ByteString getOutboundUsernameBytes()
string outbound_username = 8;
-
getOutboundPassword
String getOutboundPassword()
string outbound_password = 9;
-
getOutboundPasswordBytes
ByteString getOutboundPasswordBytes()
string outbound_password = 9;
-
getNameBytes
ByteString getNameBytes()
Human-readable name for the Trunk.string name = 11;
-
getMetadata
String getMetadata()
User-defined metadata for the Trunk.string metadata = 12;
-
getMetadataBytes
ByteString getMetadataBytes()
User-defined metadata for the Trunk.string metadata = 12;
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(ByteString data)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(InputStream input)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.SIPTrunkInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.SIPTrunkInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.SIPTrunkInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.SIPTrunkInfo.Builder newBuilder()
-
newBuilder
static LivekitSip.SIPTrunkInfo.Builder newBuilder(LivekitSip.SIPTrunkInfo prototype)
-
getDefaultInstance
static LivekitSip.SIPTrunkInfo getDefaultInstance()
-
parser
static Parser<LivekitSip.SIPTrunkInfo> parser()
-
-
-
-