-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.CreateSIPTrunkRequestOrBuilder
@Deprecated() public final class LivekitSip.CreateSIPTrunkRequest extends GeneratedMessageLite<LivekitSip.CreateSIPTrunkRequest, LivekitSip.CreateSIPTrunkRequest.Builder> implements LivekitSip.CreateSIPTrunkRequestOrBuilder
Protobuf type
{@code livekit.CreateSIPTrunkRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.CreateSIPTrunkRequest.BuilderProtobuf type
{@code livekit.CreateSIPTrunkRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intINBOUND_ADDRESSES_FIELD_NUMBERpublic final static intOUTBOUND_ADDRESS_FIELD_NUMBERpublic final static intOUTBOUND_NUMBER_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 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;intgetInboundAddressesCount()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;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;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;StringgetOutboundAddress()IP that SIP INVITE is sent toostring outbound_address = 2;ByteStringgetOutboundAddressBytes()IP that SIP INVITE is sent toostring outbound_address = 2;StringgetOutboundNumber()Number used to make outbound callsstring outbound_number = 3;ByteStringgetOutboundNumberBytes()Number used to make outbound callsstring outbound_number = 3;List<String>getInboundNumbersRegexList()repeated string inbound_numbers_regex = 4 [deprecated = true];intgetInboundNumbersRegexCount()repeated string inbound_numbers_regex = 4 [deprecated = true];StringgetInboundNumbersRegex(int index)repeated string inbound_numbers_regex = 4 [deprecated = true];ByteStringgetInboundNumbersRegexBytes(int index)repeated string inbound_numbers_regex = 4 [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 = 9;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;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;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;StringgetInboundUsername()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;ByteStringgetInboundUsernameBytes()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;StringgetInboundPassword()string inbound_password = 6;ByteStringgetInboundPasswordBytes()string inbound_password = 6;StringgetOutboundUsername()string outbound_username = 7;ByteStringgetOutboundUsernameBytes()string outbound_username = 7;StringgetOutboundPassword()string outbound_password = 8;ByteStringgetOutboundPasswordBytes()string outbound_password = 8;StringgetName()Optional human-readable name for the Trunk.string name = 10;ByteStringgetNameBytes()Optional human-readable name for the Trunk.string name = 10;StringgetMetadata()Optional user-defined metadata for the Trunk.string metadata = 11;ByteStringgetMetadataBytes()Optional user-defined metadata for the Trunk.string metadata = 11;static LivekitSip.CreateSIPTrunkRequestparseFrom(ByteBuffer data)static LivekitSip.CreateSIPTrunkRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.CreateSIPTrunkRequestparseFrom(ByteString data)static LivekitSip.CreateSIPTrunkRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.CreateSIPTrunkRequestparseFrom(Array<byte> data)static LivekitSip.CreateSIPTrunkRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.CreateSIPTrunkRequestparseFrom(InputStream input)static LivekitSip.CreateSIPTrunkRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.CreateSIPTrunkRequestparseDelimitedFrom(InputStream input)static LivekitSip.CreateSIPTrunkRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.CreateSIPTrunkRequestparseFrom(CodedInputStream input)static LivekitSip.CreateSIPTrunkRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.CreateSIPTrunkRequest.BuildernewBuilder()static LivekitSip.CreateSIPTrunkRequest.BuildernewBuilder(LivekitSip.CreateSIPTrunkRequest prototype)static LivekitSip.CreateSIPTrunkRequestgetDefaultInstance()static Parser<LivekitSip.CreateSIPTrunkRequest>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
-
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 = 1;
-
getInboundAddressesCount
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
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
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 value to return.
-
getOutboundAddress
String getOutboundAddress()
IP that SIP INVITE is sent toostring outbound_address = 2;
-
getOutboundAddressBytes
ByteString getOutboundAddressBytes()
IP that SIP INVITE is sent toostring outbound_address = 2;
-
getOutboundNumber
String getOutboundNumber()
Number used to make outbound callsstring outbound_number = 3;
-
getOutboundNumberBytes
ByteString getOutboundNumberBytes()
Number used to make outbound callsstring outbound_number = 3;
-
getInboundNumbersRegexList
@Deprecated() List<String> getInboundNumbersRegexList()
repeated string inbound_numbers_regex = 4 [deprecated = true];
-
getInboundNumbersRegexCount
@Deprecated() int getInboundNumbersRegexCount()
repeated string inbound_numbers_regex = 4 [deprecated = true];
-
getInboundNumbersRegex
@Deprecated() String getInboundNumbersRegex(int index)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getInboundNumbersRegexBytes
@Deprecated() ByteString getInboundNumbersRegexBytes(int index)
repeated string inbound_numbers_regex = 4 [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 = 9;
-
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 = 9;
-
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 = 9;- 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 = 9;- 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 = 5;
-
getInboundUsernameBytes
ByteString getInboundUsernameBytes()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;
-
getInboundPassword
String getInboundPassword()
string inbound_password = 6;
-
getInboundPasswordBytes
ByteString getInboundPasswordBytes()
string inbound_password = 6;
-
getOutboundUsername
String getOutboundUsername()
string outbound_username = 7;
-
getOutboundUsernameBytes
ByteString getOutboundUsernameBytes()
string outbound_username = 7;
-
getOutboundPassword
String getOutboundPassword()
string outbound_password = 8;
-
getOutboundPasswordBytes
ByteString getOutboundPasswordBytes()
string outbound_password = 8;
-
getNameBytes
ByteString getNameBytes()
Optional human-readable name for the Trunk.string name = 10;
-
getMetadata
String getMetadata()
Optional user-defined metadata for the Trunk.string metadata = 11;
-
getMetadataBytes
ByteString getMetadataBytes()
Optional user-defined metadata for the Trunk.string metadata = 11;
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(ByteString data)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(InputStream input)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.CreateSIPTrunkRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.CreateSIPTrunkRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.CreateSIPTrunkRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.CreateSIPTrunkRequest.Builder newBuilder()
-
newBuilder
static LivekitSip.CreateSIPTrunkRequest.Builder newBuilder(LivekitSip.CreateSIPTrunkRequest prototype)
-
getDefaultInstance
static LivekitSip.CreateSIPTrunkRequest getDefaultInstance()
-
parser
static Parser<LivekitSip.CreateSIPTrunkRequest> parser()
-
-
-
-