Ejemplo n.º 1
0
 private KeywordPlanCampaignKeywordServiceSettings(KeywordPlanCampaignKeywordServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     GetKeywordPlanCampaignKeywordSettings     = existing.GetKeywordPlanCampaignKeywordSettings;
     MutateKeywordPlanCampaignKeywordsSettings = existing.MutateKeywordPlanCampaignKeywordsSettings;
     OnCopy(existing);
 }
Ejemplo n.º 2
0
        /// <summary>
        /// Constructs a client wrapper for the KeywordPlanCampaignKeywordService service, with the specified gRPC
        /// client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="KeywordPlanCampaignKeywordServiceSettings"/> used within this client.
        /// </param>
        public KeywordPlanCampaignKeywordServiceClientImpl(KeywordPlanCampaignKeywordService.KeywordPlanCampaignKeywordServiceClient grpcClient, KeywordPlanCampaignKeywordServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordPlanCampaignKeywordServiceSettings effectiveSettings = settings ?? KeywordPlanCampaignKeywordServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordPlanCampaignKeyword = clientHelper.BuildApiCall <GetKeywordPlanCampaignKeywordRequest, gagvr::KeywordPlanCampaignKeyword>(grpcClient.GetKeywordPlanCampaignKeywordAsync, grpcClient.GetKeywordPlanCampaignKeyword, effectiveSettings.GetKeywordPlanCampaignKeywordSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetKeywordPlanCampaignKeyword);
            Modify_GetKeywordPlanCampaignKeywordApiCall(ref _callGetKeywordPlanCampaignKeyword);
            _callMutateKeywordPlanCampaignKeywords = clientHelper.BuildApiCall <MutateKeywordPlanCampaignKeywordsRequest, MutateKeywordPlanCampaignKeywordsResponse>(grpcClient.MutateKeywordPlanCampaignKeywordsAsync, grpcClient.MutateKeywordPlanCampaignKeywords, effectiveSettings.MutateKeywordPlanCampaignKeywordsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateKeywordPlanCampaignKeywords);
            Modify_MutateKeywordPlanCampaignKeywordsApiCall(ref _callMutateKeywordPlanCampaignKeywords);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Ejemplo n.º 3
0
 partial void OnCopy(KeywordPlanCampaignKeywordServiceSettings existing);
Ejemplo n.º 4
0
 partial void OnConstruction(KeywordPlanCampaignKeywordService.KeywordPlanCampaignKeywordServiceClient grpcClient, KeywordPlanCampaignKeywordServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
Ejemplo n.º 5
0
        /// <summary>
        /// Creates a <see cref="KeywordPlanCampaignKeywordServiceClient"/> 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="KeywordPlanCampaignKeywordServiceSettings"/>.</param>
        /// <returns>The created <see cref="KeywordPlanCampaignKeywordServiceClient"/>.</returns>
        internal static KeywordPlanCampaignKeywordServiceClient Create(grpccore::CallInvoker callInvoker, KeywordPlanCampaignKeywordServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            KeywordPlanCampaignKeywordService.KeywordPlanCampaignKeywordServiceClient grpcClient = new KeywordPlanCampaignKeywordService.KeywordPlanCampaignKeywordServiceClient(callInvoker);
            return(new KeywordPlanCampaignKeywordServiceClientImpl(grpcClient, settings));
        }