-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.ListSIPInboundTrunkResponseOrBuilder
public final class LivekitSip.ListSIPInboundTrunkResponse extends GeneratedMessageLite<LivekitSip.ListSIPInboundTrunkResponse, LivekitSip.ListSIPInboundTrunkResponse.Builder> implements LivekitSip.ListSIPInboundTrunkResponseOrBuilder
Protobuf type
{@code livekit.ListSIPInboundTrunkResponse}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.ListSIPInboundTrunkResponse.BuilderProtobuf type
{@code livekit.ListSIPInboundTrunkResponse}
-
Field Summary
Fields Modifier and Type Field Description public final static intITEMS_FIELD_NUMBER
-
Method Summary
-
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
-
getItemsList
List<LivekitSip.SIPInboundTrunkInfo> getItemsList()
repeated .livekit.SIPInboundTrunkInfo items = 1;
-
getItemsOrBuilderList
List<out LivekitSip.SIPInboundTrunkInfoOrBuilder> getItemsOrBuilderList()
repeated .livekit.SIPInboundTrunkInfo items = 1;
-
getItemsCount
int getItemsCount()
repeated .livekit.SIPInboundTrunkInfo items = 1;
-
getItems
LivekitSip.SIPInboundTrunkInfo getItems(int index)
repeated .livekit.SIPInboundTrunkInfo items = 1;
-
getItemsOrBuilder
LivekitSip.SIPInboundTrunkInfoOrBuilder getItemsOrBuilder(int index)
repeated .livekit.SIPInboundTrunkInfo items = 1;
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(ByteString data)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(InputStream input)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.ListSIPInboundTrunkResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.ListSIPInboundTrunkResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.ListSIPInboundTrunkResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.ListSIPInboundTrunkResponse.Builder newBuilder()
-
newBuilder
static LivekitSip.ListSIPInboundTrunkResponse.Builder newBuilder(LivekitSip.ListSIPInboundTrunkResponse prototype)
-
getDefaultInstance
static LivekitSip.ListSIPInboundTrunkResponse getDefaultInstance()
-
parser
static Parser<LivekitSip.ListSIPInboundTrunkResponse> parser()
-
-
-
-