-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitModels.ParticipantTracksOrBuilder
public final class LivekitModels.ParticipantTracks.Builder extends GeneratedMessageLite.Builder<LivekitModels.ParticipantTracks, LivekitModels.ParticipantTracks.Builder> implements LivekitModels.ParticipantTracksOrBuilder
Protobuf type
{@code livekit.ParticipantTracks}
-
-
Method Summary
Modifier and Type Method Description StringgetParticipantSid()participant ID of participant to whom the tracks belongstring participant_sid = 1;ByteStringgetParticipantSidBytes()participant ID of participant to whom the tracks belongstring participant_sid = 1;LivekitModels.ParticipantTracks.BuildersetParticipantSid(String value)participant ID of participant to whom the tracks belongstring participant_sid = 1;LivekitModels.ParticipantTracks.BuilderclearParticipantSid()participant ID of participant to whom the tracks belongstring participant_sid = 1;LivekitModels.ParticipantTracks.BuildersetParticipantSidBytes(ByteString value)participant ID of participant to whom the tracks belongstring participant_sid = 1;List<String>getTrackSidsList()repeated string track_sids = 2;intgetTrackSidsCount()repeated string track_sids = 2;StringgetTrackSids(int index)repeated string track_sids = 2;ByteStringgetTrackSidsBytes(int index)repeated string track_sids = 2;LivekitModels.ParticipantTracks.BuildersetTrackSids(int index, String value)repeated string track_sids = 2;LivekitModels.ParticipantTracks.BuilderaddTrackSids(String value)repeated string track_sids = 2;LivekitModels.ParticipantTracks.BuilderaddAllTrackSids(Iterable<String> values)repeated string track_sids = 2;LivekitModels.ParticipantTracks.BuilderclearTrackSids()repeated string track_sids = 2;LivekitModels.ParticipantTracks.BuilderaddTrackSidsBytes(ByteString value)repeated string track_sids = 2;-
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
-
getParticipantSid
String getParticipantSid()
participant ID of participant to whom the tracks belongstring participant_sid = 1;
-
getParticipantSidBytes
ByteString getParticipantSidBytes()
participant ID of participant to whom the tracks belongstring participant_sid = 1;
-
setParticipantSid
LivekitModels.ParticipantTracks.Builder setParticipantSid(String value)
participant ID of participant to whom the tracks belongstring participant_sid = 1;- Parameters:
value- The participantSid to set.
-
clearParticipantSid
LivekitModels.ParticipantTracks.Builder clearParticipantSid()
participant ID of participant to whom the tracks belongstring participant_sid = 1;
-
setParticipantSidBytes
LivekitModels.ParticipantTracks.Builder setParticipantSidBytes(ByteString value)
participant ID of participant to whom the tracks belongstring participant_sid = 1;- Parameters:
value- The bytes for participantSid to set.
-
getTrackSidsList
List<String> getTrackSidsList()
repeated string track_sids = 2;
-
getTrackSidsCount
int getTrackSidsCount()
repeated string track_sids = 2;
-
getTrackSids
String getTrackSids(int index)
repeated string track_sids = 2;- Parameters:
index- The index of the element to return.
-
getTrackSidsBytes
ByteString getTrackSidsBytes(int index)
repeated string track_sids = 2;- Parameters:
index- The index of the value to return.
-
setTrackSids
LivekitModels.ParticipantTracks.Builder setTrackSids(int index, String value)
repeated string track_sids = 2;- Parameters:
index- The index to set the value at.value- The trackSids to set.
-
addTrackSids
LivekitModels.ParticipantTracks.Builder addTrackSids(String value)
repeated string track_sids = 2;- Parameters:
value- The trackSids to add.
-
addAllTrackSids
LivekitModels.ParticipantTracks.Builder addAllTrackSids(Iterable<String> values)
repeated string track_sids = 2;- Parameters:
values- The trackSids to add.
-
clearTrackSids
LivekitModels.ParticipantTracks.Builder clearTrackSids()
repeated string track_sids = 2;
-
addTrackSidsBytes
LivekitModels.ParticipantTracks.Builder addTrackSidsBytes(ByteString value)
repeated string track_sids = 2;- Parameters:
value- The bytes of the trackSids to add.
-
-
-
-