コード例 #1
0
        /// <summary>
        /// Constructs a client wrapper for the KeywordPlanCampaignService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="KeywordPlanCampaignServiceSettings"/> used within this client.
        /// </param>
        public KeywordPlanCampaignServiceClientImpl(KeywordPlanCampaignService.KeywordPlanCampaignServiceClient grpcClient, KeywordPlanCampaignServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordPlanCampaignServiceSettings effectiveSettings = settings ?? KeywordPlanCampaignServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordPlanCampaign = clientHelper.BuildApiCall <GetKeywordPlanCampaignRequest, gagvr::KeywordPlanCampaign>(grpcClient.GetKeywordPlanCampaignAsync, grpcClient.GetKeywordPlanCampaign, effectiveSettings.GetKeywordPlanCampaignSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetKeywordPlanCampaign);
            Modify_GetKeywordPlanCampaignApiCall(ref _callGetKeywordPlanCampaign);
            _callMutateKeywordPlanCampaigns = clientHelper.BuildApiCall <MutateKeywordPlanCampaignsRequest, MutateKeywordPlanCampaignsResponse>(grpcClient.MutateKeywordPlanCampaignsAsync, grpcClient.MutateKeywordPlanCampaigns, effectiveSettings.MutateKeywordPlanCampaignsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateKeywordPlanCampaigns);
            Modify_MutateKeywordPlanCampaignsApiCall(ref _callMutateKeywordPlanCampaigns);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #2
0
        /// <summary>
        /// Constructs a client wrapper for the KeywordPlanCampaignService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="KeywordPlanCampaignServiceSettings"/> used within this client </param>
        public KeywordPlanCampaignServiceClientImpl(KeywordPlanCampaignService.KeywordPlanCampaignServiceClient grpcClient, KeywordPlanCampaignServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordPlanCampaignServiceSettings effectiveSettings = settings ?? KeywordPlanCampaignServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordPlanCampaign = clientHelper.BuildApiCall <GetKeywordPlanCampaignRequest, gagvr::KeywordPlanCampaign>(
                GrpcClient.GetKeywordPlanCampaignAsync, GrpcClient.GetKeywordPlanCampaign, effectiveSettings.GetKeywordPlanCampaignSettings)
                                          .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateKeywordPlanCampaigns = clientHelper.BuildApiCall <MutateKeywordPlanCampaignsRequest, MutateKeywordPlanCampaignsResponse>(
                GrpcClient.MutateKeywordPlanCampaignsAsync, GrpcClient.MutateKeywordPlanCampaigns, effectiveSettings.MutateKeywordPlanCampaignsSettings)
                                              .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetKeywordPlanCampaign);
            Modify_GetKeywordPlanCampaignApiCall(ref _callGetKeywordPlanCampaign);
            Modify_ApiCall(ref _callMutateKeywordPlanCampaigns);
            Modify_MutateKeywordPlanCampaignsApiCall(ref _callMutateKeywordPlanCampaigns);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }