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 latest version available for `GetAddressRequest` is 3.6.0, and the documentation provides access to various past versions, dating back to version 1.0.0."],["`GetAddressRequest` is a request message used for retrieving details about an address, as part of the Google.Cloud.Compute.V1 namespace."],["`GetAddressRequest` inherits from Object and implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class `GetAddressRequest` includes constructors for creating new instances and taking another `GetAddressRequest` as a parameter."],["The class provides properties to set and get `Address`, `Project`, and `Region`, all of which are of the string data type."]]],[]]