public sealed class ResolveServiceResponse : IMessage<ResolveServiceResponse>, IEquatable<ResolveServiceResponse>, IDeepCloneable<ResolveServiceResponse>, IBufferMessage, IMessage
The response message for
[LookupService.ResolveService][google.cloud.servicedirectory.v1.LookupService.ResolveService].
[[["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 `ResolveServiceResponse` class is the response message for `LookupService.ResolveService` in the `Google.Cloud.ServiceDirectory.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality checks, deep cloning, and buffered messaging."],["The `ResolveServiceResponse` class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It has two constructors: a default constructor `ResolveServiceResponse()` and a copy constructor `ResolveServiceResponse(ResolveServiceResponse other)`."],["The class has a `Service` property of type `Service`, which is accessible via a getter and a setter."]]],[]]