Documentation

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

}

getTotalUsage()

Generated from protobuf field <code>int64 total_usage = 4;</code>

public getTotalUsage() : int|string
Return values
int|string

getUserId()

Generated from protobuf field <code>optional string user_id = 3;</code>

public getUserId() : string
Return values
string

setTotalUsage()

Generated from protobuf field <code>int64 total_usage = 4;</code>

public setTotalUsage(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setUserId()

Generated from protobuf field <code>optional string user_id = 3;</code>

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

        
On this page

Search results