Documentation

ArtifactInfo extends Message
in package

A single artifact entry in the list response

Generated from protobuf message plugnmeet.ArtifactInfo

Table of Contents

Properties

$artifact_id  : mixed
Generated from protobuf field <code>string artifact_id = 1;</code>
$created  : mixed
Generated from protobuf field <code>string created = 4;</code>
$metadata  : mixed
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 2;</code>
$type  : mixed
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>

Methods

__construct()  : mixed
Constructor.
clearMetadata()  : mixed
getArtifactId()  : string
Generated from protobuf field <code>string artifact_id = 1;</code>
getCreated()  : string
Generated from protobuf field <code>string created = 4;</code>
getMetadata()  : RoomArtifactMetadata|null
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 2;</code>
getType()  : int
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>
hasMetadata()  : mixed
setArtifactId()  : $this
Generated from protobuf field <code>string artifact_id = 1;</code>
setCreated()  : $this
Generated from protobuf field <code>string created = 4;</code>
setMetadata()  : $this
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 2;</code>
setType()  : $this
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>

Properties

$artifact_id

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

protected mixed $artifact_id = ''

$created

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

protected mixed $created = ''

$metadata

Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>

protected mixed $metadata = null

$room_id

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

protected mixed $room_id = ''

$type

Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>

protected mixed $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 $artifact_id
@type string $room_id
@type int $type
@type string $created
@type \Mynaparrot\PlugnmeetProto\RoomArtifactMetadata $metadata

}

getArtifactId()

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

public getArtifactId() : string
Return values
string

getCreated()

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

public getCreated() : string
Return values
string

getRoomId()

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

public getRoomId() : string
Return values
string

getType()

Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>

public getType() : int
Return values
int

setArtifactId()

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

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

setCreated()

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

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

setRoomId()

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

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

setType()

Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>

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

        
On this page

Search results