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

            _callGetParentalStatusView = clientHelper.BuildApiCall <GetParentalStatusViewRequest, gagvr::ParentalStatusView>(grpcClient.GetParentalStatusViewAsync, grpcClient.GetParentalStatusView, effectiveSettings.GetParentalStatusViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetParentalStatusView);
            Modify_GetParentalStatusViewApiCall(ref _callGetParentalStatusView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the ParentalStatusViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="ParentalStatusViewServiceSettings"/> used within this client </param>
        public ParentalStatusViewServiceClientImpl(ParentalStatusViewService.ParentalStatusViewServiceClient grpcClient, ParentalStatusViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ParentalStatusViewServiceSettings effectiveSettings = settings ?? ParentalStatusViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper             clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetParentalStatusView = clientHelper.BuildApiCall <GetParentalStatusViewRequest, gagvr::ParentalStatusView>(
                GrpcClient.GetParentalStatusViewAsync, GrpcClient.GetParentalStatusView, effectiveSettings.GetParentalStatusViewSettings)
                                         .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetParentalStatusView);
            Modify_GetParentalStatusViewApiCall(ref _callGetParentalStatusView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }