/// <summary> /// Constructs a client wrapper for the DistanceViewService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="DistanceViewServiceSettings"/> used within this client.</param> public DistanceViewServiceClientImpl(DistanceViewService.DistanceViewServiceClient grpcClient, DistanceViewServiceSettings settings) { GrpcClient = grpcClient; DistanceViewServiceSettings effectiveSettings = settings ?? DistanceViewServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetDistanceView = clientHelper.BuildApiCall <GetDistanceViewRequest, gagvr::DistanceView>(grpcClient.GetDistanceViewAsync, grpcClient.GetDistanceView, effectiveSettings.GetDistanceViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetDistanceView); Modify_GetDistanceViewApiCall(ref _callGetDistanceView); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Creates a <see cref="DistanceViewServiceClient"/> which uses the specified call invoker for remote /// operations. /// </summary> /// <param name="callInvoker"> /// The <see cref="grpccore::CallInvoker"/> for remote operations. Must not be null. /// </param> /// <param name="settings">Optional <see cref="DistanceViewServiceSettings"/>.</param> /// <returns>The created <see cref="DistanceViewServiceClient"/>.</returns> internal static DistanceViewServiceClient Create(grpccore::CallInvoker callInvoker, DistanceViewServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } DistanceViewService.DistanceViewServiceClient grpcClient = new DistanceViewService.DistanceViewServiceClient(callInvoker); return(new DistanceViewServiceClientImpl(grpcClient, settings)); }
partial void OnConstruction(DistanceViewService.DistanceViewServiceClient grpcClient, DistanceViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);