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 latest version available is 2.6.0, with several previous versions also accessible, from 2.5.0 down to 1.0.0."],["`ResolveServiceResponse` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ResolveServiceResponse` serves as the response message for `LookupService.ResolveService` within the Google Cloud Service Directory v1."],["It inherits from the `Object` class and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has a public `Service` property of type `Service` that can be both retrieved and set, and it also includes two constructors, one default and one that accepts another `ResolveServiceResponse`."]]],[]]