public sealed class GetAddressRequest : IMessage<GetAddressRequest>, IEquatable<GetAddressRequest>, IDeepCloneable<GetAddressRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetAddressRequest.
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 provides reference documentation for the `GetAddressRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The latest available version of this API is 3.6.0, while version 3.0.0 is the focus of the documentation and includes a comprehensive list of older versions, going as far back as 1.0.0."],["The `GetAddressRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAddressRequest` class features properties like `Address`, `Project`, and `Region`, each being a string."],["This class also includes two constructors: a default constructor and a copy constructor that takes another `GetAddressRequest` instance as a parameter."]]],[]]