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."],[[["This webpage details the `GetServiceRequest` class within the `Google.Cloud.Metastore.V1` namespace, used for requesting information about a metastore service."],["The `GetServiceRequest` class is available in multiple versions, ranging from 1.0.0 to the latest 2.9.0, and it inherits from Object and implements several interfaces, including IMessage and IEquatable."],["The class has two constructors: a default one, `GetServiceRequest()`, and another one that takes a `GetServiceRequest` object as a parameter for copying."],["It includes two main properties: `Name`, which is a string representing the resource name of the service, and `ServiceName`, which is a typed view over the `Name` property."],["The request message for DataprocMetastore.GetService is in the format `projects/{project_number}/locations/{location_id}/services/{service_id}`."]]],[]]