public sealed class GetInterconnectLocationRequest : IMessage<GetInterconnectLocationRequest>, IEquatable<GetInterconnectLocationRequest>, IDeepCloneable<GetInterconnectLocationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInterconnectLocationRequest.
A request message for InterconnectLocations.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 `GetInterconnectLocationRequest` class is used to request information about a specific interconnect location within the Google Cloud Compute Engine v1 API."],["This class has been implemented across multiple versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, and is part of version 2.11.0 as seen on this webpage."],["The `GetInterconnectLocationRequest` class has properties to specify the `InterconnectLocation` and `Project` for which information is requested."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google Cloud .NET library."],["There are two public constructors available for the class `GetInterconnectLocationRequest`, one default constructor and one for cloning from an existing `GetInterconnectLocationRequest`."]]],[]]