public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.GetService][google.cloud.servicedirectory.v1beta1.RegistrationService.GetService].
This should not be used for looking up a service. Insead, use the resolve
method as it contains all endpoints and associated metadata.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetServiceRequest\u003c/code\u003e class is used to request a service from the \u003ccode\u003eRegistrationService\u003c/code\u003e in the \u003ccode\u003egoogle.cloud.servicedirectory.v1beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eIt is advised not to use \u003ccode\u003eGetServiceRequest\u003c/code\u003e for service lookup; instead, the \u003ccode\u003eresolve\u003c/code\u003e method should be used to retrieve all endpoints and associated metadata.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetServiceRequest\u003c/code\u003e class has two constructors, one default and one that takes another \u003ccode\u003eGetServiceRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two properties: \u003ccode\u003eName\u003c/code\u003e which is a string representing the name of the service to get, and \u003ccode\u003eServiceName\u003c/code\u003e which provides a typed view over the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,[]]