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 a request message used for the `GetService` method within the Service Management v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all pertaining to Google protocol buffers."],["The class is found within the `Google.Cloud.ServiceManagement.V1` namespace and is part of the `Google.Cloud.ServiceManagement.V1.dll` assembly."],["`GetServiceRequest` has a constructor without arguments, and one which takes another `GetServiceRequest` as a parameter, allowing it to be used as a copy constructor."],["It contains one property named `ServiceName`, a required string that represents the name of the service, adhering to the naming requirements specified in the `ServiceManager` overview."]]],[]]