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, specifically focusing on version 2.13.0, but also providing links to other versions."],["The `GetAddressRequest` class is a request message used for retrieving address details, as part of the `Google.Cloud.Compute.V1` namespace, within a .NET environment."],["The class `GetAddressRequest` inherits properties and methods from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `object` class."],["The class `GetAddressRequest` has properties for Address, Project, and Region, which are required to identify and retrieve the address resource from the API, with each of these properties being of type string."],["The documentation is for the .NET assembly Google.Cloud.Compute.V1.dll."]]],[]]