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-09 UTC."],[[["The `GetAddressRequest` class is a request message for retrieving address details in Google Cloud Compute Engine, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports various functionalities within the .NET environment."],["It offers two constructors: a default constructor and a copy constructor for creating instances based on existing `GetAddressRequest` objects."],["The `GetAddressRequest` class has properties for specifying the `Address`, `Project`, and `Region`, all of which are strings, to target the desired address resource in the Google Cloud Platform."],["The most recent version of this class is 3.6.0, and it has been versioned back to 1.0.0."]]],[]]