public sealed class GetInterconnectRequest : IMessage<GetInterconnectRequest>, IEquatable<GetInterconnectRequest>, IDeepCloneable<GetInterconnectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInterconnectRequest.
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."],[[["This page provides documentation for the `GetInterconnectRequest` class within the Google Compute Engine v1 API for .NET."],["The `GetInterconnectRequest` class is a request message used for retrieving information about a specific interconnect and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Interconnect` (the name of the interconnect) and `Project` (the project ID for the request), both of which are strings."],["This page lists all the prior versions of the same file, dating from version 1.0.0 all the way up to the most recent 3.6.0, allowing developers to access specific versions."],["The class inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, as detailed on the page."]]],[]]