-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRoom.UpdateParticipantRequestOrBuilder
public final class LivekitRoom.UpdateParticipantRequest.Builder extends GeneratedMessageLite.Builder<LivekitRoom.UpdateParticipantRequest, LivekitRoom.UpdateParticipantRequest.Builder> implements LivekitRoom.UpdateParticipantRequestOrBuilder
Protobuf type
{@code livekit.UpdateParticipantRequest}
-
-
Method Summary
Modifier and Type Method Description StringgetRoom()string room = 1;ByteStringgetRoomBytes()string room = 1;LivekitRoom.UpdateParticipantRequest.BuildersetRoom(String value)string room = 1;LivekitRoom.UpdateParticipantRequest.BuilderclearRoom()string room = 1;LivekitRoom.UpdateParticipantRequest.BuildersetRoomBytes(ByteString value)string room = 1;StringgetIdentity()string identity = 2;ByteStringgetIdentityBytes()string identity = 2;LivekitRoom.UpdateParticipantRequest.BuildersetIdentity(String value)string identity = 2;LivekitRoom.UpdateParticipantRequest.BuilderclearIdentity()string identity = 2;LivekitRoom.UpdateParticipantRequest.BuildersetIdentityBytes(ByteString value)string identity = 2;StringgetMetadata()metadata to update. skipping updates if left emptystring metadata = 3;ByteStringgetMetadataBytes()metadata to update. skipping updates if left emptystring metadata = 3;LivekitRoom.UpdateParticipantRequest.BuildersetMetadata(String value)metadata to update. skipping updates if left emptystring metadata = 3;LivekitRoom.UpdateParticipantRequest.BuilderclearMetadata()metadata to update. skipping updates if left emptystring metadata = 3;LivekitRoom.UpdateParticipantRequest.BuildersetMetadataBytes(ByteString value)metadata to update. skipping updates if left emptystring metadata = 3;booleanhasPermission()set to update the participant's permissions.livekit.ParticipantPermission permission = 4;LivekitModels.ParticipantPermissiongetPermission()set to update the participant's permissions.livekit.ParticipantPermission permission = 4;LivekitRoom.UpdateParticipantRequest.BuildersetPermission(LivekitModels.ParticipantPermission value)set to update the participant's permissions.livekit.ParticipantPermission permission = 4;LivekitRoom.UpdateParticipantRequest.BuildersetPermission(LivekitModels.ParticipantPermission.Builder builderForValue)set to update the participant's permissions.livekit.ParticipantPermission permission = 4;LivekitRoom.UpdateParticipantRequest.BuildermergePermission(LivekitModels.ParticipantPermission value)set to update the participant's permissions.livekit.ParticipantPermission permission = 4;LivekitRoom.UpdateParticipantRequest.BuilderclearPermission()set to update the participant's permissions.livekit.ParticipantPermission permission = 4;StringgetName()display name to updatestring name = 5;ByteStringgetNameBytes()display name to updatestring name = 5;LivekitRoom.UpdateParticipantRequest.BuildersetName(String value)display name to updatestring name = 5;LivekitRoom.UpdateParticipantRequest.BuilderclearName()display name to updatestring name = 5;LivekitRoom.UpdateParticipantRequest.BuildersetNameBytes(ByteString value)display name to updatestring name = 5;intgetAttributesCount()attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;booleancontainsAttributes(String key)attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;LivekitRoom.UpdateParticipantRequest.BuilderclearAttributes()LivekitRoom.UpdateParticipantRequest.BuilderremoveAttributes(String key)attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;Map<String, String>getAttributes()Use getAttributesMap instead. Map<String, String>getAttributesMap()attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;StringgetAttributesOrDefault(String key, String defaultValue)attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;StringgetAttributesOrThrow(String key)attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;LivekitRoom.UpdateParticipantRequest.BuilderputAttributes(String key, String value)attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;LivekitRoom.UpdateParticipantRequest.BuilderputAllAttributes(Map<String, String> values)attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;-
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 livekit.LivekitRoom.UpdateParticipantRequestOrBuilder
containsAttributes, getAttributesOrDefault, getAttributesOrThrow -
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.UpdateParticipantRequest.Builder setRoom(String value)
string room = 1;- Parameters:
value- The room to set.
-
clearRoom
LivekitRoom.UpdateParticipantRequest.Builder clearRoom()
string room = 1;
-
setRoomBytes
LivekitRoom.UpdateParticipantRequest.Builder setRoomBytes(ByteString value)
string room = 1;- Parameters:
value- The bytes for room to set.
-
getIdentity
String getIdentity()
string identity = 2;
-
getIdentityBytes
ByteString getIdentityBytes()
string identity = 2;
-
setIdentity
LivekitRoom.UpdateParticipantRequest.Builder setIdentity(String value)
string identity = 2;- Parameters:
value- The identity to set.
-
clearIdentity
LivekitRoom.UpdateParticipantRequest.Builder clearIdentity()
string identity = 2;
-
setIdentityBytes
LivekitRoom.UpdateParticipantRequest.Builder setIdentityBytes(ByteString value)
string identity = 2;- Parameters:
value- The bytes for identity to set.
-
getMetadata
String getMetadata()
metadata to update. skipping updates if left emptystring metadata = 3;
-
getMetadataBytes
ByteString getMetadataBytes()
metadata to update. skipping updates if left emptystring metadata = 3;
-
setMetadata
LivekitRoom.UpdateParticipantRequest.Builder setMetadata(String value)
metadata to update. skipping updates if left emptystring metadata = 3;- Parameters:
value- The metadata to set.
-
clearMetadata
LivekitRoom.UpdateParticipantRequest.Builder clearMetadata()
metadata to update. skipping updates if left emptystring metadata = 3;
-
setMetadataBytes
LivekitRoom.UpdateParticipantRequest.Builder setMetadataBytes(ByteString value)
metadata to update. skipping updates if left emptystring metadata = 3;- Parameters:
value- The bytes for metadata to set.
-
hasPermission
boolean hasPermission()
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
getPermission
LivekitModels.ParticipantPermission getPermission()
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
setPermission
LivekitRoom.UpdateParticipantRequest.Builder setPermission(LivekitModels.ParticipantPermission value)
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
setPermission
LivekitRoom.UpdateParticipantRequest.Builder setPermission(LivekitModels.ParticipantPermission.Builder builderForValue)
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
mergePermission
LivekitRoom.UpdateParticipantRequest.Builder mergePermission(LivekitModels.ParticipantPermission value)
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
clearPermission
LivekitRoom.UpdateParticipantRequest.Builder clearPermission()
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
getNameBytes
ByteString getNameBytes()
display name to updatestring name = 5;
-
setName
LivekitRoom.UpdateParticipantRequest.Builder setName(String value)
display name to updatestring name = 5;- Parameters:
value- The name to set.
-
clearName
LivekitRoom.UpdateParticipantRequest.Builder clearName()
display name to updatestring name = 5;
-
setNameBytes
LivekitRoom.UpdateParticipantRequest.Builder setNameBytes(ByteString value)
display name to updatestring name = 5;- Parameters:
value- The bytes for name to set.
-
getAttributesCount
int getAttributesCount()
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;
-
containsAttributes
boolean containsAttributes(String key)
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;
-
clearAttributes
LivekitRoom.UpdateParticipantRequest.Builder clearAttributes()
-
removeAttributes
LivekitRoom.UpdateParticipantRequest.Builder removeAttributes(String key)
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;
-
getAttributes
@Deprecated() Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
Map<String, String> getAttributesMap()
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;
-
getAttributesOrDefault
String getAttributesOrDefault(String key, String defaultValue)
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;
-
getAttributesOrThrow
String getAttributesOrThrow(String key)
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;
-
putAttributes
LivekitRoom.UpdateParticipantRequest.Builder putAttributes(String key, String value)
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;
-
putAllAttributes
LivekitRoom.UpdateParticipantRequest.Builder putAllAttributes(Map<String, String> values)
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty stringmap<string, string> attributes = 6;
-
-
-
-