Documentation

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
int

getResumableFilename()

Generated from protobuf field <code>string resumable_filename = 5;</code>

public getResumableFilename() : string
Return values
string

getResumableIdentifier()

Generated from protobuf field <code>string resumable_identifier = 4;</code>

public getResumableIdentifier() : string
Return values
string

getResumableTotalChunks()

Generated from protobuf field <code>int32 resumable_total_chunks = 6;</code>

public getResumableTotalChunks() : int
Return values
int

getRoomId()

Generated from protobuf field <code>string room_id = 2;</code>

public getRoomId() : string
Return values
string

getRoomSid()

Generated from protobuf field <code>string room_sid = 1;</code>

public getRoomSid() : string
Return values
string

setFileType()

Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 3;</code>

public setFileType(int $var) : $this
Parameters
$var : int
Return values
$this

setResumableFilename()

Generated from protobuf field <code>string resumable_filename = 5;</code>

public setResumableFilename(string $var) : $this
Parameters
$var : string
Return values
$this

setResumableIdentifier()

Generated from protobuf field <code>string resumable_identifier = 4;</code>

public setResumableIdentifier(string $var) : $this
Parameters
$var : string
Return values
$this

setResumableTotalChunks()

Generated from protobuf field <code>int32 resumable_total_chunks = 6;</code>

public setResumableTotalChunks(int $var) : $this
Parameters
$var : int
Return values
$this

setRoomId()

Generated from protobuf field <code>string room_id = 2;</code>

public setRoomId(string $var) : $this
Parameters
$var : string
Return values
$this

setRoomSid()

Generated from protobuf field <code>string room_sid = 1;</code>

public setRoomSid(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results