Documentation

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

$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

}

getKeyId()

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

public getKeyId() : string
Return values
string

getMsg()

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

public getMsg() : string
Return values
string

getRenew()

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

public getRenew() : bool
Return values
bool

getServiceRegion()

Generated from protobuf field <code>optional string service_region = 4;</code>

public getServiceRegion() : string
Return values
string

getStatus()

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

public getStatus() : bool
Return values
bool

getToken()

Generated from protobuf field <code>optional string token = 3;</code>

public getToken() : string
Return values
string

setKeyId()

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

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

setMsg()

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

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

setRenew()

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

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

setServiceRegion()

Generated from protobuf field <code>optional string service_region = 4;</code>

public setServiceRegion(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

setToken()

Generated from protobuf field <code>optional string token = 3;</code>

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

        
On this page

Search results