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

            _callGetKeywordPlanNegativeKeyword = clientHelper.BuildApiCall <GetKeywordPlanNegativeKeywordRequest, gagvr::KeywordPlanNegativeKeyword>(
                GrpcClient.GetKeywordPlanNegativeKeywordAsync, GrpcClient.GetKeywordPlanNegativeKeyword, effectiveSettings.GetKeywordPlanNegativeKeywordSettings)
                                                 .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateKeywordPlanNegativeKeywords = clientHelper.BuildApiCall <MutateKeywordPlanNegativeKeywordsRequest, MutateKeywordPlanNegativeKeywordsResponse>(
                GrpcClient.MutateKeywordPlanNegativeKeywordsAsync, GrpcClient.MutateKeywordPlanNegativeKeywords, effectiveSettings.MutateKeywordPlanNegativeKeywordsSettings)
                                                     .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetKeywordPlanNegativeKeyword);
            Modify_GetKeywordPlanNegativeKeywordApiCall(ref _callGetKeywordPlanNegativeKeyword);
            Modify_ApiCall(ref _callMutateKeywordPlanNegativeKeywords);
            Modify_MutateKeywordPlanNegativeKeywordsApiCall(ref _callMutateKeywordPlanNegativeKeywords);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Example #2
0
        /// <summary>
        /// Constructs a client wrapper for the KeywordPlanNegativeKeywordService service, with the specified gRPC
        /// client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="KeywordPlanNegativeKeywordServiceSettings"/> used within this client.
        /// </param>
        public KeywordPlanNegativeKeywordServiceClientImpl(KeywordPlanNegativeKeywordService.KeywordPlanNegativeKeywordServiceClient grpcClient, KeywordPlanNegativeKeywordServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordPlanNegativeKeywordServiceSettings effectiveSettings = settings ?? KeywordPlanNegativeKeywordServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordPlanNegativeKeyword = clientHelper.BuildApiCall <GetKeywordPlanNegativeKeywordRequest, gagvr::KeywordPlanNegativeKeyword>(grpcClient.GetKeywordPlanNegativeKeywordAsync, grpcClient.GetKeywordPlanNegativeKeyword, effectiveSettings.GetKeywordPlanNegativeKeywordSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetKeywordPlanNegativeKeyword);
            Modify_GetKeywordPlanNegativeKeywordApiCall(ref _callGetKeywordPlanNegativeKeyword);
            _callMutateKeywordPlanNegativeKeywords = clientHelper.BuildApiCall <MutateKeywordPlanNegativeKeywordsRequest, MutateKeywordPlanNegativeKeywordsResponse>(grpcClient.MutateKeywordPlanNegativeKeywordsAsync, grpcClient.MutateKeywordPlanNegativeKeywords, effectiveSettings.MutateKeywordPlanNegativeKeywordsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateKeywordPlanNegativeKeywords);
            Modify_MutateKeywordPlanNegativeKeywordsApiCall(ref _callMutateKeywordPlanNegativeKeywords);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }