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

            _callGetLandingPageView = clientHelper.BuildApiCall <GetLandingPageViewRequest, gagvr::LandingPageView>(grpcClient.GetLandingPageViewAsync, grpcClient.GetLandingPageView, effectiveSettings.GetLandingPageViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetLandingPageView);
            Modify_GetLandingPageViewApiCall(ref _callGetLandingPageView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }