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-24 UTC."],[[["This webpage provides documentation for the `GetAddressRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The `GetAddressRequest` class is used to request address details from the Compute Engine API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest documented version is 3.6.0, with multiple previous versions, from 3.5.0 down to 1.0.0, also available for reference on the page."],["The class inherits from `Object` and includes constructors for creating an empty `GetAddressRequest` or copying from an existing one."],["The `GetAddressRequest` class contains three properties: `Address` (the address resource name), `Project` (the project ID), and `Region` (the region name)."]]],[]]