public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class GetServiceRequest.
Request message for
[DataprocMetastore.GetService][google.cloud.metastore.v1beta.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 Dataproc Metastore v1beta API."],["The `GetServiceRequest` class is used to request the retrieval of a metastore service, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and contains properties such as `Name` (a string) and `ServiceName` (a `ServiceName` type) to define the service being requested."],["There are two constructors for the `GetServiceRequest` class, one with no parameters, and one taking another `GetServiceRequest` object as a parameter."],["This documentation outlines the latest version of the API, as well as detailing two previous beta versions, 2.0.0-beta10, and 1.0.0-beta02, which can also be referenced."]]],[]]