Package 

Interface LivekitRtc.UpdateParticipantMetadataOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getMetadata() string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      abstract ByteString getMetadataBytes() string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      abstract String getName() string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      abstract ByteString getNameBytes() string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      abstract int getAttributesCount()
      attributes to update. it only updates attributes that have been set
      to delete attributes, set the value to an empty string
      
      map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      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 string
      
      map<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 string
      
      map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      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 string
      
      map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      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 string
      
      map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      abstract int getRequestId() uint32 request_id = 4 [(.logger.name) = "requestID"];
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 string
        
        map<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 string
        
        map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      • 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 string
        
        map<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 string
        
        map<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 string
        
        map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      • getRequestId

         abstract int getRequestId()

        uint32 request_id = 4 [(.logger.name) = "requestID"];