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."],[[["This webpage provides documentation for the `GetServiceRequest` class within the Google Cloud Service Management v1 API, specifically version 2.3.0."],["The `GetServiceRequest` class is a request message for the `GetService` method, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the available versions of the API, ranging from the latest 2.4.0 down to version 1.1.0, with direct links to the documentation for each version."],["The `GetServiceRequest` class has a constructor that can be instantiated with or without an existing `GetServiceRequest` object."],["The class includes one property, `ServiceName`, which is a required string that represents the name of the service, adhering to specific naming requirements."]]],[]]