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 documentation for the `GetAddressRequest` class within the Google Cloud Compute Engine v1 API for .NET, with the most recent version being 3.6.0 and the current version the page focuses on, 2.3.0."],["The `GetAddressRequest` class is used to construct requests for retrieving address details, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The `GetAddressRequest` class includes constructors for default initialization and copying from another `GetAddressRequest` instance."],["Key properties of `GetAddressRequest` are `Address`, `Project`, and `Region`, which are strings used to specify the address name, the project ID, and the region for the request, respectively."],["This page references multiple versions of the API that can be navigated to by the user, ranging from 1.0.0 to 3.6.0."]]],[]]