/// <summary>
        /// Constructs a client wrapper for the CampaignAudienceViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="CampaignAudienceViewServiceSettings"/> used within this client </param>
        public CampaignAudienceViewServiceClientImpl(CampaignAudienceViewService.CampaignAudienceViewServiceClient grpcClient, CampaignAudienceViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            CampaignAudienceViewServiceSettings effectiveSettings = settings ?? CampaignAudienceViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetCampaignAudienceView = clientHelper.BuildApiCall <GetCampaignAudienceViewRequest, gagvr::CampaignAudienceView>(
                GrpcClient.GetCampaignAudienceViewAsync, GrpcClient.GetCampaignAudienceView, effectiveSettings.GetCampaignAudienceViewSettings)
                                           .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetCampaignAudienceView);
            Modify_GetCampaignAudienceViewApiCall(ref _callGetCampaignAudienceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the CampaignAudienceViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="CampaignAudienceViewServiceSettings"/> used within this client </param>
        public CampaignAudienceViewServiceClientImpl(CampaignAudienceViewService.CampaignAudienceViewServiceClient grpcClient, CampaignAudienceViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            CampaignAudienceViewServiceSettings effectiveSettings = settings ?? CampaignAudienceViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetCampaignAudienceView = clientHelper.BuildApiCall <GetCampaignAudienceViewRequest, gagvr::CampaignAudienceView>(
                GrpcClient.GetCampaignAudienceViewAsync, GrpcClient.GetCampaignAudienceView, effectiveSettings.GetCampaignAudienceViewSettings)
                                           .WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetCampaignAudienceView);
            Modify_GetCampaignAudienceViewApiCall(ref _callGetCampaignAudienceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }