-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.UpdateParticipantRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoom()string room = 1;abstract ByteStringgetRoomBytes()string room = 1;abstract StringgetIdentity()string identity = 2;abstract ByteStringgetIdentityBytes()string identity = 2;abstract StringgetMetadata()metadata to update. skipping updates if left emptystring metadata = 3;abstract ByteStringgetMetadataBytes()metadata to update. skipping updates if left emptystring metadata = 3;abstract booleanhasPermission()set to update the participant's permissions.livekit.ParticipantPermission permission = 4;abstract LivekitModels.ParticipantPermissiongetPermission()set to update the participant's permissions.livekit.ParticipantPermission permission = 4;abstract StringgetName()display name to updatestring name = 5;abstract ByteStringgetNameBytes()display name to updatestring name = 5;abstract 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;abstract 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;abstract Map<String, String>getAttributes()Use getAttributesMap instead. abstract 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;abstract 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;abstract 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;-
-
Method Detail
-
getRoomBytes
abstract ByteString getRoomBytes()
string room = 1;
-
getIdentity
abstract String getIdentity()
string identity = 2;
-
getIdentityBytes
abstract ByteString getIdentityBytes()
string identity = 2;
-
getMetadata
abstract String getMetadata()
metadata to update. skipping updates if left emptystring metadata = 3;
-
getMetadataBytes
abstract ByteString getMetadataBytes()
metadata to update. skipping updates if left emptystring metadata = 3;
-
hasPermission
abstract boolean hasPermission()
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
getPermission
abstract LivekitModels.ParticipantPermission getPermission()
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
getNameBytes
abstract ByteString getNameBytes()
display name to updatestring name = 5;
-
getAttributesCount
abstract 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
abstract 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;
-
getAttributes
@Deprecated() abstract Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
abstract 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
abstract 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
abstract 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;
-
-
-
-