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-24 UTC."],[[["The latest version of the `GetInterconnectLocationRequest` is 3.6.0, which can be found in the `Google.Cloud.Compute.V1` namespace."],["This class, `GetInterconnectLocationRequest`, is a request message for retrieving interconnect location details, as described in the method's description."],["`GetInterconnectLocationRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default one and another that accepts another `GetInterconnectLocationRequest` object as a parameter."],["The class contains properties to specify the `InterconnectLocation` name and the `Project` ID, both as string types, for the request."]]],[]]