Google Cloud Edge Network V1 Client - Class DiagnoseRouterResponse (1.0.0)

Reference documentation and code samples for the Google Cloud Edge Network V1 Client class DiagnoseRouterResponse.

DiagnoseRouterResponse contains the current status for a specific router.

Generated from protobuf message google.cloud.edgenetwork.v1.DiagnoseRouterResponse

Namespace

Google \ Cloud \ EdgeNetwork \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ update_time Google\Protobuf\Timestamp

The time when the router status was last updated.

↳ result Google\Cloud\EdgeNetwork\V1\RouterStatus

The network status of a specific router.

getUpdateTime

The time when the router status was last updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

The time when the router status was last updated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getResult

The network status of a specific router.

Returns
Type Description
Google\Cloud\EdgeNetwork\V1\RouterStatus|null

hasResult

clearResult

setResult

The network status of a specific router.

Parameter
Name Description
var Google\Cloud\EdgeNetwork\V1\RouterStatus
Returns
Type Description
$this