-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.ListSIPOutboundTrunkRequestOrBuilder
public final class LivekitSip.ListSIPOutboundTrunkRequest.Builder extends GeneratedMessageLite.Builder<LivekitSip.ListSIPOutboundTrunkRequest, LivekitSip.ListSIPOutboundTrunkRequest.Builder> implements LivekitSip.ListSIPOutboundTrunkRequestOrBuilder
Protobuf typeListSIPOutboundTrunkRequest lists outbound trunks for given filters. If no filters are set, all trunks are listed.{@code livekit.ListSIPOutboundTrunkRequest}
-
-
Method Summary
Modifier and Type Method Description booleanhasPage().livekit.Pagination page = 3;LivekitModels.PaginationgetPage().livekit.Pagination page = 3;LivekitSip.ListSIPOutboundTrunkRequest.BuildersetPage(LivekitModels.Pagination value).livekit.Pagination page = 3;LivekitSip.ListSIPOutboundTrunkRequest.BuildersetPage(LivekitModels.Pagination.Builder builderForValue).livekit.Pagination page = 3;LivekitSip.ListSIPOutboundTrunkRequest.BuildermergePage(LivekitModels.Pagination value).livekit.Pagination page = 3;LivekitSip.ListSIPOutboundTrunkRequest.BuilderclearPage().livekit.Pagination page = 3;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;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;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;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;LivekitSip.ListSIPOutboundTrunkRequest.BuildersetTrunkIds(int index, String value)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;LivekitSip.ListSIPOutboundTrunkRequest.BuilderaddTrunkIds(String value)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;LivekitSip.ListSIPOutboundTrunkRequest.BuilderaddAllTrunkIds(Iterable<String> values)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;LivekitSip.ListSIPOutboundTrunkRequest.BuilderclearTrunkIds()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;LivekitSip.ListSIPOutboundTrunkRequest.BuilderaddTrunkIdsBytes(ByteString value)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;List<String>getNumbersList()Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;intgetNumbersCount()Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;StringgetNumbers(int index)Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;ByteStringgetNumbersBytes(int index)Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;LivekitSip.ListSIPOutboundTrunkRequest.BuildersetNumbers(int index, String value)Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;LivekitSip.ListSIPOutboundTrunkRequest.BuilderaddNumbers(String value)Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;LivekitSip.ListSIPOutboundTrunkRequest.BuilderaddAllNumbers(Iterable<String> values)Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;LivekitSip.ListSIPOutboundTrunkRequest.BuilderclearNumbers()Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;LivekitSip.ListSIPOutboundTrunkRequest.BuilderaddNumbersBytes(ByteString value)Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
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
-
hasPage
boolean hasPage()
.livekit.Pagination page = 3;
-
getPage
LivekitModels.Pagination getPage()
.livekit.Pagination page = 3;
-
setPage
LivekitSip.ListSIPOutboundTrunkRequest.Builder setPage(LivekitModels.Pagination value)
.livekit.Pagination page = 3;
-
setPage
LivekitSip.ListSIPOutboundTrunkRequest.Builder setPage(LivekitModels.Pagination.Builder builderForValue)
.livekit.Pagination page = 3;
-
mergePage
LivekitSip.ListSIPOutboundTrunkRequest.Builder mergePage(LivekitModels.Pagination value)
.livekit.Pagination page = 3;
-
clearPage
LivekitSip.ListSIPOutboundTrunkRequest.Builder clearPage()
.livekit.Pagination page = 3;
-
getTrunkIdsList
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
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
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
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 value to return.
-
setTrunkIds
LivekitSip.ListSIPOutboundTrunkRequest.Builder setTrunkIds(int index, String value)
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 to set the value at.value- The trunkIds to set.
-
addTrunkIds
LivekitSip.ListSIPOutboundTrunkRequest.Builder addTrunkIds(String value)
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:
value- The trunkIds to add.
-
addAllTrunkIds
LivekitSip.ListSIPOutboundTrunkRequest.Builder addAllTrunkIds(Iterable<String> values)
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:
values- The trunkIds to add.
-
clearTrunkIds
LivekitSip.ListSIPOutboundTrunkRequest.Builder clearTrunkIds()
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;
-
addTrunkIdsBytes
LivekitSip.ListSIPOutboundTrunkRequest.Builder addTrunkIdsBytes(ByteString value)
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:
value- The bytes of the trunkIds to add.
-
getNumbersList
List<String> getNumbersList()
Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;
-
getNumbersCount
int getNumbersCount()
Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;
-
getNumbers
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
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 value to return.
-
setNumbers
LivekitSip.ListSIPOutboundTrunkRequest.Builder setNumbers(int index, String value)
Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;- Parameters:
index- The index to set the value at.value- The numbers to set.
-
addNumbers
LivekitSip.ListSIPOutboundTrunkRequest.Builder addNumbers(String value)
Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;- Parameters:
value- The numbers to add.
-
addAllNumbers
LivekitSip.ListSIPOutboundTrunkRequest.Builder addAllNumbers(Iterable<String> values)
Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;- Parameters:
values- The numbers to add.
-
clearNumbers
LivekitSip.ListSIPOutboundTrunkRequest.Builder clearNumbers()
Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;
-
addNumbersBytes
LivekitSip.ListSIPOutboundTrunkRequest.Builder addNumbersBytes(ByteString value)
Only list trunks that contain one of the numbers, including wildcard trunks.repeated string numbers = 2;- Parameters:
value- The bytes of the numbers to add.
-
-
-
-