public sealed class DiagnoseInterconnectResponse : IMessage<DiagnoseInterconnectResponse>, IEquatable<DiagnoseInterconnectResponse>, IDeepCloneable<DiagnoseInterconnectResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseInterconnectResponse.
DiagnoseInterconnectResponse contains the current diagnostics for a
specific interconnect.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DiagnoseInterconnectResponse` class in the Google Cloud Edge Network v1 API provides diagnostics for a specific interconnect."],["This class is implemented with interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiagnoseInterconnectResponse` includes a property called `Result` that contains the current network status as an `InterconnectDiagnostics` object."],["The `UpdateTime` property of `DiagnoseInterconnectResponse` indicates the last time the interconnect diagnostics were updated, and it is of the `Timestamp` type."],["There are multiple available versions of the API, with 1.4.0 being the latest."]]],[]]