public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class GetServiceRequest.
[[["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 `GetServiceRequest` class is part of the Service Management v1 API, used as a request message for the `GetService` method."],["Version 2.4.0 is the latest release available for the Google.Cloud.ServiceManagement.V1 API, with several older versions also documented."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetServiceRequest` includes a `ServiceName` property which is a required string used to specify the service name."],["The `GetServiceRequest` class inherits members from `Object`, like `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]