/// <summary>
        /// Constructs a client wrapper for the GeoTargetConstantService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="GeoTargetConstantServiceSettings"/> used within this client.
        /// </param>
        public GeoTargetConstantServiceClientImpl(GeoTargetConstantService.GeoTargetConstantServiceClient grpcClient, GeoTargetConstantServiceSettings settings)
        {
            GrpcClient = grpcClient;
            GeoTargetConstantServiceSettings effectiveSettings = settings ?? GeoTargetConstantServiceSettings.GetDefault();
            gaxgrpc::ClientHelper            clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetGeoTargetConstant = clientHelper.BuildApiCall <GetGeoTargetConstantRequest, gagvr::GeoTargetConstant>(grpcClient.GetGeoTargetConstantAsync, grpcClient.GetGeoTargetConstant, effectiveSettings.GetGeoTargetConstantSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetGeoTargetConstant);
            Modify_GetGeoTargetConstantApiCall(ref _callGetGeoTargetConstant);
            _callSuggestGeoTargetConstants = clientHelper.BuildApiCall <SuggestGeoTargetConstantsRequest, SuggestGeoTargetConstantsResponse>(grpcClient.SuggestGeoTargetConstantsAsync, grpcClient.SuggestGeoTargetConstants, effectiveSettings.SuggestGeoTargetConstantsSettings);
            Modify_ApiCall(ref _callSuggestGeoTargetConstants);
            Modify_SuggestGeoTargetConstantsApiCall(ref _callSuggestGeoTargetConstants);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }