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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetGlobalAddressRequest` class within the Compute Engine v1 API."],["The `GetGlobalAddressRequest` class is a request message for the `GlobalAddresses.Get` method, used to retrieve details about a specific global address."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET environment."],["The page lists all the available versions, ranging from version 1.0.0 to the latest version 3.6.0, allowing developers to navigate to the documentation for each specific release."],["Key properties of the `GetGlobalAddressRequest` class include `Address` and `Project`, representing the address name and the project ID for the request, respectively."]]],[]]