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

            _callSuggestKeywordThemeConstants = clientHelper.BuildApiCall <SuggestKeywordThemeConstantsRequest, SuggestKeywordThemeConstantsResponse>(grpcClient.SuggestKeywordThemeConstantsAsync, grpcClient.SuggestKeywordThemeConstants, effectiveSettings.SuggestKeywordThemeConstantsSettings);
            Modify_ApiCall(ref _callSuggestKeywordThemeConstants);
            Modify_SuggestKeywordThemeConstantsApiCall(ref _callSuggestKeywordThemeConstants);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }