Package 

Class LivekitRtc.UpdateParticipantMetadata.Builder

    • Method Summary

      Modifier and Type Method Description
      String getMetadata() string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      ByteString getMetadataBytes() string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      LivekitRtc.UpdateParticipantMetadata.Builder setMetadata(String value) string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      LivekitRtc.UpdateParticipantMetadata.Builder clearMetadata() string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      LivekitRtc.UpdateParticipantMetadata.Builder setMetadataBytes(ByteString value) string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      String getName() string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      ByteString getNameBytes() string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      LivekitRtc.UpdateParticipantMetadata.Builder setName(String value) string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      LivekitRtc.UpdateParticipantMetadata.Builder clearName() string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      LivekitRtc.UpdateParticipantMetadata.Builder setNameBytes(ByteString value) string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      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)>"];
      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)>"];
      LivekitRtc.UpdateParticipantMetadata.Builder clearAttributes()
      LivekitRtc.UpdateParticipantMetadata.Builder removeAttributes(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)>"];
      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 string
      
      map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      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)>"];
      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)>"];
      LivekitRtc.UpdateParticipantMetadata.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 string
      
      map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      LivekitRtc.UpdateParticipantMetadata.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 string
      
      map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
      int getRequestId() uint32 request_id = 4 [(.logger.name) = "requestID"];
      LivekitRtc.UpdateParticipantMetadata.Builder setRequestId(int value) uint32 request_id = 4 [(.logger.name) = "requestID"];
      LivekitRtc.UpdateParticipantMetadata.Builder clearRequestId() uint32 request_id = 4 [(.logger.name) = "requestID"];
      • 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.LivekitRtc.UpdateParticipantMetadataOrBuilder

        containsAttributes, getAttributesOrDefault, getAttributesOrThrow
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait