/// <summary> /// Constructs a client wrapper for the CurrencyConstantService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings"> /// The base <see cref="CurrencyConstantServiceSettings"/> used within this client. /// </param> public CurrencyConstantServiceClientImpl(CurrencyConstantService.CurrencyConstantServiceClient grpcClient, CurrencyConstantServiceSettings settings) { GrpcClient = grpcClient; CurrencyConstantServiceSettings effectiveSettings = settings ?? CurrencyConstantServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetCurrencyConstant = clientHelper.BuildApiCall <GetCurrencyConstantRequest, gagvr::CurrencyConstant>(grpcClient.GetCurrencyConstantAsync, grpcClient.GetCurrencyConstant, effectiveSettings.GetCurrencyConstantSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetCurrencyConstant); Modify_GetCurrencyConstantApiCall(ref _callGetCurrencyConstant); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Constructs a client wrapper for the CurrencyConstantService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="CurrencyConstantServiceSettings"/> used within this client </param> public CurrencyConstantServiceClientImpl(CurrencyConstantService.CurrencyConstantServiceClient grpcClient, CurrencyConstantServiceSettings settings) { GrpcClient = grpcClient; CurrencyConstantServiceSettings effectiveSettings = settings ?? CurrencyConstantServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetCurrencyConstant = clientHelper.BuildApiCall <GetCurrencyConstantRequest, gagvr::CurrencyConstant>( GrpcClient.GetCurrencyConstantAsync, GrpcClient.GetCurrencyConstant, effectiveSettings.GetCurrencyConstantSettings) .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}")); Modify_ApiCall(ref _callGetCurrencyConstant); Modify_GetCurrencyConstantApiCall(ref _callGetCurrencyConstant); OnConstruction(grpcClient, effectiveSettings, clientHelper); }