-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.GetSIPInboundTrunkResponseOrBuilder
public final class LivekitSip.GetSIPInboundTrunkResponse extends GeneratedMessageLite<LivekitSip.GetSIPInboundTrunkResponse, LivekitSip.GetSIPInboundTrunkResponse.Builder> implements LivekitSip.GetSIPInboundTrunkResponseOrBuilder
Protobuf type
{@code livekit.GetSIPInboundTrunkResponse}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.GetSIPInboundTrunkResponse.BuilderProtobuf type
{@code livekit.GetSIPInboundTrunkResponse}
-
Field Summary
Fields Modifier and Type Field Description public final static intTRUNK_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
-
hasTrunk
boolean hasTrunk()
.livekit.SIPInboundTrunkInfo trunk = 1;
-
getTrunk
LivekitSip.SIPInboundTrunkInfo getTrunk()
.livekit.SIPInboundTrunkInfo trunk = 1;
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(ByteString data)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(InputStream input)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.GetSIPInboundTrunkResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.GetSIPInboundTrunkResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.GetSIPInboundTrunkResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.GetSIPInboundTrunkResponse.Builder newBuilder()
-
newBuilder
static LivekitSip.GetSIPInboundTrunkResponse.Builder newBuilder(LivekitSip.GetSIPInboundTrunkResponse prototype)
-
getDefaultInstance
static LivekitSip.GetSIPInboundTrunkResponse getDefaultInstance()
-
parser
static Parser<LivekitSip.GetSIPInboundTrunkResponse> parser()
-
-
-
-