RecordingMetadata
extends Message
in package
Generated from protobuf message <code>plugnmeet.RecordingMetadata</code>
Table of Contents
Properties
- $description : mixed
- Generated from protobuf field <code>optional string description = 2;</code>
- $title : mixed
- Generated from protobuf field <code>optional string title = 1;</code>
- $extra_data : mixed
- Generated from protobuf field <code>map<string, string> extra_data = 4;</code>
- $subtitles : mixed
- e.g. map<language, RecordingSubtitle>
Methods
- __construct() : mixed
- Constructor.
- clearDescription() : mixed
- clearTitle() : mixed
- getDescription() : string
- Generated from protobuf field <code>optional string description = 2;</code>
- getExtraData() : MapField
- Generated from protobuf field <code>map<string, string> extra_data = 4;</code>
- getSubtitles() : MapField
- e.g. map<language, RecordingSubtitle>
- getTitle() : string
- Generated from protobuf field <code>optional string title = 1;</code>
- hasDescription() : mixed
- hasTitle() : mixed
- setDescription() : $this
- Generated from protobuf field <code>optional string description = 2;</code>
- setExtraData() : $this
- Generated from protobuf field <code>map<string, string> extra_data = 4;</code>
- setSubtitles() : $this
- e.g. map<language, RecordingSubtitle>
- setTitle() : $this
- Generated from protobuf field <code>optional string title = 1;</code>
Properties
$description
Generated from protobuf field <code>optional string description = 2;</code>
protected
mixed
$description
= null
$title
Generated from protobuf field <code>optional string title = 1;</code>
protected
mixed
$title
= null
$extra_data
Generated from protobuf field <code>map<string, string> extra_data = 4;</code>
private
mixed
$extra_data
$subtitles
e.g. map<language, RecordingSubtitle>
private
mixed
$subtitles
Generated from protobuf field map<string, .plugnmeet.RecordingSubtitle> subtitles = 3;
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 $title @type string $description @type array|\Google\Protobuf\Internal\MapField $subtitles e.g. map<language, RecordingSubtitle> @type array|\Google\Protobuf\Internal\MapField $extra_data}
clearDescription()
public
clearDescription() : mixed
clearTitle()
public
clearTitle() : mixed
getDescription()
Generated from protobuf field <code>optional string description = 2;</code>
public
getDescription() : string
Return values
stringgetExtraData()
Generated from protobuf field <code>map<string, string> extra_data = 4;</code>
public
getExtraData() : MapField
Return values
MapFieldgetSubtitles()
e.g. map<language, RecordingSubtitle>
public
getSubtitles() : MapField
Generated from protobuf field map<string, .plugnmeet.RecordingSubtitle> subtitles = 3;
Return values
MapFieldgetTitle()
Generated from protobuf field <code>optional string title = 1;</code>
public
getTitle() : string
Return values
stringhasDescription()
public
hasDescription() : mixed
hasTitle()
public
hasTitle() : mixed
setDescription()
Generated from protobuf field <code>optional string description = 2;</code>
public
setDescription(string $var) : $this
Parameters
- $var : string
Return values
$thissetExtraData()
Generated from protobuf field <code>map<string, string> extra_data = 4;</code>
public
setExtraData(array<string|int, mixed>|MapField $var) : $this
Parameters
- $var : array<string|int, mixed>|MapField
Return values
$thissetSubtitles()
e.g. map<language, RecordingSubtitle>
public
setSubtitles(array<string|int, mixed>|MapField $var) : $this
Generated from protobuf field map<string, .plugnmeet.RecordingSubtitle> subtitles = 3;
Parameters
- $var : array<string|int, mixed>|MapField
Return values
$thissetTitle()
Generated from protobuf field <code>optional string title = 1;</code>
public
setTitle(string $var) : $this
Parameters
- $var : string