InsightsGetSupportedLanguagesRes
extends Message
in package
Generated from protobuf message <code>plugnmeet.InsightsGetSupportedLanguagesRes</code>
Table of Contents
Properties
- $msg : mixed
- Generated from protobuf field <code>string msg = 2;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 1;</code>
- $languages : mixed
- Generated from protobuf field <code>repeated .plugnmeet.InsightsSupportedLangInfo languages = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getLanguages() : RepeatedField<string|int, InsightsSupportedLangInfo>
- Generated from protobuf field <code>repeated .plugnmeet.InsightsSupportedLangInfo languages = 3;</code>
- getMsg() : string
- Generated from protobuf field <code>string msg = 2;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 1;</code>
- setLanguages() : $this
- Generated from protobuf field <code>repeated .plugnmeet.InsightsSupportedLangInfo languages = 3;</code>
- setMsg() : $this
- Generated from protobuf field <code>string msg = 2;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 1;</code>
Properties
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$status
Generated from protobuf field <code>bool status = 1;</code>
protected
mixed
$status
= false
$languages
Generated from protobuf field <code>repeated .plugnmeet.InsightsSupportedLangInfo languages = 3;</code>
private
mixed
$languages
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 \Mynaparrot\PlugnmeetProto\InsightsSupportedLangInfo[] $languages}
getLanguages()
Generated from protobuf field <code>repeated .plugnmeet.InsightsSupportedLangInfo languages = 3;</code>
public
getLanguages() : RepeatedField<string|int, InsightsSupportedLangInfo>
Return values
RepeatedField<string|int, InsightsSupportedLangInfo>getMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolsetLanguages()
Generated from protobuf field <code>repeated .plugnmeet.InsightsSupportedLangInfo languages = 3;</code>
public
setLanguages(array<string|int, InsightsSupportedLangInfo> $var) : $this
Parameters
- $var : array<string|int, InsightsSupportedLangInfo>
Return values
$thissetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
setMsg(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