public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1beta1 API class GetServiceRequest.
The request message for
[RegistrationService.GetService][google.cloud.servicedirectory.v1beta1.RegistrationService.GetService].
This should not be used for looking up a service. Instead, 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"]],[["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.0.0-beta06, which is part of the Service Directory v1beta1 API."],["`GetServiceRequest` is designed to retrieve a specific service using the `RegistrationService.GetService` method, but it is recommended to use the `resolve` method for service lookups as it provides endpoint and metadata details."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `GetServiceRequest` class has properties such as `Name` (a string) and `ServiceName` (a `ServiceName` typed view of the Name)."],["There are two constructors available, one being the default and the other allowing for the creation of a new `GetServiceRequest` by copying another instance."]]],[]]