-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.ListSIPDispatchRuleRequestOrBuilder
public final class LivekitSip.ListSIPDispatchRuleRequest.Builder extends GeneratedMessageLite.Builder<LivekitSip.ListSIPDispatchRuleRequest, LivekitSip.ListSIPDispatchRuleRequest.Builder> implements LivekitSip.ListSIPDispatchRuleRequestOrBuilder
Protobuf typeListSIPDispatchRuleRequest lists dispatch rules for given filters. If no filters are set, all rules are listed.{@code livekit.ListSIPDispatchRuleRequest}
-
-
Method Summary
Modifier and Type Method Description booleanhasPage().livekit.Pagination page = 3;LivekitModels.PaginationgetPage().livekit.Pagination page = 3;LivekitSip.ListSIPDispatchRuleRequest.BuildersetPage(LivekitModels.Pagination value).livekit.Pagination page = 3;LivekitSip.ListSIPDispatchRuleRequest.BuildersetPage(LivekitModels.Pagination.Builder builderForValue).livekit.Pagination page = 3;LivekitSip.ListSIPDispatchRuleRequest.BuildermergePage(LivekitModels.Pagination value).livekit.Pagination page = 3;LivekitSip.ListSIPDispatchRuleRequest.BuilderclearPage().livekit.Pagination page = 3;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;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;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;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;LivekitSip.ListSIPDispatchRuleRequest.BuildersetDispatchRuleIds(int index, String value)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;LivekitSip.ListSIPDispatchRuleRequest.BuilderaddDispatchRuleIds(String value)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;LivekitSip.ListSIPDispatchRuleRequest.BuilderaddAllDispatchRuleIds(Iterable<String> values)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;LivekitSip.ListSIPDispatchRuleRequest.BuilderclearDispatchRuleIds()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;LivekitSip.ListSIPDispatchRuleRequest.BuilderaddDispatchRuleIdsBytes(ByteString value)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;List<String>getTrunkIdsList()Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;intgetTrunkIdsCount()Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;StringgetTrunkIds(int index)Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;ByteStringgetTrunkIdsBytes(int index)Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;LivekitSip.ListSIPDispatchRuleRequest.BuildersetTrunkIds(int index, String value)Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;LivekitSip.ListSIPDispatchRuleRequest.BuilderaddTrunkIds(String value)Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;LivekitSip.ListSIPDispatchRuleRequest.BuilderaddAllTrunkIds(Iterable<String> values)Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;LivekitSip.ListSIPDispatchRuleRequest.BuilderclearTrunkIds()Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;LivekitSip.ListSIPDispatchRuleRequest.BuilderaddTrunkIdsBytes(ByteString value)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.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.ListSIPDispatchRuleRequest.Builder setPage(LivekitModels.Pagination value)
.livekit.Pagination page = 3;
-
setPage
LivekitSip.ListSIPDispatchRuleRequest.Builder setPage(LivekitModels.Pagination.Builder builderForValue)
.livekit.Pagination page = 3;
-
mergePage
LivekitSip.ListSIPDispatchRuleRequest.Builder mergePage(LivekitModels.Pagination value)
.livekit.Pagination page = 3;
-
clearPage
LivekitSip.ListSIPDispatchRuleRequest.Builder clearPage()
.livekit.Pagination page = 3;
-
getDispatchRuleIdsList
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
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
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
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 value to return.
-
setDispatchRuleIds
LivekitSip.ListSIPDispatchRuleRequest.Builder setDispatchRuleIds(int index, String value)
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 to set the value at.value- The dispatchRuleIds to set.
-
addDispatchRuleIds
LivekitSip.ListSIPDispatchRuleRequest.Builder addDispatchRuleIds(String value)
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:
value- The dispatchRuleIds to add.
-
addAllDispatchRuleIds
LivekitSip.ListSIPDispatchRuleRequest.Builder addAllDispatchRuleIds(Iterable<String> values)
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:
values- The dispatchRuleIds to add.
-
clearDispatchRuleIds
LivekitSip.ListSIPDispatchRuleRequest.Builder clearDispatchRuleIds()
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;
-
addDispatchRuleIdsBytes
LivekitSip.ListSIPDispatchRuleRequest.Builder addDispatchRuleIdsBytes(ByteString value)
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:
value- The bytes of the dispatchRuleIds to add.
-
getTrunkIdsList
List<String> getTrunkIdsList()
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;
-
getTrunkIdsCount
int getTrunkIdsCount()
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;
-
getTrunkIds
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
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 value to return.
-
setTrunkIds
LivekitSip.ListSIPDispatchRuleRequest.Builder setTrunkIds(int index, String value)
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;- Parameters:
index- The index to set the value at.value- The trunkIds to set.
-
addTrunkIds
LivekitSip.ListSIPDispatchRuleRequest.Builder addTrunkIds(String value)
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;- Parameters:
value- The trunkIds to add.
-
addAllTrunkIds
LivekitSip.ListSIPDispatchRuleRequest.Builder addAllTrunkIds(Iterable<String> values)
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;- Parameters:
values- The trunkIds to add.
-
clearTrunkIds
LivekitSip.ListSIPDispatchRuleRequest.Builder clearTrunkIds()
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;
-
addTrunkIdsBytes
LivekitSip.ListSIPDispatchRuleRequest.Builder addTrunkIdsBytes(ByteString value)
Only list rules that contain one of the Trunk IDs, including wildcard rules.repeated string trunk_ids = 2;- Parameters:
value- The bytes of the trunkIds to add.
-
-
-
-