-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRtc.UpdateParticipantMetadataOrBuilder
public final class LivekitRtc.UpdateParticipantMetadata.Builder extends GeneratedMessageLite.Builder<LivekitRtc.UpdateParticipantMetadata, LivekitRtc.UpdateParticipantMetadata.Builder> implements LivekitRtc.UpdateParticipantMetadataOrBuilder
Protobuf type
{@code livekit.UpdateParticipantMetadata}
-
-
Method Summary
Modifier and Type Method Description StringgetMetadata()string metadata = 1;ByteStringgetMetadataBytes()string metadata = 1;LivekitRtc.UpdateParticipantMetadata.BuildersetMetadata(String value)string metadata = 1;LivekitRtc.UpdateParticipantMetadata.BuilderclearMetadata()string metadata = 1;LivekitRtc.UpdateParticipantMetadata.BuildersetMetadataBytes(ByteString value)string metadata = 1;StringgetName()string name = 2;ByteStringgetNameBytes()string name = 2;LivekitRtc.UpdateParticipantMetadata.BuildersetName(String value)string name = 2;LivekitRtc.UpdateParticipantMetadata.BuilderclearName()string name = 2;LivekitRtc.UpdateParticipantMetadata.BuildersetNameBytes(ByteString value)string name = 2;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;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;LivekitRtc.UpdateParticipantMetadata.BuilderclearAttributes()LivekitRtc.UpdateParticipantMetadata.BuilderremoveAttributes(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;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 stringmap<string, string> attributes = 3;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;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;LivekitRtc.UpdateParticipantMetadata.BuilderputAttributes(String key, String value)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;LivekitRtc.UpdateParticipantMetadata.BuilderputAllAttributes(Map<String, String> values)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;intgetRequestId()uint32 request_id = 4;LivekitRtc.UpdateParticipantMetadata.BuildersetRequestId(int value)uint32 request_id = 4;LivekitRtc.UpdateParticipantMetadata.BuilderclearRequestId()uint32 request_id = 4;-
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
-
-
Method Detail
-
getMetadata
String getMetadata()
string metadata = 1;
-
getMetadataBytes
ByteString getMetadataBytes()
string metadata = 1;
-
setMetadata
LivekitRtc.UpdateParticipantMetadata.Builder setMetadata(String value)
string metadata = 1;- Parameters:
value- The metadata to set.
-
clearMetadata
LivekitRtc.UpdateParticipantMetadata.Builder clearMetadata()
string metadata = 1;
-
setMetadataBytes
LivekitRtc.UpdateParticipantMetadata.Builder setMetadataBytes(ByteString value)
string metadata = 1;- Parameters:
value- The bytes for metadata to set.
-
getNameBytes
ByteString getNameBytes()
string name = 2;
-
setName
LivekitRtc.UpdateParticipantMetadata.Builder setName(String value)
string name = 2;- Parameters:
value- The name to set.
-
clearName
LivekitRtc.UpdateParticipantMetadata.Builder clearName()
string name = 2;
-
setNameBytes
LivekitRtc.UpdateParticipantMetadata.Builder setNameBytes(ByteString value)
string name = 2;- Parameters:
value- The bytes for name to set.
-
getAttributesCount
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
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;
-
clearAttributes
LivekitRtc.UpdateParticipantMetadata.Builder clearAttributes()
-
removeAttributes
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 stringmap<string, string> attributes = 3;
-
getAttributes
@Deprecated() Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
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
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
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;
-
putAttributes
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 stringmap<string, string> attributes = 3;
-
putAllAttributes
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 stringmap<string, string> attributes = 3;
-
getRequestId
int getRequestId()
uint32 request_id = 4;
-
setRequestId
LivekitRtc.UpdateParticipantMetadata.Builder setRequestId(int value)
uint32 request_id = 4;- Parameters:
value- The requestId to set.
-
clearRequestId
LivekitRtc.UpdateParticipantMetadata.Builder clearRequestId()
uint32 request_id = 4;
-
-
-
-