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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetServiceRequest` class within the Google Cloud Dataproc Metastore v1 API, specifically for .NET development."],["The `GetServiceRequest` class is a request message used to retrieve a metastore service, as defined by the `DataprocMetastore.GetService` method."],["The documentation covers the class's inheritance, implementations (like `IMessage`, `IEquatable`, and `IDeepCloneable`), constructors, and properties such as `Name` and `ServiceName`."],["The latest version of the documentation is 2.9.0, and it also includes links to the documentation for older versions, down to 1.0.0, for historical context."],["The `Name` property of `GetServiceRequest` is a required string that specifies the resource name of the service to retrieve, formatted as `projects/{project_number}/locations/{location_id}/services/{service_id}`."]]],[]]