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-04-02 UTC."],[[["This webpage provides documentation for the `GetAddressRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The latest version of the `GetAddressRequest` class is version 3.6.0, with a history of versions ranging back to 1.0.0 available for review and use."],["The `GetAddressRequest` class is used to construct requests for retrieving address information and implements various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has three properties, `Address`, `Project`, and `Region`, which allow the user to specify the address, project ID, and region for which the user wants to fetch the details."],["The documentation also lists the inheritance and implementation details of `GetAddressRequest`, including inherited members and the namespaces where it resides."]]],[]]