SpeechServiceEvent
extends Message
in package
Generated from protobuf message <code>plugnmeet.SpeechServiceEvent</code>
Table of Contents
Properties
- $total_usage : mixed
- Generated from protobuf field <code>int64 total_usage = 4;</code>
- $user_id : mixed
- Generated from protobuf field <code>optional string user_id = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearUserId() : mixed
- getTotalUsage() : int|string
- Generated from protobuf field <code>int64 total_usage = 4;</code>
- getUserId() : string
- Generated from protobuf field <code>optional string user_id = 3;</code>
- hasUserId() : mixed
- setTotalUsage() : $this
- Generated from protobuf field <code>int64 total_usage = 4;</code>
- setUserId() : $this
- Generated from protobuf field <code>optional string user_id = 3;</code>
Properties
$total_usage
Generated from protobuf field <code>int64 total_usage = 4;</code>
protected
mixed
$total_usage
= 0
$user_id
Generated from protobuf field <code>optional string user_id = 3;</code>
protected
mixed
$user_id
= null
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 $user_id @type int|string $total_usage}
clearUserId()
public
clearUserId() : mixed
getTotalUsage()
Generated from protobuf field <code>int64 total_usage = 4;</code>
public
getTotalUsage() : int|string
Return values
int|stringgetUserId()
Generated from protobuf field <code>optional string user_id = 3;</code>
public
getUserId() : string
Return values
stringhasUserId()
public
hasUserId() : mixed
setTotalUsage()
Generated from protobuf field <code>int64 total_usage = 4;</code>
public
setTotalUsage(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetUserId()
Generated from protobuf field <code>optional string user_id = 3;</code>
public
setUserId(string $var) : $this
Parameters
- $var : string