VerifyTokenRes
extends Message
in package
Generated from protobuf message <code>plugnmeet.VerifyTokenRes</code>
Table of Contents
Properties
- $enabled_self_insert_encryption_key : mixed
- Generated from protobuf field <code>optional bool enabled_self_insert_encryption_key = 8;</code>
- $is_cloud : mixed
- Generated from protobuf field <code>optional bool is_cloud = 9;</code>
- $msg : mixed
- Generated from protobuf field <code>string msg = 2;</code>
- $nats_subjects : mixed
- Generated from protobuf field <code>optional .plugnmeet.NatsSubjects nats_subjects = 7;</code>
- $room_id : mixed
- Generated from protobuf field <code>optional string room_id = 5;</code>
- $server_version : mixed
- Generated from protobuf field <code>optional string server_version = 4;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 1;</code>
- $user_id : mixed
- Generated from protobuf field <code>optional string user_id = 6;</code>
- $nats_ws_urls : mixed
- Generated from protobuf field <code>repeated string nats_ws_urls = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearEnabledSelfInsertEncryptionKey() : mixed
- clearIsCloud() : mixed
- clearNatsSubjects() : mixed
- clearRoomId() : mixed
- clearServerVersion() : mixed
- clearUserId() : mixed
- getEnabledSelfInsertEncryptionKey() : bool
- Generated from protobuf field <code>optional bool enabled_self_insert_encryption_key = 8;</code>
- getIsCloud() : bool
- Generated from protobuf field <code>optional bool is_cloud = 9;</code>
- getMsg() : string
- Generated from protobuf field <code>string msg = 2;</code>
- getNatsSubjects() : NatsSubjects|null
- Generated from protobuf field <code>optional .plugnmeet.NatsSubjects nats_subjects = 7;</code>
- getNatsWsUrls() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string nats_ws_urls = 3;</code>
- getRoomId() : string
- Generated from protobuf field <code>optional string room_id = 5;</code>
- getServerVersion() : string
- Generated from protobuf field <code>optional string server_version = 4;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 1;</code>
- getUserId() : string
- Generated from protobuf field <code>optional string user_id = 6;</code>
- hasEnabledSelfInsertEncryptionKey() : mixed
- hasIsCloud() : mixed
- hasNatsSubjects() : mixed
- hasRoomId() : mixed
- hasServerVersion() : mixed
- hasUserId() : mixed
- setEnabledSelfInsertEncryptionKey() : $this
- Generated from protobuf field <code>optional bool enabled_self_insert_encryption_key = 8;</code>
- setIsCloud() : $this
- Generated from protobuf field <code>optional bool is_cloud = 9;</code>
- setMsg() : $this
- Generated from protobuf field <code>string msg = 2;</code>
- setNatsSubjects() : $this
- Generated from protobuf field <code>optional .plugnmeet.NatsSubjects nats_subjects = 7;</code>
- setNatsWsUrls() : $this
- Generated from protobuf field <code>repeated string nats_ws_urls = 3;</code>
- setRoomId() : $this
- Generated from protobuf field <code>optional string room_id = 5;</code>
- setServerVersion() : $this
- Generated from protobuf field <code>optional string server_version = 4;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 1;</code>
- setUserId() : $this
- Generated from protobuf field <code>optional string user_id = 6;</code>
Properties
$enabled_self_insert_encryption_key
Generated from protobuf field <code>optional bool enabled_self_insert_encryption_key = 8;</code>
protected
mixed
$enabled_self_insert_encryption_key
= null
$is_cloud
Generated from protobuf field <code>optional bool is_cloud = 9;</code>
protected
mixed
$is_cloud
= null
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$nats_subjects
Generated from protobuf field <code>optional .plugnmeet.NatsSubjects nats_subjects = 7;</code>
protected
mixed
$nats_subjects
= null
$room_id
Generated from protobuf field <code>optional string room_id = 5;</code>
protected
mixed
$room_id
= null
$server_version
Generated from protobuf field <code>optional string server_version = 4;</code>
protected
mixed
$server_version
= null
$status
Generated from protobuf field <code>bool status = 1;</code>
protected
mixed
$status
= false
$user_id
Generated from protobuf field <code>optional string user_id = 6;</code>
protected
mixed
$user_id
= null
$nats_ws_urls
Generated from protobuf field <code>repeated string nats_ws_urls = 3;</code>
private
mixed
$nats_ws_urls
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 string[] $nats_ws_urls @type string $server_version @type string $room_id @type string $user_id @type \Mynaparrot\PlugnmeetProto\NatsSubjects $nats_subjects @type bool $enabled_self_insert_encryption_key @type bool $is_cloud}
clearEnabledSelfInsertEncryptionKey()
public
clearEnabledSelfInsertEncryptionKey() : mixed
clearIsCloud()
public
clearIsCloud() : mixed
clearNatsSubjects()
public
clearNatsSubjects() : mixed
clearRoomId()
public
clearRoomId() : mixed
clearServerVersion()
public
clearServerVersion() : mixed
clearUserId()
public
clearUserId() : mixed
getEnabledSelfInsertEncryptionKey()
Generated from protobuf field <code>optional bool enabled_self_insert_encryption_key = 8;</code>
public
getEnabledSelfInsertEncryptionKey() : bool
Return values
boolgetIsCloud()
Generated from protobuf field <code>optional bool is_cloud = 9;</code>
public
getIsCloud() : bool
Return values
boolgetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetNatsSubjects()
Generated from protobuf field <code>optional .plugnmeet.NatsSubjects nats_subjects = 7;</code>
public
getNatsSubjects() : NatsSubjects|null
Return values
NatsSubjects|nullgetNatsWsUrls()
Generated from protobuf field <code>repeated string nats_ws_urls = 3;</code>
public
getNatsWsUrls() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getRoomId()
Generated from protobuf field <code>optional string room_id = 5;</code>
public
getRoomId() : string
Return values
stringgetServerVersion()
Generated from protobuf field <code>optional string server_version = 4;</code>
public
getServerVersion() : string
Return values
stringgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolgetUserId()
Generated from protobuf field <code>optional string user_id = 6;</code>
public
getUserId() : string
Return values
stringhasEnabledSelfInsertEncryptionKey()
public
hasEnabledSelfInsertEncryptionKey() : mixed
hasIsCloud()
public
hasIsCloud() : mixed
hasNatsSubjects()
public
hasNatsSubjects() : mixed
hasRoomId()
public
hasRoomId() : mixed
hasServerVersion()
public
hasServerVersion() : mixed
hasUserId()
public
hasUserId() : mixed
setEnabledSelfInsertEncryptionKey()
Generated from protobuf field <code>optional bool enabled_self_insert_encryption_key = 8;</code>
public
setEnabledSelfInsertEncryptionKey(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsCloud()
Generated from protobuf field <code>optional bool is_cloud = 9;</code>
public
setIsCloud(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
$thissetNatsSubjects()
Generated from protobuf field <code>optional .plugnmeet.NatsSubjects nats_subjects = 7;</code>
public
setNatsSubjects(NatsSubjects $var) : $this
Parameters
- $var : NatsSubjects
Return values
$thissetNatsWsUrls()
Generated from protobuf field <code>repeated string nats_ws_urls = 3;</code>
public
setNatsWsUrls(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetRoomId()
Generated from protobuf field <code>optional string room_id = 5;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetServerVersion()
Generated from protobuf field <code>optional string server_version = 4;</code>
public
setServerVersion(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
Return values
$thissetUserId()
Generated from protobuf field <code>optional string user_id = 6;</code>
public
setUserId(string $var) : $this
Parameters
- $var : string