gogol-webmaster-tools-0.5.0: Google Search Console 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.Webmasters.URLCrawlErrorsSamples.Get

Contents

Description

Retrieves details about crawl errors for a site's sample URL.

See: Search Console API Reference for webmasters.urlcrawlerrorssamples.get.

Synopsis

REST Resource

type URLCrawlErrorsSamplesGetResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> ("urlCrawlErrorsSamples" :> (Capture "url" Text :> (QueryParam "category" URLCrawlErrorsSamplesGetCategory :> (QueryParam "platform" URLCrawlErrorsSamplesGetPlatform :> (QueryParam "alt" AltJSON :> Get '[JSON] URLCrawlErrorsSample)))))))) Source #

A resource alias for webmasters.urlcrawlerrorssamples.get method which the URLCrawlErrorsSamplesGet request conforms to.

Creating a Request

urlCrawlErrorsSamplesGet Source #

Creates a value of URLCrawlErrorsSamplesGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data URLCrawlErrorsSamplesGet Source #

Retrieves details about crawl errors for a site's sample URL.

See: urlCrawlErrorsSamplesGet smart constructor.

Instances
Eq URLCrawlErrorsSamplesGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get

Data URLCrawlErrorsSamplesGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get

Methods

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

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

toConstr :: URLCrawlErrorsSamplesGet -> Constr #

dataTypeOf :: URLCrawlErrorsSamplesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show URLCrawlErrorsSamplesGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get

Generic URLCrawlErrorsSamplesGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get

Associated Types

type Rep URLCrawlErrorsSamplesGet :: Type -> Type #

GoogleRequest URLCrawlErrorsSamplesGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get

type Rep URLCrawlErrorsSamplesGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get

type Rep URLCrawlErrorsSamplesGet = D1 (MetaData "URLCrawlErrorsSamplesGet" "Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get" "gogol-webmaster-tools-0.5.0-69e1Rmt3UcgKAiRkJh9LuR" False) (C1 (MetaCons "URLCrawlErrorsSamplesGet'" PrefixI True) ((S1 (MetaSel (Just "_ucesgPlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URLCrawlErrorsSamplesGetPlatform) :*: S1 (MetaSel (Just "_ucesgCategory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URLCrawlErrorsSamplesGetCategory)) :*: (S1 (MetaSel (Just "_ucesgSiteURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ucesgURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes URLCrawlErrorsSamplesGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get

type Scopes URLCrawlErrorsSamplesGet = "https://www.googleapis.com/auth/webmasters" ': ("https://www.googleapis.com/auth/webmasters.readonly" ': ([] :: [Symbol]))
type Rs URLCrawlErrorsSamplesGet Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.Get

Request Lenses

ucesgPlatform :: Lens' URLCrawlErrorsSamplesGet URLCrawlErrorsSamplesGetPlatform Source #

The user agent type (platform) that made the request. For example: web

ucesgCategory :: Lens' URLCrawlErrorsSamplesGet URLCrawlErrorsSamplesGetCategory Source #

The crawl error category. For example: authPermissions

ucesgSiteURL :: Lens' URLCrawlErrorsSamplesGet Text Source #

The site's URL, including protocol. For example: http://www.example.com/

ucesgURL :: Lens' URLCrawlErrorsSamplesGet Text Source #

The relative path (without the site) of the sample URL. It must be one of the URLs returned by list(). For example, for the URL https://www.example.com/pagename on the site https://www.example.com/, the url value is pagename