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