コード例 #1
0
        /// <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);
        }
コード例 #2
0
        /// <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);
        }