FetchArtifactsReq
extends Message
in package
Request to fetch a list of artifacts
Generated from protobuf message plugnmeet.FetchArtifactsReq
Table of Contents
Properties
- $from : mixed
- Generated from protobuf field <code>uint64 from = 4;</code>
- $limit : mixed
- Generated from protobuf field <code>uint64 limit = 5;</code>
- $order_by : mixed
- Generated from protobuf field <code>string order_by = 6;</code>
- $room_sid : mixed
- To get information about a particular session
- $type : mixed
- Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 3;</code>
- $room_ids : mixed
- Generated from protobuf field <code>repeated string room_ids = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearRoomSid() : mixed
- clearType() : mixed
- getFrom() : int|string
- Generated from protobuf field <code>uint64 from = 4;</code>
- getLimit() : int|string
- Generated from protobuf field <code>uint64 limit = 5;</code>
- getOrderBy() : string
- Generated from protobuf field <code>string order_by = 6;</code>
- getRoomIds() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string room_ids = 1;</code>
- getRoomSid() : string
- To get information about a particular session
- getType() : int
- Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 3;</code>
- hasRoomSid() : mixed
- hasType() : mixed
- setFrom() : $this
- Generated from protobuf field <code>uint64 from = 4;</code>
- setLimit() : $this
- Generated from protobuf field <code>uint64 limit = 5;</code>
- setOrderBy() : $this
- Generated from protobuf field <code>string order_by = 6;</code>
- setRoomIds() : $this
- Generated from protobuf field <code>repeated string room_ids = 1;</code>
- setRoomSid() : $this
- To get information about a particular session
- setType() : $this
- Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 3;</code>
Properties
$from
Generated from protobuf field <code>uint64 from = 4;</code>
protected
mixed
$from
= 0
$limit
Generated from protobuf field <code>uint64 limit = 5;</code>
protected
mixed
$limit
= 0
$order_by
Generated from protobuf field <code>string order_by = 6;</code>
protected
mixed
$order_by
= ''
$room_sid
To get information about a particular session
protected
mixed
$room_sid
= null
Generated from protobuf field optional string room_sid = 2;
$type
Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 3;</code>
protected
mixed
$type
= null
$room_ids
Generated from protobuf field <code>repeated string room_ids = 1;</code>
private
mixed
$room_ids
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[] $room_ids @type string $room_sid To get information about a particular session @type int $type @type int|string $from @type int|string $limit @type string $order_by}
clearRoomSid()
public
clearRoomSid() : mixed
clearType()
public
clearType() : mixed
getFrom()
Generated from protobuf field <code>uint64 from = 4;</code>
public
getFrom() : int|string
Return values
int|stringgetLimit()
Generated from protobuf field <code>uint64 limit = 5;</code>
public
getLimit() : int|string
Return values
int|stringgetOrderBy()
Generated from protobuf field <code>string order_by = 6;</code>
public
getOrderBy() : string
Return values
stringgetRoomIds()
Generated from protobuf field <code>repeated string room_ids = 1;</code>
public
getRoomIds() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getRoomSid()
To get information about a particular session
public
getRoomSid() : string
Generated from protobuf field optional string room_sid = 2;
Return values
stringgetType()
Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 3;</code>
public
getType() : int
Return values
inthasRoomSid()
public
hasRoomSid() : mixed
hasType()
public
hasType() : mixed
setFrom()
Generated from protobuf field <code>uint64 from = 4;</code>
public
setFrom(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetLimit()
Generated from protobuf field <code>uint64 limit = 5;</code>
public
setLimit(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetOrderBy()
Generated from protobuf field <code>string order_by = 6;</code>
public
setOrderBy(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomIds()
Generated from protobuf field <code>repeated string room_ids = 1;</code>
public
setRoomIds(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetRoomSid()
To get information about a particular session
public
setRoomSid(string $var) : $this
Generated from protobuf field optional string room_sid = 2;
Parameters
- $var : string
Return values
$thissetType()
Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 3;</code>
public
setType(int $var) : $this
Parameters
- $var : int