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-04-02 UTC."],[[["The `GetAddressRequest` class is a request message for retrieving address details in Google Cloud Compute V1."],["This class is part of the `Google.Cloud.Compute.V1` namespace and implemented interfaces include `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `GetAddressRequest` documentation available is 3.6.0, and previous versions from 1.0.0 up to 3.5.0 are also documented."],["It includes properties for specifying the `Address`, `Project`, and `Region` when making a request."],["The class includes two constructors: a parameterless default and a copy constructor taking another `GetAddressRequest` instance."]]],[]]