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 a part of the Google Cloud Compute Engine v1 API, used to request details about a specific global address."],["The latest version available for this API is 3.6.0, while version 2.9.0 is highlighted, and multiple versions are available, from version 1.0.0 to 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["It includes properties such as `Address` and `Project`, allowing users to specify the address name and project ID for the request."],["It contains two constructors: the default `GetGlobalAddressRequest()` and `GetGlobalAddressRequest(GetGlobalAddressRequest other)` which allows for the cloning of an existing object."]]],[]]