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 page details the `GetGlobalAddressRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting information about a specific global address resource."],["The `GetGlobalAddressRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of `GetGlobalAddressRequest` is 3.6.0, with a variety of previous versions listed, ranging back to version 1.0.0."],["The class has two constructors, a default constructor, and a copy constructor that takes another `GetGlobalAddressRequest` instance as a parameter."],["It features two key properties, `Address` which is used to identify the address, and `Project` which is used to identify the Google Cloud Project associated with the request."]]],[]]