-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.SendDataRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoom()string room = 1;abstract ByteStringgetRoomBytes()string room = 1;abstract ByteStringgetData()bytes data = 2;abstract intgetKindValue().livekit.DataPacket.Kind kind = 3;abstract LivekitModels.DataPacket.KindgetKind().livekit.DataPacket.Kind kind = 3;abstract List<String>getDestinationSidsList()mark deprecatedrepeated string destination_sids = 4 [deprecated = true];abstract intgetDestinationSidsCount()mark deprecatedrepeated string destination_sids = 4 [deprecated = true];abstract StringgetDestinationSids(int index)mark deprecatedrepeated string destination_sids = 4 [deprecated = true];abstract ByteStringgetDestinationSidsBytes(int index)mark deprecatedrepeated string destination_sids = 4 [deprecated = true];abstract List<String>getDestinationIdentitiesList()when set, only forward to these identitiesrepeated string destination_identities = 6;abstract intgetDestinationIdentitiesCount()when set, only forward to these identitiesrepeated string destination_identities = 6;abstract StringgetDestinationIdentities(int index)when set, only forward to these identitiesrepeated string destination_identities = 6;abstract ByteStringgetDestinationIdentitiesBytes(int index)when set, only forward to these identitiesrepeated string destination_identities = 6;abstract booleanhasTopic()optional string topic = 5;abstract StringgetTopic()optional string topic = 5;abstract ByteStringgetTopicBytes()optional string topic = 5;abstract ByteStringgetNonce()added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 7;-
-
Method Detail
-
getRoomBytes
abstract ByteString getRoomBytes()
string room = 1;
-
getData
abstract ByteString getData()
bytes data = 2;
-
getKindValue
abstract int getKindValue()
.livekit.DataPacket.Kind kind = 3;
-
getKind
abstract LivekitModels.DataPacket.Kind getKind()
.livekit.DataPacket.Kind kind = 3;
-
getDestinationSidsList
@Deprecated() abstract List<String> getDestinationSidsList()
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];
-
getDestinationSidsCount
@Deprecated() abstract int getDestinationSidsCount()
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];
-
getDestinationSids
@Deprecated() abstract String getDestinationSids(int index)
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getDestinationSidsBytes
@Deprecated() abstract ByteString getDestinationSidsBytes(int index)
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getDestinationIdentitiesList
abstract List<String> getDestinationIdentitiesList()
when set, only forward to these identitiesrepeated string destination_identities = 6;
-
getDestinationIdentitiesCount
abstract int getDestinationIdentitiesCount()
when set, only forward to these identitiesrepeated string destination_identities = 6;
-
getDestinationIdentities
abstract String getDestinationIdentities(int index)
when set, only forward to these identitiesrepeated string destination_identities = 6;- Parameters:
index- The index of the element to return.
-
getDestinationIdentitiesBytes
abstract ByteString getDestinationIdentitiesBytes(int index)
when set, only forward to these identitiesrepeated string destination_identities = 6;- Parameters:
index- The index of the element to return.
-
hasTopic
abstract boolean hasTopic()
optional string topic = 5;
-
getTopicBytes
abstract ByteString getTopicBytes()
optional string topic = 5;
-
getNonce
abstract ByteString getNonce()
added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 7;
-
-
-
-