public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage 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 latest version of the `GetServiceRequest` API class is 2.5.0, with several older versions available for reference, including versions 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["`GetServiceRequest` is a request message for the `GetService` method in the Service Usage v1 API."],["The class `GetServiceRequest` implements `IMessage`, `IEquatable\u003cGetServiceRequest\u003e`, `IDeepCloneable\u003cGetServiceRequest\u003e`, and `IBufferMessage`, inheriting from `object`."],["`GetServiceRequest` has a property called `Name`, a string that contains the name of the consumer and the service to get the `ConsumerState` for, exemplified as `projects/123/services/serviceusage.googleapis.com`."],["The `GetServiceRequest` class has two constructors, one is a default constructor with no parameters and the second one takes another `GetServiceRequest` as a parameter."]]],[]]