public sealed class GetLocationRequest : IMessage<GetLocationRequest>, IEquatable<GetLocationRequest>, IDeepCloneable<GetLocationRequest>, IBufferMessage, IMessage
The request message for [Locations.GetLocation][google.cloud.location.Locations.GetLocation].
[[["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."],[[["The `GetLocationRequest` class is a request message for retrieving location information, as used in `Locations.GetLocation`."],["This class is available in multiple versions, with the latest being version 2.3.0, while this specific documentation is for version 2.0.0."],["`GetLocationRequest` inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor and a constructor that accepts another `GetLocationRequest` as a parameter."],["The `Name` property, of type `string`, is used to specify the resource name for the desired location."]]],[]]