public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class GetServiceRequest.
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 page provides documentation for the `GetServiceRequest` class within the Google Cloud Metastore v1 API for .NET."],["This class is used as a request message for the `DataprocMetastore.GetService` method, enabling retrieval of metastore service information."],["The `GetServiceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, comparison, deep cloning, and buffer management."],["The class has properties, including `Name` (a string representing the resource name) and `ServiceName` (a `ServiceName`-typed view of the `Name` property), to specify which service information is requested."],["The documentation offers a historical overview of the different versions, from 1.0.0 to the latest 2.9.0, as well as the current version, which is 2.1.0."]]],[]]