UploadedFileMergeReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.UploadedFileMergeReq</code>
Table of Contents
Properties
- $file_type : mixed
- Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 3;</code>
- $resumable_filename : mixed
- Generated from protobuf field <code>string resumable_filename = 5;</code>
- $resumable_identifier : mixed
- Generated from protobuf field <code>string resumable_identifier = 4;</code>
- $resumable_total_chunks : mixed
- Generated from protobuf field <code>int32 resumable_total_chunks = 6;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
- $room_sid : mixed
- Generated from protobuf field <code>string room_sid = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getFileType() : int
- Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 3;</code>
- getResumableFilename() : string
- Generated from protobuf field <code>string resumable_filename = 5;</code>
- getResumableIdentifier() : string
- Generated from protobuf field <code>string resumable_identifier = 4;</code>
- getResumableTotalChunks() : int
- Generated from protobuf field <code>int32 resumable_total_chunks = 6;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- getRoomSid() : string
- Generated from protobuf field <code>string room_sid = 1;</code>
- setFileType() : $this
- Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 3;</code>
- setResumableFilename() : $this
- Generated from protobuf field <code>string resumable_filename = 5;</code>
- setResumableIdentifier() : $this
- Generated from protobuf field <code>string resumable_identifier = 4;</code>
- setResumableTotalChunks() : $this
- Generated from protobuf field <code>int32 resumable_total_chunks = 6;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
- setRoomSid() : $this
- Generated from protobuf field <code>string room_sid = 1;</code>
Properties
$file_type
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 3;</code>
protected
mixed
$file_type
= 0
$resumable_filename
Generated from protobuf field <code>string resumable_filename = 5;</code>
protected
mixed
$resumable_filename
= ''
$resumable_identifier
Generated from protobuf field <code>string resumable_identifier = 4;</code>
protected
mixed
$resumable_identifier
= ''
$resumable_total_chunks
Generated from protobuf field <code>int32 resumable_total_chunks = 6;</code>
protected
mixed
$resumable_total_chunks
= 0
$room_id
Generated from protobuf field <code>string room_id = 2;</code>
protected
mixed
$room_id
= ''
$room_sid
Generated from protobuf field <code>string room_sid = 1;</code>
protected
mixed
$room_sid
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $room_sid @type string $room_id @type int $file_type @type string $resumable_identifier @type string $resumable_filename @type int $resumable_total_chunks}
getFileType()
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 3;</code>
public
getFileType() : int
Return values
intgetResumableFilename()
Generated from protobuf field <code>string resumable_filename = 5;</code>
public
getResumableFilename() : string
Return values
stringgetResumableIdentifier()
Generated from protobuf field <code>string resumable_identifier = 4;</code>
public
getResumableIdentifier() : string
Return values
stringgetResumableTotalChunks()
Generated from protobuf field <code>int32 resumable_total_chunks = 6;</code>
public
getResumableTotalChunks() : int
Return values
intgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringgetRoomSid()
Generated from protobuf field <code>string room_sid = 1;</code>
public
getRoomSid() : string
Return values
stringsetFileType()
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 3;</code>
public
setFileType(int $var) : $this
Parameters
- $var : int
Return values
$thissetResumableFilename()
Generated from protobuf field <code>string resumable_filename = 5;</code>
public
setResumableFilename(string $var) : $this
Parameters
- $var : string
Return values
$thissetResumableIdentifier()
Generated from protobuf field <code>string resumable_identifier = 4;</code>
public
setResumableIdentifier(string $var) : $this
Parameters
- $var : string
Return values
$thissetResumableTotalChunks()
Generated from protobuf field <code>int32 resumable_total_chunks = 6;</code>
public
setResumableTotalChunks(int $var) : $this
Parameters
- $var : int
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomSid()
Generated from protobuf field <code>string room_sid = 1;</code>
public
setRoomSid(string $var) : $this
Parameters
- $var : string