Documentation

InsightsGetUserStatusRes extends Message
in package

Generated from protobuf message <code>plugnmeet.InsightsGetUserStatusRes</code>

Table of Contents

Properties

$allowed_transcription_storage  : mixed
Generated from protobuf field <code>optional bool allowed_transcription_storage = 6;</code>
$is_active  : mixed
Generated from protobuf field <code>bool is_active = 4;</code>
$msg  : mixed
Generated from protobuf field <code>string msg = 2;</code>
$service_type  : mixed
Generated from protobuf field <code>.plugnmeet.InsightsServiceType service_type = 3;</code>
$spoken_lang  : mixed
Generated from protobuf field <code>optional string spoken_lang = 5;</code>
$status  : mixed
Generated from protobuf field <code>bool status = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearAllowedTranscriptionStorage()  : mixed
clearSpokenLang()  : mixed
getAllowedTranscriptionStorage()  : bool
Generated from protobuf field <code>optional bool allowed_transcription_storage = 6;</code>
getIsActive()  : bool
Generated from protobuf field <code>bool is_active = 4;</code>
getMsg()  : string
Generated from protobuf field <code>string msg = 2;</code>
getServiceType()  : int
Generated from protobuf field <code>.plugnmeet.InsightsServiceType service_type = 3;</code>
getSpokenLang()  : string
Generated from protobuf field <code>optional string spoken_lang = 5;</code>
getStatus()  : bool
Generated from protobuf field <code>bool status = 1;</code>
hasAllowedTranscriptionStorage()  : mixed
hasSpokenLang()  : mixed
setAllowedTranscriptionStorage()  : $this
Generated from protobuf field <code>optional bool allowed_transcription_storage = 6;</code>
setIsActive()  : $this
Generated from protobuf field <code>bool is_active = 4;</code>
setMsg()  : $this
Generated from protobuf field <code>string msg = 2;</code>
setServiceType()  : $this
Generated from protobuf field <code>.plugnmeet.InsightsServiceType service_type = 3;</code>
setSpokenLang()  : $this
Generated from protobuf field <code>optional string spoken_lang = 5;</code>
setStatus()  : $this
Generated from protobuf field <code>bool status = 1;</code>

Properties

$allowed_transcription_storage

Generated from protobuf field <code>optional bool allowed_transcription_storage = 6;</code>

protected mixed $allowed_transcription_storage = null

$is_active

Generated from protobuf field <code>bool is_active = 4;</code>

protected mixed $is_active = false

$service_type

Generated from protobuf field <code>.plugnmeet.InsightsServiceType service_type = 3;</code>

protected mixed $service_type = 0

$spoken_lang

Generated from protobuf field <code>optional string spoken_lang = 5;</code>

protected mixed $spoken_lang = 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 bool $status
@type string $msg
@type int $service_type
@type bool $is_active
@type string $spoken_lang
@type bool $allowed_transcription_storage

}

getAllowedTranscriptionStorage()

Generated from protobuf field <code>optional bool allowed_transcription_storage = 6;</code>

public getAllowedTranscriptionStorage() : bool
Return values
bool

getIsActive()

Generated from protobuf field <code>bool is_active = 4;</code>

public getIsActive() : bool
Return values
bool

getMsg()

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

public getMsg() : string
Return values
string

getServiceType()

Generated from protobuf field <code>.plugnmeet.InsightsServiceType service_type = 3;</code>

public getServiceType() : int
Return values
int

getSpokenLang()

Generated from protobuf field <code>optional string spoken_lang = 5;</code>

public getSpokenLang() : string
Return values
string

getStatus()

Generated from protobuf field <code>bool status = 1;</code>

public getStatus() : bool
Return values
bool

setAllowedTranscriptionStorage()

Generated from protobuf field <code>optional bool allowed_transcription_storage = 6;</code>

public setAllowedTranscriptionStorage(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsActive()

Generated from protobuf field <code>bool is_active = 4;</code>

public setIsActive(bool $var) : $this
Parameters
$var : bool
Return values
$this

setMsg()

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

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

setServiceType()

Generated from protobuf field <code>.plugnmeet.InsightsServiceType service_type = 3;</code>

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

setSpokenLang()

Generated from protobuf field <code>optional string spoken_lang = 5;</code>

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

setStatus()

Generated from protobuf field <code>bool status = 1;</code>

public setStatus(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results