public virtual Task<ResolveServiceResponse> ResolveService(ResolveServiceRequest request, ServerCallContext context)
Returns a [service][google.cloud.servicedirectory.v1beta1.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 documentation for the `LookupServiceBase` class, which is a base class for server-side implementations of `LookupService` within the `Google.Cloud.ServiceDirectory.V1Beta1` namespace."],["The latest version documented is 2.0.0-beta06, with previous versions including 2.0.0-beta05 and 1.0.0-beta06 also accessible."],["The class inherits from the .NET `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `LookupServiceBase` class contains the `ResolveService` method, which returns a service and its endpoints, and is defined with a `ResolveServiceRequest` parameter and a `ServerCallContext` parameter, while returning a `ResolveServiceResponse`."],["This documentation pertains to the `Google.Cloud.ServiceDirectory.V1Beta1` assembly, specifically the `Google.Cloud.ServiceDirectory.V1Beta1.dll` file."]]],[]]