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."],[[["The `GetGlobalAddressRequest` class is part of the Google Cloud Compute Engine v1 API, and this page provides documentation for version 2.10.0 of the .NET library."],["The class `GetGlobalAddressRequest` is used to formulate a request for retrieving a specific global address resource."],["The documentation includes details on the class's inheritance, the interfaces it implements (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), and its constructors."],["Key properties of `GetGlobalAddressRequest` are `Address` (the name of the address) and `Project` (the project ID for the request), both of which are strings."],["This documentation covers the list of different versions of this file, from 3.6.0 down to 1.0.0, including the newest version of the file."]]],[]]