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 page provides reference documentation for the `GetAddressRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The latest version of the Google Cloud Compute Engine v1 API documentation for `GetAddressRequest` is 3.6.0, and there are older versions listed, dating down to version 1.0.0."],["`GetAddressRequest` is a request message for the `Addresses.Get` method, used to retrieve details about a specific address, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAddressRequest` class has constructors, `GetAddressRequest()` and `GetAddressRequest(GetAddressRequest)`, and properties like `Address`, `Project`, and `Region` which are all of type `string` to set or retrieve related information."],["This page provides information about the inheritance, implementation, inherited members, namespace, assembly, constructors, and properties related to the `GetAddressRequest` class, that are all essential for developers that utilize this class."]]],[]]