public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
[[["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 details the `GetServiceRequest` class, which is used as a request message for the `GetService` method within the Google Cloud Service Usage API."],["The latest version of `GetServiceRequest` is 2.5.0, with previous versions ranging from 1.0.0 to 2.4.0, all of which are linked on the page."],["`GetServiceRequest` inherits from `Object` and implements `IMessage\u003cGetServiceRequest\u003e`, `IEquatable\u003cGetServiceRequest\u003e`, `IDeepCloneable\u003cGetServiceRequest\u003e`, and `IBufferMessage`, as well as `IMessage`."],["The `GetServiceRequest` class contains a `Name` property of type string, that is the name of the consumer and service the `ConsumerState` is to be gotten from."],["The namespace for the `GetServiceRequest` is `Google.Cloud.ServiceUsage.V1` within the assembly `Google.Cloud.ServiceUsage.V1.dll` and contains two constructors, one being the default and the other takes another `GetServiceRequest` as a parameter."]]],[]]