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."],[[["This page documents the `GetAddressRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting address details in Google Cloud Compute."],["The latest version of the documentation available is 3.6.0, while the documentation provides details for versions ranging from 1.0.0 to 3.6.0."],["`GetAddressRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAddressRequest` class includes properties for `Address`, `Project`, and `Region`, which are all strings and used to construct a specific address retrieval request."],["Two constructors are provided for the GetAddressRequest class, a default one with no parameters, and one that accepts another GetAddressRequest as an argument."]]],[]]