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