-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.SIPDispatchRuleInfoOrBuilder
public final class LivekitSip.SIPDispatchRuleInfo extends GeneratedMessageLite<LivekitSip.SIPDispatchRuleInfo, LivekitSip.SIPDispatchRuleInfo.Builder> implements LivekitSip.SIPDispatchRuleInfoOrBuilder
Protobuf type
{@code livekit.SIPDispatchRuleInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.SIPDispatchRuleInfo.BuilderProtobuf type
{@code livekit.SIPDispatchRuleInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intSIP_DISPATCH_RULE_ID_FIELD_NUMBERpublic final static intRULE_FIELD_NUMBERpublic final static intTRUNK_IDS_FIELD_NUMBERpublic final static intHIDE_PHONE_NUMBER_FIELD_NUMBERpublic final static intINBOUND_NUMBERS_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBERpublic final static intATTRIBUTES_FIELD_NUMBERpublic final static intROOM_PRESET_FIELD_NUMBERpublic final static intROOM_CONFIG_FIELD_NUMBERpublic final static intKRISP_ENABLED_FIELD_NUMBERpublic final static intMEDIA_ENCRYPTION_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetSipDispatchRuleId()string sip_dispatch_rule_id = 1;ByteStringgetSipDispatchRuleIdBytes()string sip_dispatch_rule_id = 1;booleanhasRule().livekit.SIPDispatchRule rule = 2;LivekitSip.SIPDispatchRulegetRule().livekit.SIPDispatchRule rule = 2;List<String>getTrunkIdsList()repeated string trunk_ids = 3;intgetTrunkIdsCount()repeated string trunk_ids = 3;StringgetTrunkIds(int index)repeated string trunk_ids = 3;ByteStringgetTrunkIdsBytes(int index)repeated string trunk_ids = 3;booleangetHidePhoneNumber()bool hide_phone_number = 4;List<String>getInboundNumbersList()Dispatch Rule will only accept a call made to these numbers (if set).repeated string inbound_numbers = 7;intgetInboundNumbersCount()Dispatch Rule will only accept a call made to these numbers (if set).repeated string inbound_numbers = 7;StringgetInboundNumbers(int index)Dispatch Rule will only accept a call made to these numbers (if set).repeated string inbound_numbers = 7;ByteStringgetInboundNumbersBytes(int index)Dispatch Rule will only accept a call made to these numbers (if set).repeated string inbound_numbers = 7;StringgetName()Human-readable name for the Dispatch Rule.string name = 5;ByteStringgetNameBytes()Human-readable name for the Dispatch Rule.string name = 5;StringgetMetadata()User-defined metadata for the Dispatch Rule. Participants created by this rule will inherit this metadata.string metadata = 6;ByteStringgetMetadataBytes()User-defined metadata for the Dispatch Rule. Participants created by this rule will inherit this metadata.string metadata = 6;intgetAttributesCount()User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;booleancontainsAttributes(String key)User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;Map<String, String>getAttributes()Use getAttributesMap instead. Map<String, String>getAttributesMap()User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;StringgetAttributesOrDefault(String key, String defaultValue)User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;StringgetAttributesOrThrow(String key)User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;StringgetRoomPreset()Cloud-only, config preset to usestring room_preset = 9;ByteStringgetRoomPresetBytes()Cloud-only, config preset to usestring room_preset = 9;booleanhasRoomConfig()RoomConfiguration to use if the participant initiates the room.livekit.RoomConfiguration room_config = 10;LivekitRoom.RoomConfigurationgetRoomConfig()RoomConfiguration to use if the participant initiates the room.livekit.RoomConfiguration room_config = 10;booleangetKrispEnabled()bool krisp_enabled = 11;intgetMediaEncryptionValue()NEXT ID: 13.livekit.SIPMediaEncryption media_encryption = 12;LivekitSip.SIPMediaEncryptiongetMediaEncryption()NEXT ID: 13.livekit.SIPMediaEncryption media_encryption = 12;static LivekitSip.SIPDispatchRuleInfoparseFrom(ByteBuffer data)static LivekitSip.SIPDispatchRuleInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPDispatchRuleInfoparseFrom(ByteString data)static LivekitSip.SIPDispatchRuleInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPDispatchRuleInfoparseFrom(Array<byte> data)static LivekitSip.SIPDispatchRuleInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPDispatchRuleInfoparseFrom(InputStream input)static LivekitSip.SIPDispatchRuleInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPDispatchRuleInfoparseDelimitedFrom(InputStream input)static LivekitSip.SIPDispatchRuleInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPDispatchRuleInfoparseFrom(CodedInputStream input)static LivekitSip.SIPDispatchRuleInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPDispatchRuleInfo.BuildernewBuilder()static LivekitSip.SIPDispatchRuleInfo.BuildernewBuilder(LivekitSip.SIPDispatchRuleInfo prototype)static LivekitSip.SIPDispatchRuleInfogetDefaultInstance()static Parser<LivekitSip.SIPDispatchRuleInfo>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
-
getSipDispatchRuleId
String getSipDispatchRuleId()
string sip_dispatch_rule_id = 1;
-
getSipDispatchRuleIdBytes
ByteString getSipDispatchRuleIdBytes()
string sip_dispatch_rule_id = 1;
-
hasRule
boolean hasRule()
.livekit.SIPDispatchRule rule = 2;
-
getRule
LivekitSip.SIPDispatchRule getRule()
.livekit.SIPDispatchRule rule = 2;
-
getTrunkIdsList
List<String> getTrunkIdsList()
repeated string trunk_ids = 3;
-
getTrunkIdsCount
int getTrunkIdsCount()
repeated string trunk_ids = 3;
-
getTrunkIds
String getTrunkIds(int index)
repeated string trunk_ids = 3;- Parameters:
index- The index of the element to return.
-
getTrunkIdsBytes
ByteString getTrunkIdsBytes(int index)
repeated string trunk_ids = 3;- Parameters:
index- The index of the value to return.
-
getHidePhoneNumber
boolean getHidePhoneNumber()
bool hide_phone_number = 4;
-
getInboundNumbersList
List<String> getInboundNumbersList()
Dispatch Rule will only accept a call made to these numbers (if set).repeated string inbound_numbers = 7;
-
getInboundNumbersCount
int getInboundNumbersCount()
Dispatch Rule will only accept a call made to these numbers (if set).repeated string inbound_numbers = 7;
-
getInboundNumbers
String getInboundNumbers(int index)
Dispatch Rule will only accept a call made to these numbers (if set).repeated string inbound_numbers = 7;- Parameters:
index- The index of the element to return.
-
getInboundNumbersBytes
ByteString getInboundNumbersBytes(int index)
Dispatch Rule will only accept a call made to these numbers (if set).repeated string inbound_numbers = 7;- Parameters:
index- The index of the value to return.
-
getNameBytes
ByteString getNameBytes()
Human-readable name for the Dispatch Rule.string name = 5;
-
getMetadata
String getMetadata()
User-defined metadata for the Dispatch Rule. Participants created by this rule will inherit this metadata.string metadata = 6;
-
getMetadataBytes
ByteString getMetadataBytes()
User-defined metadata for the Dispatch Rule. Participants created by this rule will inherit this metadata.string metadata = 6;
-
getAttributesCount
int getAttributesCount()
User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;
-
containsAttributes
boolean containsAttributes(String key)
User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;
-
getAttributes
@Deprecated() Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
Map<String, String> getAttributesMap()
User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;
-
getAttributesOrDefault
String getAttributesOrDefault(String key, String defaultValue)
User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;
-
getAttributesOrThrow
String getAttributesOrThrow(String key)
User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes.map<string, string> attributes = 8;
-
getRoomPreset
String getRoomPreset()
Cloud-only, config preset to usestring room_preset = 9;
-
getRoomPresetBytes
ByteString getRoomPresetBytes()
Cloud-only, config preset to usestring room_preset = 9;
-
hasRoomConfig
boolean hasRoomConfig()
RoomConfiguration to use if the participant initiates the room.livekit.RoomConfiguration room_config = 10;
-
getRoomConfig
LivekitRoom.RoomConfiguration getRoomConfig()
RoomConfiguration to use if the participant initiates the room.livekit.RoomConfiguration room_config = 10;
-
getKrispEnabled
boolean getKrispEnabled()
bool krisp_enabled = 11;
-
getMediaEncryptionValue
int getMediaEncryptionValue()
NEXT ID: 13.livekit.SIPMediaEncryption media_encryption = 12;
-
getMediaEncryption
LivekitSip.SIPMediaEncryption getMediaEncryption()
NEXT ID: 13.livekit.SIPMediaEncryption media_encryption = 12;
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(ByteString data)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(InputStream input)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.SIPDispatchRuleInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.SIPDispatchRuleInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.SIPDispatchRuleInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.SIPDispatchRuleInfo.Builder newBuilder()
-
newBuilder
static LivekitSip.SIPDispatchRuleInfo.Builder newBuilder(LivekitSip.SIPDispatchRuleInfo prototype)
-
getDefaultInstance
static LivekitSip.SIPDispatchRuleInfo getDefaultInstance()
-
parser
static Parser<LivekitSip.SIPDispatchRuleInfo> parser()
-
-
-
-