GenerateAzureTokenRes
extends Message
in package
Generated from protobuf message <code>plugnmeet.GenerateAzureTokenRes</code>
Table of Contents
Properties
- $key_id : mixed
- Generated from protobuf field <code>optional string key_id = 5;</code>
- $msg : mixed
- Generated from protobuf field <code>string msg = 2;</code>
- $renew : mixed
- Generated from protobuf field <code>bool renew = 6;</code>
- $service_region : mixed
- Generated from protobuf field <code>optional string service_region = 4;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 1;</code>
- $token : mixed
- Generated from protobuf field <code>optional string token = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearKeyId() : mixed
- clearServiceRegion() : mixed
- clearToken() : mixed
- getKeyId() : string
- Generated from protobuf field <code>optional string key_id = 5;</code>
- getMsg() : string
- Generated from protobuf field <code>string msg = 2;</code>
- getRenew() : bool
- Generated from protobuf field <code>bool renew = 6;</code>
- getServiceRegion() : string
- Generated from protobuf field <code>optional string service_region = 4;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 1;</code>
- getToken() : string
- Generated from protobuf field <code>optional string token = 3;</code>
- hasKeyId() : mixed
- hasServiceRegion() : mixed
- hasToken() : mixed
- setKeyId() : $this
- Generated from protobuf field <code>optional string key_id = 5;</code>
- setMsg() : $this
- Generated from protobuf field <code>string msg = 2;</code>
- setRenew() : $this
- Generated from protobuf field <code>bool renew = 6;</code>
- setServiceRegion() : $this
- Generated from protobuf field <code>optional string service_region = 4;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 1;</code>
- setToken() : $this
- Generated from protobuf field <code>optional string token = 3;</code>
Properties
$key_id
Generated from protobuf field <code>optional string key_id = 5;</code>
protected
mixed
$key_id
= null
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$renew
Generated from protobuf field <code>bool renew = 6;</code>
protected
mixed
$renew
= false
$service_region
Generated from protobuf field <code>optional string service_region = 4;</code>
protected
mixed
$service_region
= null
$status
Generated from protobuf field <code>bool status = 1;</code>
protected
mixed
$status
= false
$token
Generated from protobuf field <code>optional string token = 3;</code>
protected
mixed
$token
= 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 string $token @type string $service_region @type string $key_id @type bool $renew}
clearKeyId()
public
clearKeyId() : mixed
clearServiceRegion()
public
clearServiceRegion() : mixed
clearToken()
public
clearToken() : mixed
getKeyId()
Generated from protobuf field <code>optional string key_id = 5;</code>
public
getKeyId() : string
Return values
stringgetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetRenew()
Generated from protobuf field <code>bool renew = 6;</code>
public
getRenew() : bool
Return values
boolgetServiceRegion()
Generated from protobuf field <code>optional string service_region = 4;</code>
public
getServiceRegion() : string
Return values
stringgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolgetToken()
Generated from protobuf field <code>optional string token = 3;</code>
public
getToken() : string
Return values
stringhasKeyId()
public
hasKeyId() : mixed
hasServiceRegion()
public
hasServiceRegion() : mixed
hasToken()
public
hasToken() : mixed
setKeyId()
Generated from protobuf field <code>optional string key_id = 5;</code>
public
setKeyId(string $var) : $this
Parameters
- $var : string
Return values
$thissetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetRenew()
Generated from protobuf field <code>bool renew = 6;</code>
public
setRenew(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetServiceRegion()
Generated from protobuf field <code>optional string service_region = 4;</code>
public
setServiceRegion(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
$thissetToken()
Generated from protobuf field <code>optional string token = 3;</code>
public
setToken(string $var) : $this
Parameters
- $var : string