UpdateRecordingMetadataReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.UpdateRecordingMetadataReq</code>
Table of Contents
Properties
- $metadata : mixed
- Generated from protobuf field <code>.plugnmeet.RecordingMetadata metadata = 2;</code>
- $record_id : mixed
- Generated from protobuf field <code>string record_id = 1 [(.buf.validate.field) = {</code>
Methods
- __construct() : mixed
- Constructor.
- clearMetadata() : mixed
- getMetadata() : RecordingMetadata|null
- Generated from protobuf field <code>.plugnmeet.RecordingMetadata metadata = 2;</code>
- getRecordId() : string
- Generated from protobuf field <code>string record_id = 1 [(.buf.validate.field) = {</code>
- hasMetadata() : mixed
- setMetadata() : $this
- Generated from protobuf field <code>.plugnmeet.RecordingMetadata metadata = 2;</code>
- setRecordId() : $this
- Generated from protobuf field <code>string record_id = 1 [(.buf.validate.field) = {</code>
Properties
$metadata
Generated from protobuf field <code>.plugnmeet.RecordingMetadata metadata = 2;</code>
protected
mixed
$metadata
= null
$record_id
Generated from protobuf field <code>string record_id = 1 [(.buf.validate.field) = {</code>
protected
mixed
$record_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 $record_id @type \Mynaparrot\PlugnmeetProto\RecordingMetadata $metadata}
clearMetadata()
public
clearMetadata() : mixed
getMetadata()
Generated from protobuf field <code>.plugnmeet.RecordingMetadata metadata = 2;</code>
public
getMetadata() : RecordingMetadata|null
Return values
RecordingMetadata|nullgetRecordId()
Generated from protobuf field <code>string record_id = 1 [(.buf.validate.field) = {</code>
public
getRecordId() : string
Return values
stringhasMetadata()
public
hasMetadata() : mixed
setMetadata()
Generated from protobuf field <code>.plugnmeet.RecordingMetadata metadata = 2;</code>
public
setMetadata(RecordingMetadata $var) : $this
Parameters
- $var : RecordingMetadata
Return values
$thissetRecordId()
Generated from protobuf field <code>string record_id = 1 [(.buf.validate.field) = {</code>
public
setRecordId(string $var) : $this
Parameters
- $var : string