Documentation

UploadBase64EncodedDataRes extends Message
in package

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

Table of Contents

Properties

$file_extension  : mixed
Generated from protobuf field <code>string file_extension = 5;</code>
$file_mime_type  : mixed
Generated from protobuf field <code>string file_mime_type = 6;</code>
$file_name  : mixed
Generated from protobuf field <code>string file_name = 4;</code>
$file_path  : mixed
Generated from protobuf field <code>string file_path = 3;</code>
$msg  : mixed
Generated from protobuf field <code>string msg = 2;</code>
$status  : mixed
Generated from protobuf field <code>bool status = 1;</code>

Methods

__construct()  : mixed
Constructor.
getFileExtension()  : string
Generated from protobuf field <code>string file_extension = 5;</code>
getFileMimeType()  : string
Generated from protobuf field <code>string file_mime_type = 6;</code>
getFileName()  : string
Generated from protobuf field <code>string file_name = 4;</code>
getFilePath()  : string
Generated from protobuf field <code>string file_path = 3;</code>
getMsg()  : string
Generated from protobuf field <code>string msg = 2;</code>
getStatus()  : bool
Generated from protobuf field <code>bool status = 1;</code>
setFileExtension()  : $this
Generated from protobuf field <code>string file_extension = 5;</code>
setFileMimeType()  : $this
Generated from protobuf field <code>string file_mime_type = 6;</code>
setFileName()  : $this
Generated from protobuf field <code>string file_name = 4;</code>
setFilePath()  : $this
Generated from protobuf field <code>string file_path = 3;</code>
setMsg()  : $this
Generated from protobuf field <code>string msg = 2;</code>
setStatus()  : $this
Generated from protobuf field <code>bool status = 1;</code>

Properties

$file_extension

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

protected mixed $file_extension = ''

$file_mime_type

Generated from protobuf field <code>string file_mime_type = 6;</code>

protected mixed $file_mime_type = ''

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 bool $status
@type string $msg
@type string $file_path
@type string $file_name
@type string $file_extension
@type string $file_mime_type

}

getFileExtension()

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

public getFileExtension() : string
Return values
string

getFileMimeType()

Generated from protobuf field <code>string file_mime_type = 6;</code>

public getFileMimeType() : string
Return values
string

getFileName()

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

public getFileName() : string
Return values
string

getFilePath()

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

public getFilePath() : string
Return values
string

getMsg()

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

public getMsg() : string
Return values
string

getStatus()

Generated from protobuf field <code>bool status = 1;</code>

public getStatus() : bool
Return values
bool

setFileExtension()

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

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

setFileMimeType()

Generated from protobuf field <code>string file_mime_type = 6;</code>

public setFileMimeType(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

setFilePath()

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

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

setMsg()

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

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

setStatus()

Generated from protobuf field <code>bool status = 1;</code>

public setStatus(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results