public sealed class GetDiagnosticsInterconnectRequest : IMessage<GetDiagnosticsInterconnectRequest>, IEquatable<GetDiagnosticsInterconnectRequest>, IDeepCloneable<GetDiagnosticsInterconnectRequest>, IBufferMessage, IMessage
A request message for Interconnects.GetDiagnostics. See the method description for details.
[[["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-24 UTC."],[[["This webpage details the `GetDiagnosticsInterconnectRequest` class, which is used for requesting diagnostics on interconnects within the Google Cloud Compute environment."],["The latest version of the class is 3.6.0, and the page lists available versions ranging from 1.0.0 to 3.6.0."],["The `GetDiagnosticsInterconnectRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `GetDiagnosticsInterconnectRequest` object as a parameter, allowing for object duplication."],["It has properties, `Interconnect` and `Project`, that provide settings and information about the interconnect and project."]]],[]]