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 webpage details the `GetAddressRequest` class within the `Google.Cloud.Compute.V1` namespace, a request message for retrieving address information in Google Cloud Compute."],["The `GetAddressRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has constructors for creating a new instance or cloning an existing one, and the assembly is in the `Google.Cloud.Compute.V1.dll` file."],["Key properties of `GetAddressRequest` include `Address`, `Project`, and `Region`, all of which are string types that are used to define the specifics of the address being requested."],["This page contains a list of the different versions of the `GetAddressRequest`, including the latest version, `3.6.0` and all previous versions going as far back as `1.0.0`."]]],[]]