RoomUploadedFileMetadata
extends Message
in package
Generated from protobuf message <code>plugnmeet.RoomUploadedFileMetadata</code>
Table of Contents
Properties
- $file_id : mixed
- Generated from protobuf field <code>string file_id = 1;</code>
- $file_name : mixed
- Generated from protobuf field <code>string file_name = 2;</code>
- $file_path : mixed
- Generated from protobuf field <code>string file_path = 3;</code>
- $file_type : mixed
- Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 7;</code>
- $mime_type : mixed
- Generated from protobuf field <code>string mime_type = 4;</code>
- $total_pages : mixed
- Generated from protobuf field <code>optional int32 total_pages = 8;</code>
- $uploaded_by_name : mixed
- Generated from protobuf field <code>string uploaded_by_name = 6;</code>
- $uploaded_by_user_id : mixed
- Generated from protobuf field <code>string uploaded_by_user_id = 5;</code>
Methods
- __construct() : mixed
- Constructor.
- clearTotalPages() : mixed
- getFileId() : string
- Generated from protobuf field <code>string file_id = 1;</code>
- getFileName() : string
- Generated from protobuf field <code>string file_name = 2;</code>
- getFilePath() : string
- Generated from protobuf field <code>string file_path = 3;</code>
- getFileType() : int
- Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 7;</code>
- getMimeType() : string
- Generated from protobuf field <code>string mime_type = 4;</code>
- getTotalPages() : int
- Generated from protobuf field <code>optional int32 total_pages = 8;</code>
- getUploadedByName() : string
- Generated from protobuf field <code>string uploaded_by_name = 6;</code>
- getUploadedByUserId() : string
- Generated from protobuf field <code>string uploaded_by_user_id = 5;</code>
- hasTotalPages() : mixed
- setFileId() : $this
- Generated from protobuf field <code>string file_id = 1;</code>
- setFileName() : $this
- Generated from protobuf field <code>string file_name = 2;</code>
- setFilePath() : $this
- Generated from protobuf field <code>string file_path = 3;</code>
- setFileType() : $this
- Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 7;</code>
- setMimeType() : $this
- Generated from protobuf field <code>string mime_type = 4;</code>
- setTotalPages() : $this
- Generated from protobuf field <code>optional int32 total_pages = 8;</code>
- setUploadedByName() : $this
- Generated from protobuf field <code>string uploaded_by_name = 6;</code>
- setUploadedByUserId() : $this
- Generated from protobuf field <code>string uploaded_by_user_id = 5;</code>
Properties
$file_id
Generated from protobuf field <code>string file_id = 1;</code>
protected
mixed
$file_id
= ''
$file_name
Generated from protobuf field <code>string file_name = 2;</code>
protected
mixed
$file_name
= ''
$file_path
Generated from protobuf field <code>string file_path = 3;</code>
protected
mixed
$file_path
= ''
$file_type
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 7;</code>
protected
mixed
$file_type
= 0
$mime_type
Generated from protobuf field <code>string mime_type = 4;</code>
protected
mixed
$mime_type
= ''
$total_pages
Generated from protobuf field <code>optional int32 total_pages = 8;</code>
protected
mixed
$total_pages
= null
$uploaded_by_name
Generated from protobuf field <code>string uploaded_by_name = 6;</code>
protected
mixed
$uploaded_by_name
= ''
$uploaded_by_user_id
Generated from protobuf field <code>string uploaded_by_user_id = 5;</code>
protected
mixed
$uploaded_by_user_id
= ''
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 $file_id @type string $file_name @type string $file_path @type string $mime_type @type string $uploaded_by_user_id @type string $uploaded_by_name @type int $file_type @type int $total_pages}
clearTotalPages()
public
clearTotalPages() : mixed
getFileId()
Generated from protobuf field <code>string file_id = 1;</code>
public
getFileId() : string
Return values
stringgetFileName()
Generated from protobuf field <code>string file_name = 2;</code>
public
getFileName() : string
Return values
stringgetFilePath()
Generated from protobuf field <code>string file_path = 3;</code>
public
getFilePath() : string
Return values
stringgetFileType()
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 7;</code>
public
getFileType() : int
Return values
intgetMimeType()
Generated from protobuf field <code>string mime_type = 4;</code>
public
getMimeType() : string
Return values
stringgetTotalPages()
Generated from protobuf field <code>optional int32 total_pages = 8;</code>
public
getTotalPages() : int
Return values
intgetUploadedByName()
Generated from protobuf field <code>string uploaded_by_name = 6;</code>
public
getUploadedByName() : string
Return values
stringgetUploadedByUserId()
Generated from protobuf field <code>string uploaded_by_user_id = 5;</code>
public
getUploadedByUserId() : string
Return values
stringhasTotalPages()
public
hasTotalPages() : mixed
setFileId()
Generated from protobuf field <code>string file_id = 1;</code>
public
setFileId(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileName()
Generated from protobuf field <code>string file_name = 2;</code>
public
setFileName(string $var) : $this
Parameters
- $var : string
Return values
$thissetFilePath()
Generated from protobuf field <code>string file_path = 3;</code>
public
setFilePath(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileType()
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 7;</code>
public
setFileType(int $var) : $this
Parameters
- $var : int
Return values
$thissetMimeType()
Generated from protobuf field <code>string mime_type = 4;</code>
public
setMimeType(string $var) : $this
Parameters
- $var : string
Return values
$thissetTotalPages()
Generated from protobuf field <code>optional int32 total_pages = 8;</code>
public
setTotalPages(int $var) : $this
Parameters
- $var : int
Return values
$thissetUploadedByName()
Generated from protobuf field <code>string uploaded_by_name = 6;</code>
public
setUploadedByName(string $var) : $this
Parameters
- $var : string
Return values
$thissetUploadedByUserId()
Generated from protobuf field <code>string uploaded_by_user_id = 5;</code>
public
setUploadedByUserId(string $var) : $this
Parameters
- $var : string