public sealed class ResolveServiceResponse : IMessage<ResolveServiceResponse>, IEquatable<ResolveServiceResponse>, IDeepCloneable<ResolveServiceResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class ResolveServiceResponse.
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."],[[["This document provides reference information for the `ResolveServiceResponse` class within the Google Cloud Service Directory v1 API, specifically version 2.2.0, and lists all the versions that are available."],["`ResolveServiceResponse` is the response message for `LookupService.ResolveService` and is used in the context of looking up services in the directory."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `object` class."],["It includes constructors for creating new instances, either empty or by cloning another `ResolveServiceResponse` object."],["The `ResolveServiceResponse` class has one key property, `Service`, which is of type `Service` and is part of the same API."]]],[]]