Package 

Interface LivekitSip.ListSIPDispatchRuleRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasPage() .livekit.Pagination page = 3;
      abstract LivekitModels.Pagination getPage() .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 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;
      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;
      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;
      abstract List<String> getTrunkIdsList()
      Only list rules that contain one of the Trunk IDs, including wildcard rules.
      
      repeated string trunk_ids = 2;
      abstract int getTrunkIdsCount()
      Only list rules that contain one of the Trunk IDs, including wildcard rules.
      
      repeated string trunk_ids = 2;
      abstract String getTrunkIds(int index)
      Only list rules that contain one of the Trunk IDs, including wildcard rules.
      
      repeated string trunk_ids = 2;
      abstract ByteString getTrunkIdsBytes(int index)
      Only list rules that contain one of the Trunk IDs, including wildcard rules.
      
      repeated string trunk_ids = 2;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hasPage

         abstract boolean hasPage()

        .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.