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 provides reference documentation for the `LookupService.LookupServiceBase` class within the Google Cloud Service Directory v1 API for .NET."],["The latest version of the API documented is 2.6.0, with previous versions ranging from 2.5.0 down to 1.0.0 available."],["`LookupService.LookupServiceBase` serves as the base class for server-side implementations of the `LookupService` and inherits from the base .NET `object` class."],["The class contains one main method, `ResolveService`, which is used to retrieve a service and its endpoints, and accepts a `ResolveServiceRequest` and `ServerCallContext` parameters, and returns a `ResolveServiceResponse` wrapped by a task."]]],[]]