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