-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRtc.RoomMovedResponseOrBuilder
public final class LivekitRtc.RoomMovedResponse.Builder extends GeneratedMessageLite.Builder<LivekitRtc.RoomMovedResponse, LivekitRtc.RoomMovedResponse.Builder> implements LivekitRtc.RoomMovedResponseOrBuilder
Protobuf type
{@code livekit.RoomMovedResponse}
-
-
Method Summary
Modifier and Type Method Description booleanhasRoom()information about the new room.livekit.Room room = 1;LivekitModels.RoomgetRoom()information about the new room.livekit.Room room = 1;LivekitRtc.RoomMovedResponse.BuildersetRoom(LivekitModels.Room value)information about the new room.livekit.Room room = 1;LivekitRtc.RoomMovedResponse.BuildersetRoom(LivekitModels.Room.Builder builderForValue)information about the new room.livekit.Room room = 1;LivekitRtc.RoomMovedResponse.BuildermergeRoom(LivekitModels.Room value)information about the new room.livekit.Room room = 1;LivekitRtc.RoomMovedResponse.BuilderclearRoom()information about the new room.livekit.Room room = 1;StringgetToken()new reconnect token that can be used to reconnect to the new roomstring token = 2;ByteStringgetTokenBytes()new reconnect token that can be used to reconnect to the new roomstring token = 2;LivekitRtc.RoomMovedResponse.BuildersetToken(String value)new reconnect token that can be used to reconnect to the new roomstring token = 2;LivekitRtc.RoomMovedResponse.BuilderclearToken()new reconnect token that can be used to reconnect to the new roomstring token = 2;LivekitRtc.RoomMovedResponse.BuildersetTokenBytes(ByteString value)new reconnect token that can be used to reconnect to the new roomstring token = 2;booleanhasParticipant().livekit.ParticipantInfo participant = 3;LivekitModels.ParticipantInfogetParticipant().livekit.ParticipantInfo participant = 3;LivekitRtc.RoomMovedResponse.BuildersetParticipant(LivekitModels.ParticipantInfo value).livekit.ParticipantInfo participant = 3;LivekitRtc.RoomMovedResponse.BuildersetParticipant(LivekitModels.ParticipantInfo.Builder builderForValue).livekit.ParticipantInfo participant = 3;LivekitRtc.RoomMovedResponse.BuildermergeParticipant(LivekitModels.ParticipantInfo value).livekit.ParticipantInfo participant = 3;LivekitRtc.RoomMovedResponse.BuilderclearParticipant().livekit.ParticipantInfo participant = 3;List<LivekitModels.ParticipantInfo>getOtherParticipantsList()repeated .livekit.ParticipantInfo other_participants = 4;intgetOtherParticipantsCount()repeated .livekit.ParticipantInfo other_participants = 4;LivekitModels.ParticipantInfogetOtherParticipants(int index)repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuildersetOtherParticipants(int index, LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuildersetOtherParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuilderaddOtherParticipants(LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuilderaddOtherParticipants(int index, LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuilderaddOtherParticipants(LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuilderaddOtherParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuilderaddAllOtherParticipants(Iterable<out LivekitModels.ParticipantInfo> values)repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuilderclearOtherParticipants()repeated .livekit.ParticipantInfo other_participants = 4;LivekitRtc.RoomMovedResponse.BuilderremoveOtherParticipants(int index)repeated .livekit.ParticipantInfo other_participants = 4;-
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
-
hasRoom
boolean hasRoom()
information about the new room.livekit.Room room = 1;
-
getRoom
LivekitModels.Room getRoom()
information about the new room.livekit.Room room = 1;
-
setRoom
LivekitRtc.RoomMovedResponse.Builder setRoom(LivekitModels.Room value)
information about the new room.livekit.Room room = 1;
-
setRoom
LivekitRtc.RoomMovedResponse.Builder setRoom(LivekitModels.Room.Builder builderForValue)
information about the new room.livekit.Room room = 1;
-
mergeRoom
LivekitRtc.RoomMovedResponse.Builder mergeRoom(LivekitModels.Room value)
information about the new room.livekit.Room room = 1;
-
clearRoom
LivekitRtc.RoomMovedResponse.Builder clearRoom()
information about the new room.livekit.Room room = 1;
-
getToken
String getToken()
new reconnect token that can be used to reconnect to the new roomstring token = 2;
-
getTokenBytes
ByteString getTokenBytes()
new reconnect token that can be used to reconnect to the new roomstring token = 2;
-
setToken
LivekitRtc.RoomMovedResponse.Builder setToken(String value)
new reconnect token that can be used to reconnect to the new roomstring token = 2;- Parameters:
value- The token to set.
-
clearToken
LivekitRtc.RoomMovedResponse.Builder clearToken()
new reconnect token that can be used to reconnect to the new roomstring token = 2;
-
setTokenBytes
LivekitRtc.RoomMovedResponse.Builder setTokenBytes(ByteString value)
new reconnect token that can be used to reconnect to the new roomstring token = 2;- Parameters:
value- The bytes for token to set.
-
hasParticipant
boolean hasParticipant()
.livekit.ParticipantInfo participant = 3;
-
getParticipant
LivekitModels.ParticipantInfo getParticipant()
.livekit.ParticipantInfo participant = 3;
-
setParticipant
LivekitRtc.RoomMovedResponse.Builder setParticipant(LivekitModels.ParticipantInfo value)
.livekit.ParticipantInfo participant = 3;
-
setParticipant
LivekitRtc.RoomMovedResponse.Builder setParticipant(LivekitModels.ParticipantInfo.Builder builderForValue)
.livekit.ParticipantInfo participant = 3;
-
mergeParticipant
LivekitRtc.RoomMovedResponse.Builder mergeParticipant(LivekitModels.ParticipantInfo value)
.livekit.ParticipantInfo participant = 3;
-
clearParticipant
LivekitRtc.RoomMovedResponse.Builder clearParticipant()
.livekit.ParticipantInfo participant = 3;
-
getOtherParticipantsList
List<LivekitModels.ParticipantInfo> getOtherParticipantsList()
repeated .livekit.ParticipantInfo other_participants = 4;
-
getOtherParticipantsCount
int getOtherParticipantsCount()
repeated .livekit.ParticipantInfo other_participants = 4;
-
getOtherParticipants
LivekitModels.ParticipantInfo getOtherParticipants(int index)
repeated .livekit.ParticipantInfo other_participants = 4;
-
setOtherParticipants
LivekitRtc.RoomMovedResponse.Builder setOtherParticipants(int index, LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo other_participants = 4;
-
setOtherParticipants
LivekitRtc.RoomMovedResponse.Builder setOtherParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo other_participants = 4;
-
addOtherParticipants
LivekitRtc.RoomMovedResponse.Builder addOtherParticipants(LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo other_participants = 4;
-
addOtherParticipants
LivekitRtc.RoomMovedResponse.Builder addOtherParticipants(int index, LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo other_participants = 4;
-
addOtherParticipants
LivekitRtc.RoomMovedResponse.Builder addOtherParticipants(LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo other_participants = 4;
-
addOtherParticipants
LivekitRtc.RoomMovedResponse.Builder addOtherParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo other_participants = 4;
-
addAllOtherParticipants
LivekitRtc.RoomMovedResponse.Builder addAllOtherParticipants(Iterable<out LivekitModels.ParticipantInfo> values)
repeated .livekit.ParticipantInfo other_participants = 4;
-
clearOtherParticipants
LivekitRtc.RoomMovedResponse.Builder clearOtherParticipants()
repeated .livekit.ParticipantInfo other_participants = 4;
-
removeOtherParticipants
LivekitRtc.RoomMovedResponse.Builder removeOtherParticipants(int index)
repeated .livekit.ParticipantInfo other_participants = 4;
-
-
-
-