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 Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of the `GetGlobalAddressRequest` class documentation is 3.6.0, with previous versions ranging down to 1.0.0 also documented and available."],["The `GetGlobalAddressRequest` class is used to construct request messages for retrieving details of a global address resource, and it inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Address` and `Project`, allowing you to set the name of the address resource and the project ID, respectively."],["The `GetGlobalAddressRequest` class has two constructors to either create a blank instance or one based on an already existing instance of `GetGlobalAddressRequest`."]]],[]]