Example #1
0
        /// <summary>
        /// Constructs a client wrapper for the AdGroupAdService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdGroupAdServiceSettings"/> used within this client.</param>
        public AdGroupAdServiceClientImpl(AdGroupAdService.AdGroupAdServiceClient grpcClient, AdGroupAdServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdGroupAdServiceSettings effectiveSettings = settings ?? AdGroupAdServiceSettings.GetDefault();
            gaxgrpc::ClientHelper    clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAdGroupAd = clientHelper.BuildApiCall <GetAdGroupAdRequest, gagvr::AdGroupAd>(grpcClient.GetAdGroupAdAsync, grpcClient.GetAdGroupAd, effectiveSettings.GetAdGroupAdSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetAdGroupAd);
            Modify_GetAdGroupAdApiCall(ref _callGetAdGroupAd);
            _callMutateAdGroupAds = clientHelper.BuildApiCall <MutateAdGroupAdsRequest, MutateAdGroupAdsResponse>(grpcClient.MutateAdGroupAdsAsync, grpcClient.MutateAdGroupAds, effectiveSettings.MutateAdGroupAdsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateAdGroupAds);
            Modify_MutateAdGroupAdsApiCall(ref _callMutateAdGroupAds);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the AdGroupAdService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdGroupAdServiceSettings"/> used within this client </param>
        public AdGroupAdServiceClientImpl(AdGroupAdService.AdGroupAdServiceClient grpcClient, AdGroupAdServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdGroupAdServiceSettings effectiveSettings = settings ?? AdGroupAdServiceSettings.GetDefault();
            gaxgrpc::ClientHelper    clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAdGroupAd = clientHelper.BuildApiCall <GetAdGroupAdRequest, gagvr::AdGroupAd>(
                GrpcClient.GetAdGroupAdAsync, GrpcClient.GetAdGroupAd, effectiveSettings.GetAdGroupAdSettings)
                                .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateAdGroupAds = clientHelper.BuildApiCall <MutateAdGroupAdsRequest, MutateAdGroupAdsResponse>(
                GrpcClient.MutateAdGroupAdsAsync, GrpcClient.MutateAdGroupAds, effectiveSettings.MutateAdGroupAdsSettings)
                                    .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetAdGroupAd);
            Modify_GetAdGroupAdApiCall(ref _callGetAdGroupAd);
            Modify_ApiCall(ref _callMutateAdGroupAds);
            Modify_MutateAdGroupAdsApiCall(ref _callMutateAdGroupAds);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }