gogol-cloudtasks-0.5.0: Google Cloud Tasks 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.CloudTasks.Projects.Locations.List

Contents

Description

Lists information about the supported locations for this service.

See: Cloud Tasks API Reference for cloudtasks.projects.locations.list.

Synopsis

REST Resource

type ProjectsLocationsListResource = "v2" :> (Capture "name" Text :> ("locations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListLocationsResponse))))))))))) Source #

A resource alias for cloudtasks.projects.locations.list method which the ProjectsLocationsList request conforms to.

Creating a Request

projectsLocationsList Source #

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

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

data ProjectsLocationsList Source #

Lists information about the supported locations for this service.

See: projectsLocationsList smart constructor.

Instances
Eq ProjectsLocationsList Source # 
Instance details

Defined in Network.Google.Resource.CloudTasks.Projects.Locations.List

Data ProjectsLocationsList Source # 
Instance details

Defined in Network.Google.Resource.CloudTasks.Projects.Locations.List

Methods

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

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

toConstr :: ProjectsLocationsList -> Constr #

dataTypeOf :: ProjectsLocationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsList Source # 
Instance details

Defined in Network.Google.Resource.CloudTasks.Projects.Locations.List

Generic ProjectsLocationsList Source # 
Instance details

Defined in Network.Google.Resource.CloudTasks.Projects.Locations.List

Associated Types

type Rep ProjectsLocationsList :: Type -> Type #

GoogleRequest ProjectsLocationsList Source # 
Instance details

Defined in Network.Google.Resource.CloudTasks.Projects.Locations.List

type Rep ProjectsLocationsList Source # 
Instance details

Defined in Network.Google.Resource.CloudTasks.Projects.Locations.List

type Rep ProjectsLocationsList = D1 (MetaData "ProjectsLocationsList" "Network.Google.Resource.CloudTasks.Projects.Locations.List" "gogol-cloudtasks-0.5.0-1OIp4lJq6ykJbnFcch0eRs" False) (C1 (MetaCons "ProjectsLocationsList'" PrefixI True) (((S1 (MetaSel (Just "_pllXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pllUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pllAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pllUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pllName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pllFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pllPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pllPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pllCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsLocationsList Source # 
Instance details

Defined in Network.Google.Resource.CloudTasks.Projects.Locations.List

type Scopes ProjectsLocationsList = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsLocationsList Source # 
Instance details

Defined in Network.Google.Resource.CloudTasks.Projects.Locations.List

Request Lenses

pllUploadProtocol :: Lens' ProjectsLocationsList (Maybe Text) Source #

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

pllUploadType :: Lens' ProjectsLocationsList (Maybe Text) Source #

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

pllName :: Lens' ProjectsLocationsList Text Source #

The resource that owns the locations collection, if applicable.

pllFilter :: Lens' ProjectsLocationsList (Maybe Text) Source #

The standard list filter.

pllPageToken :: Lens' ProjectsLocationsList (Maybe Text) Source #

The standard list page token.

pllPageSize :: Lens' ProjectsLocationsList (Maybe Int32) Source #

The standard list page size.