gogol-searchconsole-0.4.0: Google Search Console URL Testing Tools SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

Contents

Description

Runs Mobile-Friendly Test for a given URL.

See: Google Search Console URL Testing Tools API Reference for searchconsole.urlTestingTools.mobileFriendlyTest.run.

Synopsis

REST Resource

type URLTestingToolsMobileFriendlyTestRunResource = "v1" :> ("urlTestingTools" :> ("mobileFriendlyTest:run" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RunMobileFriendlyTestRequest :> Post '[JSON] RunMobileFriendlyTestResponse))))))))) Source #

A resource alias for searchconsole.urlTestingTools.mobileFriendlyTest.run method which the URLTestingToolsMobileFriendlyTestRun request conforms to.

Creating a Request

data URLTestingToolsMobileFriendlyTestRun Source #

Runs Mobile-Friendly Test for a given URL.

See: urlTestingToolsMobileFriendlyTestRun smart constructor.

Instances
Eq URLTestingToolsMobileFriendlyTestRun Source # 
Instance details

Defined in Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

Data URLTestingToolsMobileFriendlyTestRun Source # 
Instance details

Defined in Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> URLTestingToolsMobileFriendlyTestRun -> c URLTestingToolsMobileFriendlyTestRun #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c URLTestingToolsMobileFriendlyTestRun #

toConstr :: URLTestingToolsMobileFriendlyTestRun -> Constr #

dataTypeOf :: URLTestingToolsMobileFriendlyTestRun -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c URLTestingToolsMobileFriendlyTestRun) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c URLTestingToolsMobileFriendlyTestRun) #

gmapT :: (forall b. Data b => b -> b) -> URLTestingToolsMobileFriendlyTestRun -> URLTestingToolsMobileFriendlyTestRun #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> URLTestingToolsMobileFriendlyTestRun -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> URLTestingToolsMobileFriendlyTestRun -> r #

gmapQ :: (forall d. Data d => d -> u) -> URLTestingToolsMobileFriendlyTestRun -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> URLTestingToolsMobileFriendlyTestRun -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> URLTestingToolsMobileFriendlyTestRun -> m URLTestingToolsMobileFriendlyTestRun #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> URLTestingToolsMobileFriendlyTestRun -> m URLTestingToolsMobileFriendlyTestRun #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> URLTestingToolsMobileFriendlyTestRun -> m URLTestingToolsMobileFriendlyTestRun #

Show URLTestingToolsMobileFriendlyTestRun Source # 
Instance details

Defined in Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

Generic URLTestingToolsMobileFriendlyTestRun Source # 
Instance details

Defined in Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

GoogleRequest URLTestingToolsMobileFriendlyTestRun Source # 
Instance details

Defined in Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

type Rep URLTestingToolsMobileFriendlyTestRun Source # 
Instance details

Defined in Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

type Rep URLTestingToolsMobileFriendlyTestRun = D1 (MetaData "URLTestingToolsMobileFriendlyTestRun" "Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run" "gogol-searchconsole-0.4.0-33UccPcwZbN43RIExLRMSU" False) (C1 (MetaCons "URLTestingToolsMobileFriendlyTestRun'" PrefixI True) ((S1 (MetaSel (Just "_uttmftrXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_uttmftrUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uttmftrAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_uttmftrUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_uttmftrPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RunMobileFriendlyTestRequest) :*: S1 (MetaSel (Just "_uttmftrCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes URLTestingToolsMobileFriendlyTestRun Source # 
Instance details

Defined in Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

type Rs URLTestingToolsMobileFriendlyTestRun Source # 
Instance details

Defined in Network.Google.Resource.SearchConsole.URLTestingTools.MobileFriendlyTest.Run

Request Lenses

uttmftrUploadProtocol :: Lens' URLTestingToolsMobileFriendlyTestRun (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

uttmftrUploadType :: Lens' URLTestingToolsMobileFriendlyTestRun (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").