{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module Gogol.ToolResults.Types
(
toolResultsService,
Xgafv (..),
ANR (..),
newANR,
AvailableDeepLinks (..),
newAvailableDeepLinks,
BlankScreen (..),
newBlankScreen,
CrashDialogError (..),
newCrashDialogError,
EncounteredLoginScreen (..),
newEncounteredLoginScreen,
EncounteredNonAndroidUiWidgetScreen (..),
newEncounteredNonAndroidUiWidgetScreen,
FailedToInstall (..),
newFailedToInstall,
FatalException (..),
newFatalException,
InAppPurchasesFound (..),
newInAppPurchasesFound,
InsufficientCoverage (..),
newInsufficientCoverage,
IosAppCrashed (..),
newIosAppCrashed,
LauncherActivityNotFound (..),
newLauncherActivityNotFound,
NativeCrash (..),
newNativeCrash,
NonSdkApi (..),
newNonSdkApi,
NonSdkApi_List (..),
NonSdkApiInsight (..),
newNonSdkApiInsight,
NonSdkApiUsageViolation (..),
newNonSdkApiUsageViolation,
NonSdkApiUsageViolationReport (..),
newNonSdkApiUsageViolationReport,
OverlappingUIElements (..),
newOverlappingUIElements,
PendingGoogleUpdateInsight (..),
newPendingGoogleUpdateInsight,
PerformedGoogleLogin (..),
newPerformedGoogleLogin,
PerformedMonkeyActions (..),
newPerformedMonkeyActions,
RoboScriptExecution (..),
newRoboScriptExecution,
StackTrace (..),
newStackTrace,
StartActivityNotFound (..),
newStartActivityNotFound,
UIElementTooDeep (..),
newUIElementTooDeep,
UnspecifiedWarning (..),
newUnspecifiedWarning,
UnusedRoboDirective (..),
newUnusedRoboDirective,
UpgradeInsight (..),
newUpgradeInsight,
UsedRoboDirective (..),
newUsedRoboDirective,
UsedRoboIgnoreDirective (..),
newUsedRoboIgnoreDirective,
)
where
import Gogol.Prelude qualified as Core
import Gogol.ToolResults.Internal.Product
import Gogol.ToolResults.Internal.Sum
toolResultsService :: Core.ServiceConfig
toolResultsService :: ServiceConfig
toolResultsService =
ServiceId -> ByteString -> ServiceConfig
Core.defaultService
(Text -> ServiceId
Core.ServiceId Text
"toolresults:v1")
ByteString
"www.googleapis.com"