-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitSip.ListSIPDispatchRuleRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasPage().livekit.Pagination page = 3;abstract LivekitModels.PaginationgetPage().livekit.Pagination page = 3;abstract List<String>getDispatchRuleIdsList()Rule IDs to list. If this option is set, the response will contains rules in the same order. If any of the rules is missing, a nil item in that position will be sent in the response.repeated string dispatch_rule_ids = 1;abstract intgetDispatchRuleIdsCount()Rule IDs to list. If this option is set, the response will contains rules in the same order. If any of the rules is missing, a nil item in that position will be sent in the response.repeated string dispatch_rule_ids = 1;abstract StringgetDispatchRuleIds(int index)Rule IDs to list. If this option is set, the response will contains rules in the same order. If any of the rules is missing, a nil item in that position will be sent in the response.repeated string dispatch_rule_ids = 1;abstract ByteStringgetDispatchRuleIdsBytes(int index)Rule IDs to list. If this option is set, the response will contains rules in the same order. If any of the rules is missing, a nil item in that position will be sent in the response.repeated string dispatch_rule_ids = 1;abstract List<String>getTrunkIdsList()Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;abstract intgetTrunkIdsCount()Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;abstract StringgetTrunkIds(int index)Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;abstract ByteStringgetTrunkIdsBytes(int index)Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;-
-
Method Detail
-
hasPage
abstract boolean hasPage()
.livekit.Pagination page = 3;
-
getPage
abstract LivekitModels.Pagination getPage()
.livekit.Pagination page = 3;
-
getDispatchRuleIdsList
abstract List<String> getDispatchRuleIdsList()
Rule IDs to list. If this option is set, the response will contains rules in the same order. If any of the rules is missing, a nil item in that position will be sent in the response.repeated string dispatch_rule_ids = 1;
-
getDispatchRuleIdsCount
abstract int getDispatchRuleIdsCount()
Rule IDs to list. If this option is set, the response will contains rules in the same order. If any of the rules is missing, a nil item in that position will be sent in the response.repeated string dispatch_rule_ids = 1;
-
getDispatchRuleIds
abstract String getDispatchRuleIds(int index)
Rule IDs to list. If this option is set, the response will contains rules in the same order. If any of the rules is missing, a nil item in that position will be sent in the response.repeated string dispatch_rule_ids = 1;- Parameters:
index- The index of the element to return.
-
getDispatchRuleIdsBytes
abstract ByteString getDispatchRuleIdsBytes(int index)
Rule IDs to list. If this option is set, the response will contains rules in the same order. If any of the rules is missing, a nil item in that position will be sent in the response.repeated string dispatch_rule_ids = 1;- Parameters:
index- The index of the element to return.
-
getTrunkIdsList
abstract List<String> getTrunkIdsList()
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;
-
getTrunkIdsCount
abstract int getTrunkIdsCount()
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;
-
getTrunkIds
abstract String getTrunkIds(int index)
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;- Parameters:
index- The index of the element to return.
-
getTrunkIdsBytes
abstract ByteString getTrunkIdsBytes(int index)
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;- Parameters:
index- The index of the element to return.
-
-
-
-