-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.UpdateSIPInboundTrunkRequestOrBuilder
public final class LivekitSip.UpdateSIPInboundTrunkRequest extends GeneratedMessageLite<LivekitSip.UpdateSIPInboundTrunkRequest, LivekitSip.UpdateSIPInboundTrunkRequest.Builder> implements LivekitSip.UpdateSIPInboundTrunkRequestOrBuilder
Protobuf type
{@code livekit.UpdateSIPInboundTrunkRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLivekitSip.UpdateSIPInboundTrunkRequest.ActionCasepublic final classLivekitSip.UpdateSIPInboundTrunkRequest.BuilderProtobuf type
{@code livekit.UpdateSIPInboundTrunkRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intSIP_TRUNK_ID_FIELD_NUMBERpublic final static intREPLACE_FIELD_NUMBERpublic final static intUPDATE_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
-
getActionCase
LivekitSip.UpdateSIPInboundTrunkRequest.ActionCase getActionCase()
-
getSipTrunkId
String getSipTrunkId()
string sip_trunk_id = 1;
-
getSipTrunkIdBytes
ByteString getSipTrunkIdBytes()
string sip_trunk_id = 1;
-
hasReplace
boolean hasReplace()
.livekit.SIPInboundTrunkInfo replace = 2;
-
getReplace
LivekitSip.SIPInboundTrunkInfo getReplace()
.livekit.SIPInboundTrunkInfo replace = 2;
-
hasUpdate
boolean hasUpdate()
.livekit.SIPInboundTrunkUpdate update = 3;
-
getUpdate
LivekitSip.SIPInboundTrunkUpdate getUpdate()
.livekit.SIPInboundTrunkUpdate update = 3;
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(ByteString data)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(InputStream input)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.UpdateSIPInboundTrunkRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.UpdateSIPInboundTrunkRequest.Builder newBuilder()
-
newBuilder
static LivekitSip.UpdateSIPInboundTrunkRequest.Builder newBuilder(LivekitSip.UpdateSIPInboundTrunkRequest prototype)
-
getDefaultInstance
static LivekitSip.UpdateSIPInboundTrunkRequest getDefaultInstance()
-
parser
static Parser<LivekitSip.UpdateSIPInboundTrunkRequest> parser()
-
-
-
-