-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRtc.ParticipantUpdateOrBuilder
public final class LivekitRtc.ParticipantUpdate extends GeneratedMessageLite<LivekitRtc.ParticipantUpdate, LivekitRtc.ParticipantUpdate.Builder> implements LivekitRtc.ParticipantUpdateOrBuilder
Protobuf type
{@code livekit.ParticipantUpdate}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRtc.ParticipantUpdate.BuilderProtobuf type
{@code livekit.ParticipantUpdate}
-
Field Summary
Fields Modifier and Type Field Description public final static intPARTICIPANTS_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
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;
-
getParticipantsOrBuilderList
List<out LivekitModels.ParticipantInfoOrBuilder> getParticipantsOrBuilderList()
repeated .livekit.ParticipantInfo participants = 1;
-
getParticipantsCount
int getParticipantsCount()
repeated .livekit.ParticipantInfo participants = 1;
-
getParticipants
LivekitModels.ParticipantInfo getParticipants(int index)
repeated .livekit.ParticipantInfo participants = 1;
-
getParticipantsOrBuilder
LivekitModels.ParticipantInfoOrBuilder getParticipantsOrBuilder(int index)
repeated .livekit.ParticipantInfo participants = 1;
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(ByteString data)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(Array<byte> data)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(InputStream input)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRtc.ParticipantUpdate parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRtc.ParticipantUpdate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRtc.ParticipantUpdate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRtc.ParticipantUpdate.Builder newBuilder()
-
newBuilder
static LivekitRtc.ParticipantUpdate.Builder newBuilder(LivekitRtc.ParticipantUpdate prototype)
-
getDefaultInstance
static LivekitRtc.ParticipantUpdate getDefaultInstance()
-
parser
static Parser<LivekitRtc.ParticipantUpdate> parser()
-
-
-
-