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
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$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
$status
Generated from protobuf field <code>bool status = 1;</code>
protected
mixed
$status
= false
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}
clearAllowedTranscriptionStorage()
public
clearAllowedTranscriptionStorage() : mixed
clearSpokenLang()
public
clearSpokenLang() : mixed
getAllowedTranscriptionStorage()
Generated from protobuf field <code>optional bool allowed_transcription_storage = 6;</code>
public
getAllowedTranscriptionStorage() : bool
Return values
boolgetIsActive()
Generated from protobuf field <code>bool is_active = 4;</code>
public
getIsActive() : bool
Return values
boolgetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetServiceType()
Generated from protobuf field <code>.plugnmeet.InsightsServiceType service_type = 3;</code>
public
getServiceType() : int
Return values
intgetSpokenLang()
Generated from protobuf field <code>optional string spoken_lang = 5;</code>
public
getSpokenLang() : string
Return values
stringgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolhasAllowedTranscriptionStorage()
public
hasAllowedTranscriptionStorage() : mixed
hasSpokenLang()
public
hasSpokenLang() : mixed
setAllowedTranscriptionStorage()
Generated from protobuf field <code>optional bool allowed_transcription_storage = 6;</code>
public
setAllowedTranscriptionStorage(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsActive()
Generated from protobuf field <code>bool is_active = 4;</code>
public
setIsActive(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetServiceType()
Generated from protobuf field <code>.plugnmeet.InsightsServiceType service_type = 3;</code>
public
setServiceType(int $var) : $this
Parameters
- $var : int
Return values
$thissetSpokenLang()
Generated from protobuf field <code>optional string spoken_lang = 5;</code>
public
setSpokenLang(string $var) : $this
Parameters
- $var : string
Return values
$thissetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
setStatus(bool $var) : $this
Parameters
- $var : bool