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