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."],[[["This document provides reference documentation for the `GetServiceRequest` class within the Google Cloud Dataproc Metastore v1 API, specifically for version 2.6.0."],["`GetServiceRequest` is used as a request message for retrieving a metastore service, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceRequest` class offers two constructors: a default constructor and one that accepts another `GetServiceRequest` instance for cloning."],["It contains two properties, `Name` (a string) and `ServiceName` (a `ServiceName`-typed view), which are used to specify the metastore service to be retrieved by its resource name."],["There are various versions of this API available, ranging from version 1.0.0 up to the latest version 2.9.0."]]],[]]