-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRtc.SessionDescriptionOrBuilder
public final class LivekitRtc.SessionDescription.Builder extends GeneratedMessageLite.Builder<LivekitRtc.SessionDescription, LivekitRtc.SessionDescription.Builder> implements LivekitRtc.SessionDescriptionOrBuilder
Protobuf type
{@code livekit.SessionDescription}
-
-
Method Summary
Modifier and Type Method Description StringgetType()"answer" | "offer" | "pranswer" | "rollback"string type = 1;ByteStringgetTypeBytes()"answer" | "offer" | "pranswer" | "rollback"string type = 1;LivekitRtc.SessionDescription.BuildersetType(String value)"answer" | "offer" | "pranswer" | "rollback"string type = 1;LivekitRtc.SessionDescription.BuilderclearType()"answer" | "offer" | "pranswer" | "rollback"string type = 1;LivekitRtc.SessionDescription.BuildersetTypeBytes(ByteString value)"answer" | "offer" | "pranswer" | "rollback"string type = 1;StringgetSdp()string sdp = 2;ByteStringgetSdpBytes()string sdp = 2;LivekitRtc.SessionDescription.BuildersetSdp(String value)string sdp = 2;LivekitRtc.SessionDescription.BuilderclearSdp()string sdp = 2;LivekitRtc.SessionDescription.BuildersetSdpBytes(ByteString value)string sdp = 2;intgetId()uint32 id = 3;LivekitRtc.SessionDescription.BuildersetId(int value)uint32 id = 3;LivekitRtc.SessionDescription.BuilderclearId()uint32 id = 3;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
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
-
getTypeBytes
ByteString getTypeBytes()
"answer" | "offer" | "pranswer" | "rollback"string type = 1;
-
setType
LivekitRtc.SessionDescription.Builder setType(String value)
"answer" | "offer" | "pranswer" | "rollback"string type = 1;- Parameters:
value- The type to set.
-
clearType
LivekitRtc.SessionDescription.Builder clearType()
"answer" | "offer" | "pranswer" | "rollback"string type = 1;
-
setTypeBytes
LivekitRtc.SessionDescription.Builder setTypeBytes(ByteString value)
"answer" | "offer" | "pranswer" | "rollback"string type = 1;- Parameters:
value- The bytes for type to set.
-
getSdpBytes
ByteString getSdpBytes()
string sdp = 2;
-
setSdp
LivekitRtc.SessionDescription.Builder setSdp(String value)
string sdp = 2;- Parameters:
value- The sdp to set.
-
clearSdp
LivekitRtc.SessionDescription.Builder clearSdp()
string sdp = 2;
-
setSdpBytes
LivekitRtc.SessionDescription.Builder setSdpBytes(ByteString value)
string sdp = 2;- Parameters:
value- The bytes for sdp to set.
-
getId
int getId()
uint32 id = 3;
-
setId
LivekitRtc.SessionDescription.Builder setId(int value)
uint32 id = 3;- Parameters:
value- The id to set.
-
clearId
LivekitRtc.SessionDescription.Builder clearId()
uint32 id = 3;
-
-
-
-