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."],[[["This page provides documentation for the `GetInterconnectRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically focusing on version 1.4.0 but also listing versions from 1.0.0 all the way up to 3.6.0."],["`GetInterconnectRequest` is a class used to create a request message for retrieving information about an interconnect, as detailed in the method description."],["The `GetInterconnectRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Interconnect` (for specifying the interconnect name) and `Project` (for the project ID) to configure the request, both of which are strings."],["There are two constructors available: one default constructor and another that accepts a `GetInterconnectRequest` object to copy its properties, facilitating the creation of `GetInterconnectRequest` instances."]]],[]]