/// <summary> /// Creates a <see cref="KeywordPlanKeywordServiceClient"/> 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="KeywordPlanKeywordServiceSettings"/>.</param> /// <returns>The created <see cref="KeywordPlanKeywordServiceClient"/>.</returns> public static KeywordPlanKeywordServiceClient Create(grpccore::CallInvoker callInvoker, KeywordPlanKeywordServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor); } KeywordPlanKeywordService.KeywordPlanKeywordServiceClient grpcClient = new KeywordPlanKeywordService.KeywordPlanKeywordServiceClient(callInvoker); return(new KeywordPlanKeywordServiceClientImpl(grpcClient, settings)); }
/// <summary> /// Constructs a client wrapper for the KeywordPlanKeywordService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings"> /// The base <see cref="KeywordPlanKeywordServiceSettings"/> used within this client. /// </param> public KeywordPlanKeywordServiceClientImpl(KeywordPlanKeywordService.KeywordPlanKeywordServiceClient grpcClient, KeywordPlanKeywordServiceSettings settings) { GrpcClient = grpcClient; KeywordPlanKeywordServiceSettings effectiveSettings = settings ?? KeywordPlanKeywordServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetKeywordPlanKeyword = clientHelper.BuildApiCall <GetKeywordPlanKeywordRequest, gagvr::KeywordPlanKeyword>(grpcClient.GetKeywordPlanKeywordAsync, grpcClient.GetKeywordPlanKeyword, effectiveSettings.GetKeywordPlanKeywordSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetKeywordPlanKeyword); Modify_GetKeywordPlanKeywordApiCall(ref _callGetKeywordPlanKeyword); _callMutateKeywordPlanKeywords = clientHelper.BuildApiCall <MutateKeywordPlanKeywordsRequest, MutateKeywordPlanKeywordsResponse>(grpcClient.MutateKeywordPlanKeywordsAsync, grpcClient.MutateKeywordPlanKeywords, effectiveSettings.MutateKeywordPlanKeywordsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId); Modify_ApiCall(ref _callMutateKeywordPlanKeywords); Modify_MutateKeywordPlanKeywordsApiCall(ref _callMutateKeywordPlanKeywords); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Constructs a client wrapper for the KeywordPlanKeywordService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="KeywordPlanKeywordServiceSettings"/> used within this client </param> public KeywordPlanKeywordServiceClientImpl(KeywordPlanKeywordService.KeywordPlanKeywordServiceClient grpcClient, KeywordPlanKeywordServiceSettings settings) { GrpcClient = grpcClient; KeywordPlanKeywordServiceSettings effectiveSettings = settings ?? KeywordPlanKeywordServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetKeywordPlanKeyword = clientHelper.BuildApiCall <GetKeywordPlanKeywordRequest, gagvr::KeywordPlanKeyword>( GrpcClient.GetKeywordPlanKeywordAsync, GrpcClient.GetKeywordPlanKeyword, effectiveSettings.GetKeywordPlanKeywordSettings) .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}")); _callMutateKeywordPlanKeywords = clientHelper.BuildApiCall <MutateKeywordPlanKeywordsRequest, MutateKeywordPlanKeywordsResponse>( GrpcClient.MutateKeywordPlanKeywordsAsync, GrpcClient.MutateKeywordPlanKeywords, effectiveSettings.MutateKeywordPlanKeywordsSettings) .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}")); Modify_ApiCall(ref _callGetKeywordPlanKeyword); Modify_GetKeywordPlanKeywordApiCall(ref _callGetKeywordPlanKeyword); Modify_ApiCall(ref _callMutateKeywordPlanKeywords); Modify_MutateKeywordPlanKeywordsApiCall(ref _callMutateKeywordPlanKeywords); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(KeywordPlanKeywordService.KeywordPlanKeywordServiceClient grpcClient, KeywordPlanKeywordServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);