public sealed class InterconnectsGetDiagnosticsResponse : IMessage<InterconnectsGetDiagnosticsResponse>, IEquatable<InterconnectsGetDiagnosticsResponse>, IDeepCloneable<InterconnectsGetDiagnosticsResponse>, IBufferMessage, IMessage
Response for the InterconnectsGetDiagnosticsRequest.
[[["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 latest version of the `InterconnectsGetDiagnosticsResponse` documentation is 3.6.0, with a range of previous versions available, starting from 1.0.0."],["This class provides a response for the `InterconnectsGetDiagnosticsRequest` and is a part of the `Google.Cloud.Compute.V1` namespace."],["`InterconnectsGetDiagnosticsResponse` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Result` property of type `InterconnectDiagnostics`, which can be accessed to retrieve diagnostic information."],["It offers two constructors, one default and another that accepts another `InterconnectsGetDiagnosticsResponse` instance."]]],[]]