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 Engine v1 API, specifically for .NET development."],["The latest version of the documentation available is 3.6.0, with multiple previous versions listed, ranging down to version 1.0.0."],["`GetGlobalAddressRequest` is a request message used for retrieving a global address resource, implementing various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `Object` and has two constructors, `GetGlobalAddressRequest()` and `GetGlobalAddressRequest(GetGlobalAddressRequest)`, and includes two properties: `Address` and `Project`, both of which are strings."],["This documentation allows you to navigate through the various versions of `GetGlobalAddressRequest` and includes all the implemented methods, constructors, and properties."]]],[]]