-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRoom.SendDataRequestOrBuilder
public final class LivekitRoom.SendDataRequest.Builder extends GeneratedMessageLite.Builder<LivekitRoom.SendDataRequest, LivekitRoom.SendDataRequest.Builder> implements LivekitRoom.SendDataRequestOrBuilder
Protobuf type
{@code livekit.SendDataRequest}
-
-
Method Summary
Modifier and Type Method Description StringgetRoom()string room = 1;ByteStringgetRoomBytes()string room = 1;LivekitRoom.SendDataRequest.BuildersetRoom(String value)string room = 1;LivekitRoom.SendDataRequest.BuilderclearRoom()string room = 1;LivekitRoom.SendDataRequest.BuildersetRoomBytes(ByteString value)string room = 1;ByteStringgetData()bytes data = 2;LivekitRoom.SendDataRequest.BuildersetData(ByteString value)bytes data = 2;LivekitRoom.SendDataRequest.BuilderclearData()bytes data = 2;intgetKindValue().livekit.DataPacket.Kind kind = 3;LivekitRoom.SendDataRequest.BuildersetKindValue(int value).livekit.DataPacket.Kind kind = 3;LivekitModels.DataPacket.KindgetKind().livekit.DataPacket.Kind kind = 3;LivekitRoom.SendDataRequest.BuildersetKind(LivekitModels.DataPacket.Kind value).livekit.DataPacket.Kind kind = 3;LivekitRoom.SendDataRequest.BuilderclearKind().livekit.DataPacket.Kind kind = 3;List<String>getDestinationSidsList()mark deprecatedrepeated string destination_sids = 4 [deprecated = true];intgetDestinationSidsCount()mark deprecatedrepeated string destination_sids = 4 [deprecated = true];StringgetDestinationSids(int index)mark deprecatedrepeated string destination_sids = 4 [deprecated = true];ByteStringgetDestinationSidsBytes(int index)mark deprecatedrepeated string destination_sids = 4 [deprecated = true];LivekitRoom.SendDataRequest.BuildersetDestinationSids(int index, String value)mark deprecatedrepeated string destination_sids = 4 [deprecated = true];LivekitRoom.SendDataRequest.BuilderaddDestinationSids(String value)mark deprecatedrepeated string destination_sids = 4 [deprecated = true];LivekitRoom.SendDataRequest.BuilderaddAllDestinationSids(Iterable<String> values)mark deprecatedrepeated string destination_sids = 4 [deprecated = true];LivekitRoom.SendDataRequest.BuilderclearDestinationSids()mark deprecatedrepeated string destination_sids = 4 [deprecated = true];LivekitRoom.SendDataRequest.BuilderaddDestinationSidsBytes(ByteString value)mark deprecatedrepeated string destination_sids = 4 [deprecated = true];List<String>getDestinationIdentitiesList()when set, only forward to these identitiesrepeated string destination_identities = 6;intgetDestinationIdentitiesCount()when set, only forward to these identitiesrepeated string destination_identities = 6;StringgetDestinationIdentities(int index)when set, only forward to these identitiesrepeated string destination_identities = 6;ByteStringgetDestinationIdentitiesBytes(int index)when set, only forward to these identitiesrepeated string destination_identities = 6;LivekitRoom.SendDataRequest.BuildersetDestinationIdentities(int index, String value)when set, only forward to these identitiesrepeated string destination_identities = 6;LivekitRoom.SendDataRequest.BuilderaddDestinationIdentities(String value)when set, only forward to these identitiesrepeated string destination_identities = 6;LivekitRoom.SendDataRequest.BuilderaddAllDestinationIdentities(Iterable<String> values)when set, only forward to these identitiesrepeated string destination_identities = 6;LivekitRoom.SendDataRequest.BuilderclearDestinationIdentities()when set, only forward to these identitiesrepeated string destination_identities = 6;LivekitRoom.SendDataRequest.BuilderaddDestinationIdentitiesBytes(ByteString value)when set, only forward to these identitiesrepeated string destination_identities = 6;booleanhasTopic()optional string topic = 5;StringgetTopic()optional string topic = 5;ByteStringgetTopicBytes()optional string topic = 5;LivekitRoom.SendDataRequest.BuildersetTopic(String value)optional string topic = 5;LivekitRoom.SendDataRequest.BuilderclearTopic()optional string topic = 5;LivekitRoom.SendDataRequest.BuildersetTopicBytes(ByteString value)optional string topic = 5;ByteStringgetNonce()added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 7;LivekitRoom.SendDataRequest.BuildersetNonce(ByteString value)added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 7;LivekitRoom.SendDataRequest.BuilderclearNonce()added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 7;-
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
-
getRoomBytes
ByteString getRoomBytes()
string room = 1;
-
setRoom
LivekitRoom.SendDataRequest.Builder setRoom(String value)
string room = 1;- Parameters:
value- The room to set.
-
clearRoom
LivekitRoom.SendDataRequest.Builder clearRoom()
string room = 1;
-
setRoomBytes
LivekitRoom.SendDataRequest.Builder setRoomBytes(ByteString value)
string room = 1;- Parameters:
value- The bytes for room to set.
-
getData
ByteString getData()
bytes data = 2;
-
setData
LivekitRoom.SendDataRequest.Builder setData(ByteString value)
bytes data = 2;- Parameters:
value- The data to set.
-
clearData
LivekitRoom.SendDataRequest.Builder clearData()
bytes data = 2;
-
getKindValue
int getKindValue()
.livekit.DataPacket.Kind kind = 3;
-
setKindValue
LivekitRoom.SendDataRequest.Builder setKindValue(int value)
.livekit.DataPacket.Kind kind = 3;- Parameters:
value- The kind to set.
-
getKind
LivekitModels.DataPacket.Kind getKind()
.livekit.DataPacket.Kind kind = 3;
-
setKind
LivekitRoom.SendDataRequest.Builder setKind(LivekitModels.DataPacket.Kind value)
.livekit.DataPacket.Kind kind = 3;- Parameters:
value- The enum numeric value on the wire for kind to set.
-
clearKind
LivekitRoom.SendDataRequest.Builder clearKind()
.livekit.DataPacket.Kind kind = 3;
-
getDestinationSidsList
@Deprecated() List<String> getDestinationSidsList()
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];
-
getDestinationSidsCount
@Deprecated() int getDestinationSidsCount()
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];
-
getDestinationSids
@Deprecated() String getDestinationSids(int index)
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getDestinationSidsBytes
@Deprecated() ByteString getDestinationSidsBytes(int index)
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];- Parameters:
index- The index of the value to return.
-
setDestinationSids
@Deprecated() LivekitRoom.SendDataRequest.Builder setDestinationSids(int index, String value)
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];- Parameters:
index- The index to set the value at.value- The destinationSids to set.
-
addDestinationSids
@Deprecated() LivekitRoom.SendDataRequest.Builder addDestinationSids(String value)
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];- Parameters:
value- The destinationSids to add.
-
addAllDestinationSids
@Deprecated() LivekitRoom.SendDataRequest.Builder addAllDestinationSids(Iterable<String> values)
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];- Parameters:
values- The destinationSids to add.
-
clearDestinationSids
@Deprecated() LivekitRoom.SendDataRequest.Builder clearDestinationSids()
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];
-
addDestinationSidsBytes
@Deprecated() LivekitRoom.SendDataRequest.Builder addDestinationSidsBytes(ByteString value)
mark deprecatedrepeated string destination_sids = 4 [deprecated = true];- Parameters:
value- The bytes of the destinationSids to add.
-
getDestinationIdentitiesList
List<String> getDestinationIdentitiesList()
when set, only forward to these identitiesrepeated string destination_identities = 6;
-
getDestinationIdentitiesCount
int getDestinationIdentitiesCount()
when set, only forward to these identitiesrepeated string destination_identities = 6;
-
getDestinationIdentities
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
ByteString getDestinationIdentitiesBytes(int index)
when set, only forward to these identitiesrepeated string destination_identities = 6;- Parameters:
index- The index of the value to return.
-
setDestinationIdentities
LivekitRoom.SendDataRequest.Builder setDestinationIdentities(int index, String value)
when set, only forward to these identitiesrepeated string destination_identities = 6;- Parameters:
index- The index to set the value at.value- The destinationIdentities to set.
-
addDestinationIdentities
LivekitRoom.SendDataRequest.Builder addDestinationIdentities(String value)
when set, only forward to these identitiesrepeated string destination_identities = 6;- Parameters:
value- The destinationIdentities to add.
-
addAllDestinationIdentities
LivekitRoom.SendDataRequest.Builder addAllDestinationIdentities(Iterable<String> values)
when set, only forward to these identitiesrepeated string destination_identities = 6;- Parameters:
values- The destinationIdentities to add.
-
clearDestinationIdentities
LivekitRoom.SendDataRequest.Builder clearDestinationIdentities()
when set, only forward to these identitiesrepeated string destination_identities = 6;
-
addDestinationIdentitiesBytes
LivekitRoom.SendDataRequest.Builder addDestinationIdentitiesBytes(ByteString value)
when set, only forward to these identitiesrepeated string destination_identities = 6;- Parameters:
value- The bytes of the destinationIdentities to add.
-
hasTopic
boolean hasTopic()
optional string topic = 5;
-
getTopicBytes
ByteString getTopicBytes()
optional string topic = 5;
-
setTopic
LivekitRoom.SendDataRequest.Builder setTopic(String value)
optional string topic = 5;- Parameters:
value- The topic to set.
-
clearTopic
LivekitRoom.SendDataRequest.Builder clearTopic()
optional string topic = 5;
-
setTopicBytes
LivekitRoom.SendDataRequest.Builder setTopicBytes(ByteString value)
optional string topic = 5;- Parameters:
value- The bytes for topic to set.
-
getNonce
ByteString getNonce()
added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 7;
-
setNonce
LivekitRoom.SendDataRequest.Builder setNonce(ByteString value)
added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 7;- Parameters:
value- The nonce to set.
-
clearNonce
LivekitRoom.SendDataRequest.Builder clearNonce()
added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 7;
-
-
-
-