public virtual Task<ResolveServiceResponse> ResolveService(ResolveServiceRequest request, ServerCallContext context)
Returns a [service][google.cloud.servicedirectory.v1.Service] and its
associated endpoints.
Resolving a service is not considered an active developer method.
[[["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 `LookupServiceBase` class within the `Google.Cloud.ServiceDirectory.V1` namespace, which serves as the base for server-side implementations of `LookupService`."],["The latest version of this API is 2.6.0, and several other versions are documented, ranging from 1.0.0 to 2.5.0, each with unique documentation links."],["`LookupServiceBase` inherits from `Object` and provides a `ResolveService` method, which returns a service and its associated endpoints."],["The `ResolveService` method takes a `ResolveServiceRequest` and a `ServerCallContext` as parameters, and it returns a `ResolveServiceResponse` wrapped in a task."],["The base members inherited by `LookupServiceBase` from `Object` are `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]