public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.GetService][google.cloud.servicedirectory.v1.RegistrationService.GetService].
This should not be used for looking up a service. Insead, use the resolve
method as it will contain all endpoints and associated metadata.
[[["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.ServiceDirectory.V1` namespace, specifically for version 1.4.0."],["`GetServiceRequest` is used as the request message for `RegistrationService.GetService` but is not designed for service lookup; the `resolve` method should be used instead."],["The `GetServiceRequest` class includes properties such as `Name` (a string representing the name of the service to get) and `ServiceName` (a `ServiceName`-typed view over the resource name)."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members from `Object` such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The documentation shows the latest version of the doc (2.6.0) as well as older versions ranging from 2.5.0 all the way to 1.0.0."]]],[]]