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 page provides reference documentation for the `GetGlobalAddressRequest` class within the Compute Engine v1 API for .NET."],["The `GetGlobalAddressRequest` class is a request message used to retrieve information about a specific global address, as part of the `Google.Cloud.Compute.V1` namespace."],["The latest version of the API is 3.6.0, but there are also various previous versions of the API that range from version 1.0.0 up to 3.5.0, and can also be accessed through the hyperlinks provided."],["The `GetGlobalAddressRequest` class is derived from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities such as message handling, equality comparison, deep cloning, and buffered message operations."],["The class contains properties like `Address` and `Project`, which allow specification of the address resource and the project ID respectively, and contains public constructors for object creation."]]],[]]