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."],[[["This webpage provides reference documentation for the `GetGlobalAddressRequest` class within the Google Compute Engine v1 API, specifically for .NET."],["The latest version available for `GetGlobalAddressRequest` is 3.6.0, while the current page content references version 2.16.0."],["`GetGlobalAddressRequest` is a request message used in the `GlobalAddresses.Get` method, as described in the provided details."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, all found within the provided content, and inherits from the base `object` class."],["The class `GetGlobalAddressRequest` has two constructors, one of which takes another `GetGlobalAddressRequest` as a parameter, and it also has two string properties, `Address` and `Project`."]]],[]]