コード例 #1
0
 private GoogleAdsServiceSettings(GoogleAdsServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     SearchSettings = existing.SearchSettings;
     MutateSettings = existing.MutateSettings;
     OnCopy(existing);
 }
コード例 #2
0
        /// <summary>
        /// Constructs a client wrapper for the GoogleAdsService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="GoogleAdsServiceSettings"/> used within this client.</param>
        public GoogleAdsServiceClientImpl(GoogleAdsService.GoogleAdsServiceClient grpcClient, GoogleAdsServiceSettings settings)
        {
            GrpcClient = grpcClient;
            GoogleAdsServiceSettings effectiveSettings = settings ?? GoogleAdsServiceSettings.GetDefault();
            gaxgrpc::ClientHelper    clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callSearch = clientHelper.BuildApiCall <SearchGoogleAdsRequest, SearchGoogleAdsResponse>(grpcClient.SearchAsync, grpcClient.Search, effectiveSettings.SearchSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callSearch);
            Modify_SearchApiCall(ref _callSearch);
            _callMutate = clientHelper.BuildApiCall <MutateGoogleAdsRequest, MutateGoogleAdsResponse>(grpcClient.MutateAsync, grpcClient.Mutate, effectiveSettings.MutateSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutate);
            Modify_MutateApiCall(ref _callMutate);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #3
0
 partial void OnConstruction(GoogleAdsService.GoogleAdsServiceClient grpcClient, GoogleAdsServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
コード例 #4
0
 partial void OnCopy(GoogleAdsServiceSettings existing);
コード例 #5
0
        /// <summary>
        /// Creates a <see cref="GoogleAdsServiceClient"/> 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="GoogleAdsServiceSettings"/>.</param>
        /// <returns>The created <see cref="GoogleAdsServiceClient"/>.</returns>
        internal static GoogleAdsServiceClient Create(grpccore::CallInvoker callInvoker, GoogleAdsServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            GoogleAdsService.GoogleAdsServiceClient grpcClient = new GoogleAdsService.GoogleAdsServiceClient(callInvoker);
            return(new GoogleAdsServiceClientImpl(grpcClient, settings));
        }