Example #1
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);
            _callMutateKeywordPlanNegativeKeywords = clientHelper.BuildApiCall <MutateKeywordPlanNegativeKeywordsRequest, MutateKeywordPlanNegativeKeywordsResponse>(
                GrpcClient.MutateKeywordPlanNegativeKeywordsAsync, GrpcClient.MutateKeywordPlanNegativeKeywords, effectiveSettings.MutateKeywordPlanNegativeKeywordsSettings);
            Modify_ApiCall(ref _callGetKeywordPlanNegativeKeyword);
            Modify_GetKeywordPlanNegativeKeywordApiCall(ref _callGetKeywordPlanNegativeKeyword);
            Modify_ApiCall(ref _callMutateKeywordPlanNegativeKeywords);
            Modify_MutateKeywordPlanNegativeKeywordsApiCall(ref _callMutateKeywordPlanNegativeKeywords);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Example #2
0
 partial void OnConstruction(KeywordPlanNegativeKeywordService.KeywordPlanNegativeKeywordServiceClient grpcClient, KeywordPlanNegativeKeywordServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
Example #3
0
 /// <summary>
 /// Creates a <see cref="KeywordPlanNegativeKeywordServiceClient"/> 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="KeywordPlanNegativeKeywordServiceSettings"/>.</param>
 /// <returns>The created <see cref="KeywordPlanNegativeKeywordServiceClient"/>.</returns>
 public static KeywordPlanNegativeKeywordServiceClient Create(grpccore::CallInvoker callInvoker, KeywordPlanNegativeKeywordServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     KeywordPlanNegativeKeywordService.KeywordPlanNegativeKeywordServiceClient grpcClient = new KeywordPlanNegativeKeywordService.KeywordPlanNegativeKeywordServiceClient(callInvoker);
     return(new KeywordPlanNegativeKeywordServiceClientImpl(grpcClient, settings));
 }