-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRoom.ListParticipantsResponseOrBuilder
public final class LivekitRoom.ListParticipantsResponse.Builder extends GeneratedMessageLite.Builder<LivekitRoom.ListParticipantsResponse, LivekitRoom.ListParticipantsResponse.Builder> implements LivekitRoom.ListParticipantsResponseOrBuilder
Protobuf type
{@code livekit.ListParticipantsResponse}
-
-
Method Summary
-
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
LivekitRoom.ListParticipantsResponse.Builder setParticipants(int index, LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo participants = 1;
-
setParticipants
LivekitRoom.ListParticipantsResponse.Builder setParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo participants = 1;
-
addParticipants
LivekitRoom.ListParticipantsResponse.Builder addParticipants(LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo participants = 1;
-
addParticipants
LivekitRoom.ListParticipantsResponse.Builder addParticipants(int index, LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo participants = 1;
-
addParticipants
LivekitRoom.ListParticipantsResponse.Builder addParticipants(LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo participants = 1;
-
addParticipants
LivekitRoom.ListParticipantsResponse.Builder addParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo participants = 1;
-
addAllParticipants
LivekitRoom.ListParticipantsResponse.Builder addAllParticipants(Iterable<out LivekitModels.ParticipantInfo> values)
repeated .livekit.ParticipantInfo participants = 1;
-
clearParticipants
LivekitRoom.ListParticipantsResponse.Builder clearParticipants()
repeated .livekit.ParticipantInfo participants = 1;
-
removeParticipants
LivekitRoom.ListParticipantsResponse.Builder removeParticipants(int index)
repeated .livekit.ParticipantInfo participants = 1;
-
-
-
-