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 for `Locations.GetLocation` within the `Google.Cloud.Location` namespace."],["This class has been implemented to inherit from `object` while also utilizing the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetLocationRequest` class offers a default constructor as well as an overloaded constructor that takes another `GetLocationRequest` object as a parameter."],["The class contains a `Name` property of type `string` which represents the resource name for the location."],["There are multiple versions of the `GetLocationRequest` class, with version 2.3.0 being the latest."]]],[]]