-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRoom.UpdateParticipantRequestOrBuilder
public final class LivekitRoom.UpdateParticipantRequest extends GeneratedMessageLite<LivekitRoom.UpdateParticipantRequest, LivekitRoom.UpdateParticipantRequest.Builder> implements LivekitRoom.UpdateParticipantRequestOrBuilder
Protobuf type
{@code livekit.UpdateParticipantRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRoom.UpdateParticipantRequest.BuilderProtobuf type
{@code livekit.UpdateParticipantRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intROOM_FIELD_NUMBERpublic final static intIDENTITY_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBERpublic final static intPERMISSION_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intATTRIBUTES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetRoom()string room = 1;ByteStringgetRoomBytes()string room = 1;StringgetIdentity()string identity = 2;ByteStringgetIdentityBytes()string identity = 2;StringgetMetadata()metadata to update. skipping updates if left emptystring metadata = 3;ByteStringgetMetadataBytes()metadata to update. skipping updates if left emptystring metadata = 3;booleanhasPermission()set to update the participant's permissions.livekit.ParticipantPermission permission = 4;LivekitModels.ParticipantPermissiongetPermission()set to update the participant's permissions.livekit.ParticipantPermission permission = 4;StringgetName()display name to updatestring name = 5;ByteStringgetNameBytes()display name to updatestring name = 5;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 = 6;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 = 6;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 = 6;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 = 6;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 = 6;static LivekitRoom.UpdateParticipantRequestparseFrom(ByteBuffer data)static LivekitRoom.UpdateParticipantRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.UpdateParticipantRequestparseFrom(ByteString data)static LivekitRoom.UpdateParticipantRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.UpdateParticipantRequestparseFrom(Array<byte> data)static LivekitRoom.UpdateParticipantRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.UpdateParticipantRequestparseFrom(InputStream input)static LivekitRoom.UpdateParticipantRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.UpdateParticipantRequestparseDelimitedFrom(InputStream input)static LivekitRoom.UpdateParticipantRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.UpdateParticipantRequestparseFrom(CodedInputStream input)static LivekitRoom.UpdateParticipantRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.UpdateParticipantRequest.BuildernewBuilder()static LivekitRoom.UpdateParticipantRequest.BuildernewBuilder(LivekitRoom.UpdateParticipantRequest prototype)static LivekitRoom.UpdateParticipantRequestgetDefaultInstance()static Parser<LivekitRoom.UpdateParticipantRequest>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
-
getRoomBytes
ByteString getRoomBytes()
string room = 1;
-
getIdentity
String getIdentity()
string identity = 2;
-
getIdentityBytes
ByteString getIdentityBytes()
string identity = 2;
-
getMetadata
String getMetadata()
metadata to update. skipping updates if left emptystring metadata = 3;
-
getMetadataBytes
ByteString getMetadataBytes()
metadata to update. skipping updates if left emptystring metadata = 3;
-
hasPermission
boolean hasPermission()
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
getPermission
LivekitModels.ParticipantPermission getPermission()
set to update the participant's permissions.livekit.ParticipantPermission permission = 4;
-
getNameBytes
ByteString getNameBytes()
display name to updatestring name = 5;
-
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 = 6;
-
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 = 6;
-
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 = 6;
-
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 = 6;
-
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 = 6;
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(ByteString data)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(InputStream input)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRoom.UpdateParticipantRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRoom.UpdateParticipantRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRoom.UpdateParticipantRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRoom.UpdateParticipantRequest.Builder newBuilder()
-
newBuilder
static LivekitRoom.UpdateParticipantRequest.Builder newBuilder(LivekitRoom.UpdateParticipantRequest prototype)
-
getDefaultInstance
static LivekitRoom.UpdateParticipantRequest getDefaultInstance()
-
parser
static Parser<LivekitRoom.UpdateParticipantRequest> parser()
-
-
-
-