-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.UpdateParticipantMetadataOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMetadata()string metadata = 1;abstract ByteStringgetMetadataBytes()string metadata = 1;abstract StringgetName()string name = 2;abstract ByteStringgetNameBytes()string name = 2;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 = 3;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 = 3;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 = 3;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 = 3;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 = 3;abstract intgetRequestId()uint32 request_id = 4;-
-
Method Detail
-
getMetadata
abstract String getMetadata()
string metadata = 1;
-
getMetadataBytes
abstract ByteString getMetadataBytes()
string metadata = 1;
-
getNameBytes
abstract ByteString getNameBytes()
string name = 2;
-
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 = 3;
-
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 = 3;
-
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 = 3;
-
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 = 3;
-
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 = 3;
-
getRequestId
abstract int getRequestId()
uint32 request_id = 4;
-
-
-
-