-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.SIPInboundTrunkUpdateOrBuilder
public final class LivekitSip.SIPInboundTrunkUpdate extends GeneratedMessageLite<LivekitSip.SIPInboundTrunkUpdate, LivekitSip.SIPInboundTrunkUpdate.Builder> implements LivekitSip.SIPInboundTrunkUpdateOrBuilder
Protobuf type
{@code livekit.SIPInboundTrunkUpdate}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.SIPInboundTrunkUpdate.BuilderProtobuf type
{@code livekit.SIPInboundTrunkUpdate}
-
Field Summary
Fields Modifier and Type Field Description public final static intNUMBERS_FIELD_NUMBERpublic final static intALLOWED_ADDRESSES_FIELD_NUMBERpublic final static intALLOWED_NUMBERS_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 booleanhasNumbers().livekit.ListUpdate numbers = 1;LivekitModels.ListUpdategetNumbers().livekit.ListUpdate numbers = 1;booleanhasAllowedAddresses().livekit.ListUpdate allowed_addresses = 2;LivekitModels.ListUpdategetAllowedAddresses().livekit.ListUpdate allowed_addresses = 2;booleanhasAllowedNumbers().livekit.ListUpdate allowed_numbers = 3;LivekitModels.ListUpdategetAllowedNumbers().livekit.ListUpdate allowed_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.SIPInboundTrunkUpdateparseFrom(ByteBuffer data)static LivekitSip.SIPInboundTrunkUpdateparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPInboundTrunkUpdateparseFrom(ByteString data)static LivekitSip.SIPInboundTrunkUpdateparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPInboundTrunkUpdateparseFrom(Array<byte> data)static LivekitSip.SIPInboundTrunkUpdateparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPInboundTrunkUpdateparseFrom(InputStream input)static LivekitSip.SIPInboundTrunkUpdateparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPInboundTrunkUpdateparseDelimitedFrom(InputStream input)static LivekitSip.SIPInboundTrunkUpdateparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPInboundTrunkUpdateparseFrom(CodedInputStream input)static LivekitSip.SIPInboundTrunkUpdateparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPInboundTrunkUpdate.BuildernewBuilder()static LivekitSip.SIPInboundTrunkUpdate.BuildernewBuilder(LivekitSip.SIPInboundTrunkUpdate prototype)static LivekitSip.SIPInboundTrunkUpdategetDefaultInstance()static Parser<LivekitSip.SIPInboundTrunkUpdate>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
-
hasNumbers
boolean hasNumbers()
.livekit.ListUpdate numbers = 1;
-
getNumbers
LivekitModels.ListUpdate getNumbers()
.livekit.ListUpdate numbers = 1;
-
hasAllowedAddresses
boolean hasAllowedAddresses()
.livekit.ListUpdate allowed_addresses = 2;
-
getAllowedAddresses
LivekitModels.ListUpdate getAllowedAddresses()
.livekit.ListUpdate allowed_addresses = 2;
-
hasAllowedNumbers
boolean hasAllowedNumbers()
.livekit.ListUpdate allowed_numbers = 3;
-
getAllowedNumbers
LivekitModels.ListUpdate getAllowedNumbers()
.livekit.ListUpdate allowed_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.SIPInboundTrunkUpdate parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(ByteString data)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(InputStream input)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.SIPInboundTrunkUpdate parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.SIPInboundTrunkUpdate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.SIPInboundTrunkUpdate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.SIPInboundTrunkUpdate.Builder newBuilder()
-
newBuilder
static LivekitSip.SIPInboundTrunkUpdate.Builder newBuilder(LivekitSip.SIPInboundTrunkUpdate prototype)
-
getDefaultInstance
static LivekitSip.SIPInboundTrunkUpdate getDefaultInstance()
-
parser
static Parser<LivekitSip.SIPInboundTrunkUpdate> parser()
-
-
-
-