-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRoom.MoveParticipantRequestOrBuilder
public final class LivekitRoom.MoveParticipantRequest extends GeneratedMessageLite<LivekitRoom.MoveParticipantRequest, LivekitRoom.MoveParticipantRequest.Builder> implements LivekitRoom.MoveParticipantRequestOrBuilder
Protobuf type
{@code livekit.MoveParticipantRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRoom.MoveParticipantRequest.BuilderProtobuf type
{@code livekit.MoveParticipantRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intROOM_FIELD_NUMBERpublic final static intIDENTITY_FIELD_NUMBERpublic final static intDESTINATION_ROOM_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetRoom()room to move participant fromstring room = 1;ByteStringgetRoomBytes()room to move participant fromstring room = 1;StringgetIdentity()identity of the participant to move tostring identity = 2;ByteStringgetIdentityBytes()identity of the participant to move tostring identity = 2;StringgetDestinationRoom()room to move participant tostring destination_room = 3;ByteStringgetDestinationRoomBytes()room to move participant tostring destination_room = 3;static LivekitRoom.MoveParticipantRequestparseFrom(ByteBuffer data)static LivekitRoom.MoveParticipantRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.MoveParticipantRequestparseFrom(ByteString data)static LivekitRoom.MoveParticipantRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.MoveParticipantRequestparseFrom(Array<byte> data)static LivekitRoom.MoveParticipantRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.MoveParticipantRequestparseFrom(InputStream input)static LivekitRoom.MoveParticipantRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.MoveParticipantRequestparseDelimitedFrom(InputStream input)static LivekitRoom.MoveParticipantRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.MoveParticipantRequestparseFrom(CodedInputStream input)static LivekitRoom.MoveParticipantRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.MoveParticipantRequest.BuildernewBuilder()static LivekitRoom.MoveParticipantRequest.BuildernewBuilder(LivekitRoom.MoveParticipantRequest prototype)static LivekitRoom.MoveParticipantRequestgetDefaultInstance()static Parser<LivekitRoom.MoveParticipantRequest>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()
room to move participant fromstring room = 1;
-
getIdentity
String getIdentity()
identity of the participant to move tostring identity = 2;
-
getIdentityBytes
ByteString getIdentityBytes()
identity of the participant to move tostring identity = 2;
-
getDestinationRoom
String getDestinationRoom()
room to move participant tostring destination_room = 3;
-
getDestinationRoomBytes
ByteString getDestinationRoomBytes()
room to move participant tostring destination_room = 3;
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(ByteString data)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(InputStream input)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRoom.MoveParticipantRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRoom.MoveParticipantRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRoom.MoveParticipantRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRoom.MoveParticipantRequest.Builder newBuilder()
-
newBuilder
static LivekitRoom.MoveParticipantRequest.Builder newBuilder(LivekitRoom.MoveParticipantRequest prototype)
-
getDefaultInstance
static LivekitRoom.MoveParticipantRequest getDefaultInstance()
-
parser
static Parser<LivekitRoom.MoveParticipantRequest> parser()
-
-
-
-