public sealed class GetInterconnectRemoteLocationRequest : IMessage<GetInterconnectRemoteLocationRequest>, IEquatable<GetInterconnectRemoteLocationRequest>, IDeepCloneable<GetInterconnectRemoteLocationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInterconnectRemoteLocationRequest.
A request message for InterconnectRemoteLocations.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-04-09 UTC."],[[["The `GetInterconnectRemoteLocationRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request information about a specific interconnect remote location."],["The latest version of the API documentation available is 3.6.0, with various versions ranging down to 1.0.0 also accessible, all detailing the GetInterconnectRemoteLocationRequest."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["The `GetInterconnectRemoteLocationRequest` class includes properties like `InterconnectRemoteLocation` and `Project`, allowing for the specification of the remote location and project ID within the API request."],["The `GetInterconnectRemoteLocationRequest` contains two constructors, a parameterless one and one that accepts another instance of `GetInterconnectRemoteLocationRequest` as an argument, allowing for instance copying."]]],[]]