public sealed class GetLocationRequest : IMessage<GetLocationRequest>, IEquatable<GetLocationRequest>, IDeepCloneable<GetLocationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Cloud.Location class GetLocationRequest.
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-06-12 UTC."],[[["This webpage provides documentation for the `GetLocationRequest` class within the `Google.Cloud.Location` namespace, specifically version 2.1.0 of the library."],["The `GetLocationRequest` class is a request message used for retrieving location information via `Locations.GetLocation`."],["The class inherits from the base `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and a copy constructor that takes another `GetLocationRequest` object as a parameter."],["The `GetLocationRequest` class contains a `Name` property of type `string` which represents the resource name for the location."]]],[]]