public sealed class GetInterconnectRequest : IMessage<GetInterconnectRequest>, IEquatable<GetInterconnectRequest>, IDeepCloneable<GetInterconnectRequest>, IBufferMessage, IMessage
A request message for Interconnects.Get. 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-21 UTC."],[[["The `GetInterconnectRequest` class is used to request information about a specific interconnect, as seen within its method description."],["This class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, which is the newest, each with its own documentation link."],["The `GetInterconnectRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInterconnectRequest` class has two constructors, one default and one that accepts another `GetInterconnectRequest` object, and also provides properties to set the interconnect name and the project ID."],["The GetInterconnectRequest class is located within the Google.Cloud.Compute.V1 namespace and is part of the Google.Cloud.Compute.V1.dll assembly."]]],[]]