Reference documentation and code samples for the Google Cloud Edge Network V1 Client class DiagnoseNetworkResponse.
DiagnoseNetworkResponse contains the current status for a specific network.
Generated from protobuf message google.cloud.edgenetwork.v1.DiagnoseNetworkResponse
Namespace
Google \ Cloud \ EdgeNetwork \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ update_time |
Google\Protobuf\Timestamp
The time when the network status was last updated. |
↳ result |
Google\Cloud\EdgeNetwork\V1\DiagnoseNetworkResponse\NetworkStatus
The network status of a specific network. |
getUpdateTime
The time when the network status was last updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
The time when the network status was last updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getResult
The network status of a specific network.
Returns | |
---|---|
Type | Description |
Google\Cloud\EdgeNetwork\V1\DiagnoseNetworkResponse\NetworkStatus|null |
hasResult
clearResult
setResult
The network status of a specific network.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\EdgeNetwork\V1\DiagnoseNetworkResponse\NetworkStatus
|
Returns | |
---|---|
Type | Description |
$this |