public sealed class GetGlobalAddressRequest : IMessage<GetGlobalAddressRequest>, IEquatable<GetGlobalAddressRequest>, IDeepCloneable<GetGlobalAddressRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalAddressRequest.
A request message for GlobalAddresses.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 latest version of the `GetGlobalAddressRequest` class is 3.6.0, but this page is documenting version 2.8.0, which can be found among the other listed versions, all ranging from 1.0.0 to 3.6.0."],["`GetGlobalAddressRequest` is a class within the Google.Cloud.Compute.V1 namespace and is part of the Compute Engine v1 API, specifically designed to handle requests for GlobalAddresses.Get."],["The class `GetGlobalAddressRequest` implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetGlobalAddressRequest\u003e`, `IDeepCloneable\u003cGetGlobalAddressRequest\u003e`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, deep cloning, and buffer management."],["The `GetGlobalAddressRequest` class has two constructors: one default constructor and another that takes a `GetGlobalAddressRequest` object as a parameter, and it contains two properties to handle the address name and project ID in requests."]]],[]]