-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRtc.UpdateParticipantMetadataOrBuilder
public final class LivekitRtc.UpdateParticipantMetadata extends GeneratedMessageLite<LivekitRtc.UpdateParticipantMetadata, LivekitRtc.UpdateParticipantMetadata.Builder> implements LivekitRtc.UpdateParticipantMetadataOrBuilder
Protobuf type
{@code livekit.UpdateParticipantMetadata}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRtc.UpdateParticipantMetadata.BuilderProtobuf type
{@code livekit.UpdateParticipantMetadata}
-
Field Summary
Fields Modifier and Type Field Description public final static intMETADATA_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intATTRIBUTES_FIELD_NUMBERpublic final static intREQUEST_ID_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetMetadata()string metadata = 1;ByteStringgetMetadataBytes()string metadata = 1;StringgetName()string name = 2;ByteStringgetNameBytes()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;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;intgetRequestId()uint32 request_id = 4;static LivekitRtc.UpdateParticipantMetadataparseFrom(ByteBuffer data)static LivekitRtc.UpdateParticipantMetadataparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.UpdateParticipantMetadataparseFrom(ByteString data)static LivekitRtc.UpdateParticipantMetadataparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.UpdateParticipantMetadataparseFrom(Array<byte> data)static LivekitRtc.UpdateParticipantMetadataparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.UpdateParticipantMetadataparseFrom(InputStream input)static LivekitRtc.UpdateParticipantMetadataparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.UpdateParticipantMetadataparseDelimitedFrom(InputStream input)static LivekitRtc.UpdateParticipantMetadataparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.UpdateParticipantMetadataparseFrom(CodedInputStream input)static LivekitRtc.UpdateParticipantMetadataparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.UpdateParticipantMetadata.BuildernewBuilder()static LivekitRtc.UpdateParticipantMetadata.BuildernewBuilder(LivekitRtc.UpdateParticipantMetadata prototype)static LivekitRtc.UpdateParticipantMetadatagetDefaultInstance()static Parser<LivekitRtc.UpdateParticipantMetadata>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
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;
-
getNameBytes
ByteString getNameBytes()
string name = 2;
-
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;
-
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;
-
getRequestId
int getRequestId()
uint32 request_id = 4;
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(ByteString data)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(Array<byte> data)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(InputStream input)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRtc.UpdateParticipantMetadata parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRtc.UpdateParticipantMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRtc.UpdateParticipantMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRtc.UpdateParticipantMetadata.Builder newBuilder()
-
newBuilder
static LivekitRtc.UpdateParticipantMetadata.Builder newBuilder(LivekitRtc.UpdateParticipantMetadata prototype)
-
getDefaultInstance
static LivekitRtc.UpdateParticipantMetadata getDefaultInstance()
-
parser
static Parser<LivekitRtc.UpdateParticipantMetadata> parser()
-
-
-
-