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, which is used to request information from the Dataproc Metastore service."],["The latest version available is 2.9.0, with older versions listed, down to 1.0.0, with specific links for each."],["The `GetServiceRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceRequest` class has properties like `Name` which represents the relative resource name of the metastore service, and `ServiceName` that provides a typed view over the resource name."],["The class includes two constructors: one default constructor (`GetServiceRequest()`) and one that accepts another `GetServiceRequest` object (`GetServiceRequest(GetServiceRequest other)`)."]]],[]]