-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRtc.UnpublishDataTrackResponseOrBuilder
public final class LivekitRtc.UnpublishDataTrackResponse.Builder extends GeneratedMessageLite.Builder<LivekitRtc.UnpublishDataTrackResponse, LivekitRtc.UnpublishDataTrackResponse.Builder> implements LivekitRtc.UnpublishDataTrackResponseOrBuilder
Protobuf type
{@code livekit.UnpublishDataTrackResponse}
-
-
Method Summary
Modifier and Type Method Description booleanhasInfo()Information about the unpublished track..livekit.DataTrackInfo info = 1;LivekitModels.DataTrackInfogetInfo()Information about the unpublished track..livekit.DataTrackInfo info = 1;LivekitRtc.UnpublishDataTrackResponse.BuildersetInfo(LivekitModels.DataTrackInfo value)Information about the unpublished track..livekit.DataTrackInfo info = 1;LivekitRtc.UnpublishDataTrackResponse.BuildersetInfo(LivekitModels.DataTrackInfo.Builder builderForValue)Information about the unpublished track..livekit.DataTrackInfo info = 1;LivekitRtc.UnpublishDataTrackResponse.BuildermergeInfo(LivekitModels.DataTrackInfo value)Information about the unpublished track..livekit.DataTrackInfo info = 1;LivekitRtc.UnpublishDataTrackResponse.BuilderclearInfo()Information about the unpublished track..livekit.DataTrackInfo info = 1;-
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
-
hasInfo
boolean hasInfo()
Information about the unpublished track..livekit.DataTrackInfo info = 1;
-
getInfo
LivekitModels.DataTrackInfo getInfo()
Information about the unpublished track..livekit.DataTrackInfo info = 1;
-
setInfo
LivekitRtc.UnpublishDataTrackResponse.Builder setInfo(LivekitModels.DataTrackInfo value)
Information about the unpublished track..livekit.DataTrackInfo info = 1;
-
setInfo
LivekitRtc.UnpublishDataTrackResponse.Builder setInfo(LivekitModels.DataTrackInfo.Builder builderForValue)
Information about the unpublished track..livekit.DataTrackInfo info = 1;
-
mergeInfo
LivekitRtc.UnpublishDataTrackResponse.Builder mergeInfo(LivekitModels.DataTrackInfo value)
Information about the unpublished track..livekit.DataTrackInfo info = 1;
-
clearInfo
LivekitRtc.UnpublishDataTrackResponse.Builder clearInfo()
Information about the unpublished track..livekit.DataTrackInfo info = 1;
-
-
-
-