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."],[[["This page provides documentation for the `DiagnoseInterconnectResponse` class within the Google Cloud Edge Network v1 API, specifically version 1.3.0."],["The `DiagnoseInterconnectResponse` class offers diagnostics for a particular interconnect and inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and another one that accepts another `DiagnoseInterconnectResponse` object as a parameter."],["The `DiagnoseInterconnectResponse` class exposes two properties: `Result` of type `InterconnectDiagnostics`, which shows the network status, and `UpdateTime`, of type `Timestamp`, which indicates the last update time of the diagnostics."],["The latest version of the API is 1.4.0, while versions 1.0.0 through 1.3.0 are also available, as indicated in the links provided."]]],[]]