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-24 UTC."],[[["The `GetInterconnectLocationRequest` class is a request message for the Compute Engine v1 API, used to retrieve details about a specific interconnect location."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for versatile functionality and compatibility within the Google Cloud .NET ecosystem."],["The latest stable release of the `Google.Cloud.Compute.V1` library is version 3.6.0, while the current version of the page is version 2.16.0, both of which offer an implementation of the GetInterconnectLocationRequest class."],["The class contains two properties: `InterconnectLocation` to store the name of the interconnect location, and `Project` for the ID of the relevant project."],["The class has two constructors: the default parameterless one and one that takes another instance of GetInterconnectLocationRequest to duplicate it."]]],[]]