-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRoom.ListParticipantsResponseOrBuilder
public final class LivekitRoom.ListParticipantsResponse extends GeneratedMessageLite<LivekitRoom.ListParticipantsResponse, LivekitRoom.ListParticipantsResponse.Builder> implements LivekitRoom.ListParticipantsResponseOrBuilder
Protobuf type
{@code livekit.ListParticipantsResponse}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRoom.ListParticipantsResponse.BuilderProtobuf type
{@code livekit.ListParticipantsResponse}
-
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 LivekitRoom.ListParticipantsResponse parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(ByteString data)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(Array<byte> data)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(InputStream input)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRoom.ListParticipantsResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRoom.ListParticipantsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRoom.ListParticipantsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRoom.ListParticipantsResponse.Builder newBuilder()
-
newBuilder
static LivekitRoom.ListParticipantsResponse.Builder newBuilder(LivekitRoom.ListParticipantsResponse prototype)
-
getDefaultInstance
static LivekitRoom.ListParticipantsResponse getDefaultInstance()
-
parser
static Parser<LivekitRoom.ListParticipantsResponse> parser()
-
-
-
-