Package 

Interface LivekitSip.ListSIPInboundTrunkRequestOrBuilder

    • 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> getTrunkIdsList()
      Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
      If any of the trunks is missing, a nil item in that position will be sent in the response.
      
      repeated string trunk_ids = 1;
      abstract int getTrunkIdsCount()
      Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
      If any of the trunks is missing, a nil item in that position will be sent in the response.
      
      repeated string trunk_ids = 1;
      abstract String getTrunkIds(int index)
      Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
      If any of the trunks is missing, a nil item in that position will be sent in the response.
      
      repeated string trunk_ids = 1;
      abstract ByteString getTrunkIdsBytes(int index)
      Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
      If any of the trunks is missing, a nil item in that position will be sent in the response.
      
      repeated string trunk_ids = 1;
      abstract List<String> getNumbersList()
      Only list trunks that contain one of the numbers, including wildcard trunks.
      
      repeated string numbers = 2;
      abstract int getNumbersCount()
      Only list trunks that contain one of the numbers, including wildcard trunks.
      
      repeated string numbers = 2;
      abstract String getNumbers(int index)
      Only list trunks that contain one of the numbers, including wildcard trunks.
      
      repeated string numbers = 2;
      abstract ByteString getNumbersBytes(int index)
      Only list trunks that contain one of the numbers, including wildcard trunks.
      
      repeated string numbers = 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;

      • getTrunkIdsList

         abstract List<String> getTrunkIdsList()
        Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
        If any of the trunks is missing, a nil item in that position will be sent in the response.
        
        repeated string trunk_ids = 1;
      • getTrunkIdsCount

         abstract int getTrunkIdsCount()
        Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
        If any of the trunks is missing, a nil item in that position will be sent in the response.
        
        repeated string trunk_ids = 1;
      • getTrunkIds

         abstract String getTrunkIds(int index)
        Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
        If any of the trunks is missing, a nil item in that position will be sent in the response.
        
        repeated string trunk_ids = 1;
        Parameters:
        index - The index of the element to return.
      • getTrunkIdsBytes

         abstract ByteString getTrunkIdsBytes(int index)
        Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
        If any of the trunks is missing, a nil item in that position will be sent in the response.
        
        repeated string trunk_ids = 1;
        Parameters:
        index - The index of the element to return.
      • getNumbersList

         abstract List<String> getNumbersList()
        Only list trunks that contain one of the numbers, including wildcard trunks.
        
        repeated string numbers = 2;
      • getNumbersCount

         abstract int getNumbersCount()
        Only list trunks that contain one of the numbers, including wildcard trunks.
        
        repeated string numbers = 2;
      • getNumbers

         abstract String getNumbers(int index)
        Only list trunks that contain one of the numbers, including wildcard trunks.
        
        repeated string numbers = 2;
        Parameters:
        index - The index of the element to return.
      • getNumbersBytes

         abstract ByteString getNumbersBytes(int index)
        Only list trunks that contain one of the numbers, including wildcard trunks.
        
        repeated string numbers = 2;
        Parameters:
        index - The index of the element to return.