Documentation

UploadBase64EncodedDataReq extends Message
in package

Generated from protobuf message <code>plugnmeet.UploadBase64EncodedDataReq</code>

Table of Contents

Properties

$data  : mixed
Generated from protobuf field <code>string data = 3;</code>
$file_name  : mixed
Generated from protobuf field <code>string file_name = 4;</code>
$file_type  : mixed
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 5;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 1;</code>

Methods

__construct()  : mixed
Constructor.
getData()  : string
Generated from protobuf field <code>string data = 3;</code>
getFileName()  : string
Generated from protobuf field <code>string file_name = 4;</code>
getFileType()  : int
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 5;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 1;</code>
setData()  : $this
Generated from protobuf field <code>string data = 3;</code>
setFileName()  : $this
Generated from protobuf field <code>string file_name = 4;</code>
setFileType()  : $this
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 5;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 1;</code>

Properties

$file_type

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

protected mixed $file_type = 0

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_id
@type string $data
@type string $file_name
@type int $file_type

}

getData()

Generated from protobuf field <code>string data = 3;</code>

public getData() : string
Return values
string

getFileName()

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

public getFileName() : string
Return values
string

getFileType()

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

public getFileType() : int
Return values
int

getRoomId()

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

public getRoomId() : string
Return values
string

setData()

Generated from protobuf field <code>string data = 3;</code>

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

setFileName()

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

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

setFileType()

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

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

setRoomId()

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

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

        
On this page

Search results