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."],[[["The `GetDiagnosticsInterconnectRequest` class is used to formulate requests for the `Interconnects.GetDiagnostics` method within the Google Cloud Compute API, as described within the provided text."],["This request class has been implemented to support several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse use within the Google.Protobuf environment."],["The latest version of this document refers to version 3.6.0, with previous versions ranging down to 1.0.0, and links to each version is found within the provided text."],["It includes properties for specifying the `Interconnect` name and `Project` ID, which are required to identify the specific interconnect resource being queried within the Google Cloud environment, as seen in the properties section."]]],[]]