public sealed class GetInterconnectLocationRequest : IMessage<GetInterconnectLocationRequest>, IEquatable<GetInterconnectLocationRequest>, IDeepCloneable<GetInterconnectLocationRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `GetInterconnectLocationRequest` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0 and the current version specified as 1.3.0."],["The `GetInterconnectLocationRequest` class is a request message for `InterconnectLocations.Get`, used to get interconnect location details, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes a `GetInterconnectLocationRequest` object as a parameter, allowing for object creation and cloning."],["`GetInterconnectLocationRequest` has two key properties: `InterconnectLocation`, a string representing the name of the interconnect location, and `Project`, a string holding the Project ID for the request."],["There is a historical list of prior versions from 1.0.0 to 3.5.0 also available for use in the documentation."]]],[]]