public sealed class GetGlobalAddressRequest : IMessage<GetGlobalAddressRequest>, IEquatable<GetGlobalAddressRequest>, IDeepCloneable<GetGlobalAddressRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `GetGlobalAddressRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting specific global address information."],["The page provides documentation for numerous versions of the library, ranging from version 1.0.0 up to the latest version 3.6.0."],["`GetGlobalAddressRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors and two properties: `Address`, which specifies the name of the address resource, and `Project`, which indicates the project ID for the request."],["`GetGlobalAddressRequest` Inherits from Object, and the page lists some of the inherited members."]]],[]]