-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.ListSIPDispatchRuleRequestOrBuilder
public final class LivekitSip.ListSIPDispatchRuleRequest extends GeneratedMessageLite<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}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.ListSIPDispatchRuleRequest.Builder
Protobuf typeListSIPDispatchRuleRequest lists dispatch rules for given filters. If no filters are set, all rules are listed.{@code livekit.ListSIPDispatchRuleRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intPAGE_FIELD_NUMBERpublic final static intDISPATCH_RULE_IDS_FIELD_NUMBERpublic final static intTRUNK_IDS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleanhasPage().livekit.Pagination page = 3;LivekitModels.PaginationgetPage().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;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;static LivekitSip.ListSIPDispatchRuleRequestparseFrom(ByteBuffer data)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(ByteString data)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(Array<byte> data)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(InputStream input)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPDispatchRuleRequestparseDelimitedFrom(InputStream input)static LivekitSip.ListSIPDispatchRuleRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(CodedInputStream input)static LivekitSip.ListSIPDispatchRuleRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPDispatchRuleRequest.BuildernewBuilder()static LivekitSip.ListSIPDispatchRuleRequest.BuildernewBuilder(LivekitSip.ListSIPDispatchRuleRequest prototype)static LivekitSip.ListSIPDispatchRuleRequestgetDefaultInstance()static Parser<LivekitSip.ListSIPDispatchRuleRequest>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
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;
-
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.
-
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.
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(ByteString data)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(InputStream input)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.ListSIPDispatchRuleRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.ListSIPDispatchRuleRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.ListSIPDispatchRuleRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.ListSIPDispatchRuleRequest.Builder newBuilder()
-
newBuilder
static LivekitSip.ListSIPDispatchRuleRequest.Builder newBuilder(LivekitSip.ListSIPDispatchRuleRequest prototype)
-
getDefaultInstance
static LivekitSip.ListSIPDispatchRuleRequest getDefaultInstance()
-
parser
static Parser<LivekitSip.ListSIPDispatchRuleRequest> parser()
-
-
-
-