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