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 latest version available for `GetInterconnectLocationRequest` is 3.6.0, and it is part of the Google.Cloud.Compute.V1 namespace."],["This page provides reference documentation and code samples for the `GetInterconnectLocationRequest` class, which is a request message for InterconnectLocations.Get within the Compute Engine v1 API."],["`GetInterconnectLocationRequest` implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its capabilities within the .NET environment."],["The class has two constructors, one default and one that takes another `GetInterconnectLocationRequest` object, facilitating object creation and copying."],["It contains two properties, `InterconnectLocation` and `Project`, which are strings and used to respectively specify the name of the interconnect location and the project ID for the request."]]],[]]