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 `GetGlobalAddressRequest` class is part of the Google Cloud Compute Engine v1 API, within the `Google.Cloud.Compute.V1` namespace."],["This class is used to send requests for retrieving information about a specific global address, as defined by the API."],["The latest version of this class available is 3.6.0, however there are multiple previous versions of the class that are also accessible, including the 2.5.0 version which is the main focus of the provided content."],["The `GetGlobalAddressRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two public properties, `Address` and `Project`, which allow for the setting of the target address name and project ID respectively, both of which are of the String type."]]],[]]