-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitSip.ListSIPOutboundTrunkRequestOrBuilder 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>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 intgetTrunkIdsCount()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 StringgetTrunkIds(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 ByteStringgetTrunkIdsBytes(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 intgetNumbersCount()Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;abstract StringgetNumbers(int index)Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;abstract ByteStringgetNumbersBytes(int index)Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;-
-
Method Detail
-
hasPage
abstract boolean hasPage()
.livekit.Pagination page = 3;
-
getPage
abstract LivekitModels.Pagination getPage()
.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.
-
-
-
-