public sealed class GetAddressRequest : IMessage<GetAddressRequest>, IEquatable<GetAddressRequest>, IDeepCloneable<GetAddressRequest>, IBufferMessage, IMessage
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."],[[["The `GetAddressRequest` class is a request message used for retrieving address details within the Google Cloud Compute API, specifically under version V1."],["This class supports multiple versions of the API, with the latest being 3.6.0 and a range of older versions from 1.0.0 up to that."],["It inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces for its functionality."],["The `GetAddressRequest` class contains properties such as `Address`, `Project`, and `Region`, all of type string, used to specify the details of the address being requested."],["There are two constructors for creating the `GetAddressRequest` class, one empty and the other taking in an existing `GetAddressRequest` object."]]],[]]