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."],[[["The `GetInterconnectLocationRequest` class is a request message used for retrieving information about interconnect locations within Google Cloud Compute."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It has two constructors: a default constructor and another that takes another `GetInterconnectLocationRequest` object as a parameter."],["The `GetInterconnectLocationRequest` class has two main properties: `InterconnectLocation`, to specify the interconnect location name, and `Project`, to specify the Project ID for the request."],["The webpage provides links to many different versions of the documentation, with 3.6.0 being the latest, and covers a range from 1.0.0 to 3.6.0."]]],[]]