public sealed class LookupServiceClientImpl : LookupServiceClient
LookupService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.ServiceDirectory.V1Beta1Assembly
Google.Cloud.ServiceDirectory.V1Beta1.dll
Remarks
Service Directory API for looking up service data at runtime.
Constructors
LookupServiceClientImpl(LookupService.LookupServiceClient, LookupServiceSettings)
public LookupServiceClientImpl(LookupService.LookupServiceClient grpcClient, LookupServiceSettings settings)
Constructs a client wrapper for the LookupService service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient | LookupService.LookupServiceClient The underlying gRPC client. |
settings | LookupServiceSettings The base LookupServiceSettings used within this client. |
Properties
GrpcClient
public override LookupService.LookupServiceClient GrpcClient { get; }
The underlying gRPC LookupService client
Property Value | |
---|---|
Type | Description |
LookupService.LookupServiceClient |
Methods
ResolveService(ResolveServiceRequest, CallSettings)
public override ResolveServiceResponse ResolveService(ResolveServiceRequest request, CallSettings callSettings = null)
Returns a [service][google.cloud.servicedirectory.v1beta1.Service] and its associated endpoints. Resolving a service is not considered an active developer method.
Parameters | |
---|---|
Name | Description |
request | ResolveServiceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ResolveServiceResponse | The RPC response. |
ResolveServiceAsync(ResolveServiceRequest, CallSettings)
public override Task<ResolveServiceResponse> ResolveServiceAsync(ResolveServiceRequest request, CallSettings callSettings = null)
Returns a [service][google.cloud.servicedirectory.v1beta1.Service] and its associated endpoints. Resolving a service is not considered an active developer method.
Parameters | |
---|---|
Name | Description |
request | ResolveServiceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<ResolveServiceResponse> | A Task containing the RPC response. |