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 available in multiple versions, with version 1.4.0 being the latest, and version 1.0.0 being the earliest in the provided list."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class contains properties for `Result` which indicates the network status, and `UpdateTime` which indicates when the diagnostics were last updated."],["There are two constructors available, one is a default and the other allows to pass in an instance of `DiagnoseInterconnectResponse` as a parameter."]]],[]]