-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRtc.ParticipantUpdateOrBuilder
public final class LivekitRtc.ParticipantUpdate.Builder extends GeneratedMessageLite.Builder<LivekitRtc.ParticipantUpdate, LivekitRtc.ParticipantUpdate.Builder> implements LivekitRtc.ParticipantUpdateOrBuilder
Protobuf type
{@code livekit.ParticipantUpdate}
-
-
Method Summary
Modifier and Type Method Description List<LivekitModels.ParticipantInfo>getParticipantsList()repeated .livekit.ParticipantInfo participants = 1;intgetParticipantsCount()repeated .livekit.ParticipantInfo participants = 1;LivekitModels.ParticipantInfogetParticipants(int index)repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuildersetParticipants(int index, LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuildersetParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuilderaddParticipants(LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuilderaddParticipants(int index, LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuilderaddParticipants(LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuilderaddParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuilderaddAllParticipants(Iterable<out LivekitModels.ParticipantInfo> values)repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuilderclearParticipants()repeated .livekit.ParticipantInfo participants = 1;LivekitRtc.ParticipantUpdate.BuilderremoveParticipants(int index)repeated .livekit.ParticipantInfo participants = 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
-
getParticipantsList
List<LivekitModels.ParticipantInfo> getParticipantsList()
repeated .livekit.ParticipantInfo participants = 1;
-
getParticipantsCount
int getParticipantsCount()
repeated .livekit.ParticipantInfo participants = 1;
-
getParticipants
LivekitModels.ParticipantInfo getParticipants(int index)
repeated .livekit.ParticipantInfo participants = 1;
-
setParticipants
LivekitRtc.ParticipantUpdate.Builder setParticipants(int index, LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo participants = 1;
-
setParticipants
LivekitRtc.ParticipantUpdate.Builder setParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo participants = 1;
-
addParticipants
LivekitRtc.ParticipantUpdate.Builder addParticipants(LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo participants = 1;
-
addParticipants
LivekitRtc.ParticipantUpdate.Builder addParticipants(int index, LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo participants = 1;
-
addParticipants
LivekitRtc.ParticipantUpdate.Builder addParticipants(LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo participants = 1;
-
addParticipants
LivekitRtc.ParticipantUpdate.Builder addParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo participants = 1;
-
addAllParticipants
LivekitRtc.ParticipantUpdate.Builder addAllParticipants(Iterable<out LivekitModels.ParticipantInfo> values)
repeated .livekit.ParticipantInfo participants = 1;
-
clearParticipants
LivekitRtc.ParticipantUpdate.Builder clearParticipants()
repeated .livekit.ParticipantInfo participants = 1;
-
removeParticipants
LivekitRtc.ParticipantUpdate.Builder removeParticipants(int index)
repeated .livekit.ParticipantInfo participants = 1;
-
-
-
-