/// <summary> /// Creates a <see cref="KeywordPlanIdeaServiceClient"/> 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="KeywordPlanIdeaServiceSettings"/>.</param> /// <returns>The created <see cref="KeywordPlanIdeaServiceClient"/>.</returns> public static KeywordPlanIdeaServiceClient Create(grpccore::CallInvoker callInvoker, KeywordPlanIdeaServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor); } KeywordPlanIdeaService.KeywordPlanIdeaServiceClient grpcClient = new KeywordPlanIdeaService.KeywordPlanIdeaServiceClient(callInvoker); return(new KeywordPlanIdeaServiceClientImpl(grpcClient, settings)); }
/// <summary> /// Constructs a client wrapper for the KeywordPlanIdeaService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="KeywordPlanIdeaServiceSettings"/> used within this client </param> public KeywordPlanIdeaServiceClientImpl(KeywordPlanIdeaService.KeywordPlanIdeaServiceClient grpcClient, KeywordPlanIdeaServiceSettings settings) { GrpcClient = grpcClient; KeywordPlanIdeaServiceSettings effectiveSettings = settings ?? KeywordPlanIdeaServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGenerateKeywordIdeas = clientHelper.BuildApiCall <GenerateKeywordIdeasRequest, GenerateKeywordIdeaResponse>( GrpcClient.GenerateKeywordIdeasAsync, GrpcClient.GenerateKeywordIdeas, effectiveSettings.GenerateKeywordIdeasSettings); Modify_ApiCall(ref _callGenerateKeywordIdeas); Modify_GenerateKeywordIdeasApiCall(ref _callGenerateKeywordIdeas); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(KeywordPlanIdeaService.KeywordPlanIdeaServiceClient grpcClient, KeywordPlanIdeaServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);