-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.SIPOutboundTrunkUpdateOrBuilder
public final class LivekitSip.SIPOutboundTrunkUpdate extends GeneratedMessageLite<LivekitSip.SIPOutboundTrunkUpdate, LivekitSip.SIPOutboundTrunkUpdate.Builder> implements LivekitSip.SIPOutboundTrunkUpdateOrBuilder
Protobuf type
{@code livekit.SIPOutboundTrunkUpdate}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.SIPOutboundTrunkUpdate.BuilderProtobuf type
{@code livekit.SIPOutboundTrunkUpdate}
-
Field Summary
Fields Modifier and Type Field Description public final static intADDRESS_FIELD_NUMBERpublic final static intTRANSPORT_FIELD_NUMBERpublic final static intDESTINATION_COUNTRY_FIELD_NUMBERpublic final static intNUMBERS_FIELD_NUMBERpublic final static intAUTH_USERNAME_FIELD_NUMBERpublic final static intAUTH_PASSWORD_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBERpublic final static intMEDIA_ENCRYPTION_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleanhasAddress()optional string address = 1;StringgetAddress()optional string address = 1;ByteStringgetAddressBytes()optional string address = 1;booleanhasTransport()optional .livekit.SIPTransport transport = 2;intgetTransportValue()optional .livekit.SIPTransport transport = 2;LivekitSip.SIPTransportgetTransport()optional .livekit.SIPTransport transport = 2;booleanhasDestinationCountry()optional string destination_country = 9;StringgetDestinationCountry()optional string destination_country = 9;ByteStringgetDestinationCountryBytes()optional string destination_country = 9;booleanhasNumbers().livekit.ListUpdate numbers = 3;LivekitModels.ListUpdategetNumbers().livekit.ListUpdate numbers = 3;booleanhasAuthUsername()optional string auth_username = 4;StringgetAuthUsername()optional string auth_username = 4;ByteStringgetAuthUsernameBytes()optional string auth_username = 4;booleanhasAuthPassword()optional string auth_password = 5;StringgetAuthPassword()optional string auth_password = 5;ByteStringgetAuthPasswordBytes()optional string auth_password = 5;booleanhasName()optional string name = 6;StringgetName()optional string name = 6;ByteStringgetNameBytes()optional string name = 6;booleanhasMetadata()optional string metadata = 7;StringgetMetadata()optional string metadata = 7;ByteStringgetMetadataBytes()optional string metadata = 7;booleanhasMediaEncryption()optional .livekit.SIPMediaEncryption media_encryption = 8;intgetMediaEncryptionValue()optional .livekit.SIPMediaEncryption media_encryption = 8;LivekitSip.SIPMediaEncryptiongetMediaEncryption()optional .livekit.SIPMediaEncryption media_encryption = 8;static LivekitSip.SIPOutboundTrunkUpdateparseFrom(ByteBuffer data)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(ByteString data)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(Array<byte> data)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(InputStream input)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundTrunkUpdateparseDelimitedFrom(InputStream input)static LivekitSip.SIPOutboundTrunkUpdateparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(CodedInputStream input)static LivekitSip.SIPOutboundTrunkUpdateparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundTrunkUpdate.BuildernewBuilder()static LivekitSip.SIPOutboundTrunkUpdate.BuildernewBuilder(LivekitSip.SIPOutboundTrunkUpdate prototype)static LivekitSip.SIPOutboundTrunkUpdategetDefaultInstance()static Parser<LivekitSip.SIPOutboundTrunkUpdate>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
-
hasAddress
boolean hasAddress()
optional string address = 1;
-
getAddress
String getAddress()
optional string address = 1;
-
getAddressBytes
ByteString getAddressBytes()
optional string address = 1;
-
hasTransport
boolean hasTransport()
optional .livekit.SIPTransport transport = 2;
-
getTransportValue
int getTransportValue()
optional .livekit.SIPTransport transport = 2;
-
getTransport
LivekitSip.SIPTransport getTransport()
optional .livekit.SIPTransport transport = 2;
-
hasDestinationCountry
boolean hasDestinationCountry()
optional string destination_country = 9;
-
getDestinationCountry
String getDestinationCountry()
optional string destination_country = 9;
-
getDestinationCountryBytes
ByteString getDestinationCountryBytes()
optional string destination_country = 9;
-
hasNumbers
boolean hasNumbers()
.livekit.ListUpdate numbers = 3;
-
getNumbers
LivekitModels.ListUpdate getNumbers()
.livekit.ListUpdate numbers = 3;
-
hasAuthUsername
boolean hasAuthUsername()
optional string auth_username = 4;
-
getAuthUsername
String getAuthUsername()
optional string auth_username = 4;
-
getAuthUsernameBytes
ByteString getAuthUsernameBytes()
optional string auth_username = 4;
-
hasAuthPassword
boolean hasAuthPassword()
optional string auth_password = 5;
-
getAuthPassword
String getAuthPassword()
optional string auth_password = 5;
-
getAuthPasswordBytes
ByteString getAuthPasswordBytes()
optional string auth_password = 5;
-
hasName
boolean hasName()
optional string name = 6;
-
getNameBytes
ByteString getNameBytes()
optional string name = 6;
-
hasMetadata
boolean hasMetadata()
optional string metadata = 7;
-
getMetadata
String getMetadata()
optional string metadata = 7;
-
getMetadataBytes
ByteString getMetadataBytes()
optional string metadata = 7;
-
hasMediaEncryption
boolean hasMediaEncryption()
optional .livekit.SIPMediaEncryption media_encryption = 8;
-
getMediaEncryptionValue
int getMediaEncryptionValue()
optional .livekit.SIPMediaEncryption media_encryption = 8;
-
getMediaEncryption
LivekitSip.SIPMediaEncryption getMediaEncryption()
optional .livekit.SIPMediaEncryption media_encryption = 8;
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(ByteString data)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(InputStream input)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.SIPOutboundTrunkUpdate parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.SIPOutboundTrunkUpdate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.SIPOutboundTrunkUpdate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.SIPOutboundTrunkUpdate.Builder newBuilder()
-
newBuilder
static LivekitSip.SIPOutboundTrunkUpdate.Builder newBuilder(LivekitSip.SIPOutboundTrunkUpdate prototype)
-
getDefaultInstance
static LivekitSip.SIPOutboundTrunkUpdate getDefaultInstance()
-
parser
static Parser<LivekitSip.SIPOutboundTrunkUpdate> parser()
-
-
-
-