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-03-21 UTC."],[[["The `GetLocationRequest` class is a request message used for retrieving location information through `Locations.GetLocation`."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetLocationRequest` class is part of the `Google.Cloud.Location` namespace and is found within the `Google.Cloud.Location.dll` assembly."],["It provides two constructors: a default constructor and one that takes another `GetLocationRequest` object as a parameter."],["The class has one property called `Name`, which is a string representing the resource name for the location being sought after."]]],[]]