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 reference documentation for the `GetAddressRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The `GetAddressRequest` class is used to make a request to retrieve details about a specific address resource, as documented in the `Addresses.Get` method description."],["The page outlines the class's inheritance (`object`) and the interfaces it implements, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its compatibility and functionalities within the Protobuf framework."],["The documentation presents a variety of versions for the class, ranging from version 1.0.0 to 3.6.0 (latest), offering different versions of the `GetAddressRequest` to developers, depending on the version they require."],["The `GetAddressRequest` class includes constructors and properties such as `Address`, `Project`, and `Region`, which are essential for specifying the details of the address being requested."]]],[]]