-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.ListSIPInboundTrunkRequestOrBuilder
public final class LivekitSip.ListSIPInboundTrunkRequest extends GeneratedMessageLite<LivekitSip.ListSIPInboundTrunkRequest, LivekitSip.ListSIPInboundTrunkRequest.Builder> implements LivekitSip.ListSIPInboundTrunkRequestOrBuilder
Protobuf typeListSIPInboundTrunkRequest lists inbound trunks for given filters. If no filters are set, all trunks are listed.{@code livekit.ListSIPInboundTrunkRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.ListSIPInboundTrunkRequest.Builder
Protobuf typeListSIPInboundTrunkRequest lists inbound trunks for given filters. If no filters are set, all trunks are listed.{@code livekit.ListSIPInboundTrunkRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intPAGE_FIELD_NUMBERpublic final static intTRUNK_IDS_FIELD_NUMBERpublic final static intNUMBERS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleanhasPage().livekit.Pagination page = 3;LivekitModels.PaginationgetPage().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;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;static LivekitSip.ListSIPInboundTrunkRequestparseFrom(ByteBuffer data)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(ByteString data)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(Array<byte> data)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(InputStream input)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPInboundTrunkRequestparseDelimitedFrom(InputStream input)static LivekitSip.ListSIPInboundTrunkRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(CodedInputStream input)static LivekitSip.ListSIPInboundTrunkRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPInboundTrunkRequest.BuildernewBuilder()static LivekitSip.ListSIPInboundTrunkRequest.BuildernewBuilder(LivekitSip.ListSIPInboundTrunkRequest prototype)static LivekitSip.ListSIPInboundTrunkRequestgetDefaultInstance()static Parser<LivekitSip.ListSIPInboundTrunkRequest>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;
-
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.
-
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.
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(ByteString data)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(InputStream input)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.ListSIPInboundTrunkRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.ListSIPInboundTrunkRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.ListSIPInboundTrunkRequest.Builder newBuilder()
-
newBuilder
static LivekitSip.ListSIPInboundTrunkRequest.Builder newBuilder(LivekitSip.ListSIPInboundTrunkRequest prototype)
-
getDefaultInstance
static LivekitSip.ListSIPInboundTrunkRequest getDefaultInstance()
-
parser
static Parser<LivekitSip.ListSIPInboundTrunkRequest> parser()
-
-
-
-