public sealed class GetAddressRequest : IMessage<GetAddressRequest>, IEquatable<GetAddressRequest>, IDeepCloneable<GetAddressRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetAddressRequest.
A request message for Addresses.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 `GetAddressRequest` class within the Compute Engine v1 API in .NET."],["The class `GetAddressRequest` is used to create a request message for retrieving details about a specific address and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page documents various versions of the API, with version 3.6.0 being the most recent and versions going as far back as 1.0.0."],["The `GetAddressRequest` class has the two constructors `GetAddressRequest()` and `GetAddressRequest(GetAddressRequest other)` as well as three public string properties, `Address`, `Project`, and `Region`."],["The `GetAddressRequest` class inherits from the `object` class, providing access to the inherited methods `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]