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 documentation for the `GetGlobalAddressRequest` class within the Google.Cloud.Compute.V1 API, specifically for .NET."],["The documentation covers versions 1.0.0 up to the latest version 3.6.0, listing all versions for which this class is available."],["The `GetGlobalAddressRequest` class is used to send requests to retrieve details about a global address, and implements multiple interfaces such as IMessage, IEquatable, and IDeepCloneable."],["It inherits from `Object` and includes properties for `Address` and `Project`, which are used to define the specific address and project for which information is being requested."],["The `GetGlobalAddressRequest` class has two constructors, one being parameterless, and one that takes in another `GetGlobalAddressRequest` object."]]],[]]