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."],["The `GetAddressRequest` class is used to request details about a specific address in a Google Cloud project, as part of the `Addresses.Get` method."],["The documentation lists all the available versions for the `GetAddressRequest` class, from the latest (3.6.0) back to version 1.0.0."],["The `GetAddressRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `GetAddressRequest` class include `Address`, `Project`, and `Region`, all of which are of type `String` and are used to identify the specific address to be retrieved."]]],[]]