StoreDataBlobResponse
extends Message
in package
Generated from protobuf message <code>livekit.StoreDataBlobResponse</code>
Table of Contents
Properties
- $key : mixed
- Unique key the data blob was stored under.
- $request_id : mixed
- Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
Methods
- __construct() : mixed
- Constructor.
- clearKey() : mixed
- getKey() : DataBlobKey|null
- Unique key the data blob was stored under.
- getRequestId() : int
- Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
- hasKey() : mixed
- setKey() : $this
- Unique key the data blob was stored under.
- setRequestId() : $this
- Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
Properties
$key
Unique key the data blob was stored under.
protected
mixed
$key
= null
Generated from protobuf field .livekit.DataBlobKey key = 2;
$request_id
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
protected
mixed
$request_id
= 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 int $request_id @type \Livekit\DataBlobKey $key Unique key the data blob was stored under.}
clearKey()
public
clearKey() : mixed
getKey()
Unique key the data blob was stored under.
public
getKey() : DataBlobKey|null
Generated from protobuf field .livekit.DataBlobKey key = 2;
Return values
DataBlobKey|nullgetRequestId()
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
public
getRequestId() : int
Return values
inthasKey()
public
hasKey() : mixed
setKey()
Unique key the data blob was stored under.
public
setKey(DataBlobKey $var) : $this
Generated from protobuf field .livekit.DataBlobKey key = 2;
Parameters
- $var : DataBlobKey
Return values
$thissetRequestId()
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
public
setRequestId(int $var) : $this
Parameters
- $var : int