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-24 UTC."],[[["This document provides reference documentation for the `GetInterconnectRequest` class within the Compute Engine v1 API."],["The `GetInterconnectRequest` class is a request message used for retrieving details about a specific interconnect and is part of the `Google.Cloud.Compute.V1` namespace."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling."],["The documentation outlines the available constructors for creating `GetInterconnectRequest` objects, including a default constructor and a constructor that takes another `GetInterconnectRequest` as input."],["Key properties of the `GetInterconnectRequest` class are `Interconnect` and `Project`, which allow specification of the interconnect name and the project ID for the request, both properties being of string type."]]],[]]