public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Request message for [DataprocMetastore.GetService][google.cloud.metastore.v1.DataprocMetastore.GetService].
[[["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 latest version available for `GetServiceRequest` within the `Google.Cloud.Metastore.V1` namespace is 2.9.0, and there are versions available as far back as 1.0.0."],["`GetServiceRequest` is a request message used to retrieve a metastore service, and is found within the namespace `Google.Cloud.Metastore.V1`."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring various functionalities."],["The `GetServiceRequest` class has two constructors, one default and another that takes an existing `GetServiceRequest` object for parameter `other`."],["The `GetServiceRequest` class contains two properties: `Name`, a string representing the resource name, and `ServiceName`, which is a typed view of the resource name property."]]],[]]