Reference documentation and code samples for the Google Cloud Edge Network V1 Client class DiagnoseInterconnectResponse.
DiagnoseInterconnectResponse contains the current diagnostics for a specific interconnect.
Generated from protobuf message google.cloud.edgenetwork.v1.DiagnoseInterconnectResponse
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 interconnect diagnostics was last updated. |
↳ result |
Google\Cloud\EdgeNetwork\V1\InterconnectDiagnostics
The network status of a specific interconnect. |
getUpdateTime
The time when the interconnect diagnostics was last updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
The time when the interconnect diagnostics was last updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getResult
The network status of a specific interconnect.
Returns | |
---|---|
Type | Description |
Google\Cloud\EdgeNetwork\V1\InterconnectDiagnostics|null |
hasResult
clearResult
setResult
The network status of a specific interconnect.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\EdgeNetwork\V1\InterconnectDiagnostics
|
Returns | |
---|---|
Type | Description |
$this |