-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.ListSIPOutboundTrunkRequestOrBuilder
public final class LivekitSip.ListSIPOutboundTrunkRequest extends GeneratedMessageLite<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}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.ListSIPOutboundTrunkRequest.Builder
Protobuf typeListSIPOutboundTrunkRequest lists outbound trunks for given filters. If no filters are set, all trunks are listed.{@code livekit.ListSIPOutboundTrunkRequest}
-
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.ListSIPOutboundTrunkRequestparseFrom(ByteBuffer data)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(ByteString data)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(Array<byte> data)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(InputStream input)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPOutboundTrunkRequestparseDelimitedFrom(InputStream input)static LivekitSip.ListSIPOutboundTrunkRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(CodedInputStream input)static LivekitSip.ListSIPOutboundTrunkRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.ListSIPOutboundTrunkRequest.BuildernewBuilder()static LivekitSip.ListSIPOutboundTrunkRequest.BuildernewBuilder(LivekitSip.ListSIPOutboundTrunkRequest prototype)static LivekitSip.ListSIPOutboundTrunkRequestgetDefaultInstance()static Parser<LivekitSip.ListSIPOutboundTrunkRequest>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.ListSIPOutboundTrunkRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(ByteString data)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(InputStream input)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.ListSIPOutboundTrunkRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.ListSIPOutboundTrunkRequest.Builder newBuilder()
-
newBuilder
static LivekitSip.ListSIPOutboundTrunkRequest.Builder newBuilder(LivekitSip.ListSIPOutboundTrunkRequest prototype)
-
getDefaultInstance
static LivekitSip.ListSIPOutboundTrunkRequest getDefaultInstance()
-
parser
static Parser<LivekitSip.ListSIPOutboundTrunkRequest> parser()
-
-
-
-