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 details the `GetServiceRequest` class within the `Google.Cloud.ServiceDirectory.V1` namespace, which is used to send requests for the `RegistrationService.GetService`."],["The latest version of this class is 2.6.0, and the page offers access to documentation for versions ranging from 1.0.0 to 2.6.0."],["The `GetServiceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling service requests."],["The class offers properties such as `Name` (a string) and `ServiceName` (a typed view) for specifying the service to be retrieved."],["The documentation clearly states to use the `resolve` method instead of this class when looking up a service for its endpoints and associated metadata."]]],[]]