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

            _callGetDetailPlacementView = clientHelper.BuildApiCall <GetDetailPlacementViewRequest, gagvr::DetailPlacementView>(grpcClient.GetDetailPlacementViewAsync, grpcClient.GetDetailPlacementView, effectiveSettings.GetDetailPlacementViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetDetailPlacementView);
            Modify_GetDetailPlacementViewApiCall(ref _callGetDetailPlacementView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the DetailPlacementViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="DetailPlacementViewServiceSettings"/> used within this client </param>
        public DetailPlacementViewServiceClientImpl(DetailPlacementViewService.DetailPlacementViewServiceClient grpcClient, DetailPlacementViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            DetailPlacementViewServiceSettings effectiveSettings = settings ?? DetailPlacementViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetDetailPlacementView = clientHelper.BuildApiCall <GetDetailPlacementViewRequest, gagvr::DetailPlacementView>(
                GrpcClient.GetDetailPlacementViewAsync, GrpcClient.GetDetailPlacementView, effectiveSettings.GetDetailPlacementViewSettings)
                                          .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetDetailPlacementView);
            Modify_GetDetailPlacementViewApiCall(ref _callGetDetailPlacementView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }