-
- 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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];abstract ByteStringgetMetadataBytes()string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];abstract StringgetName()string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];abstract ByteStringgetNameBytes()string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];abstract intgetRequestId()uint32 request_id = 4 [(.logger.name) = "requestID"];-
-
Method Detail
-
getMetadata
abstract String getMetadata()
string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
getMetadataBytes
abstract ByteString getMetadataBytes()
string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
getName
abstract String getName()
string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
getNameBytes
abstract ByteString getNameBytes()
string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
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 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
-
getRequestId
abstract int getRequestId()
uint32 request_id = 4 [(.logger.name) = "requestID"];
-
-
-
-