gogol-cloudfunctions-0.4.0: Google Cloud Functions 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.CloudFunctions.Projects.Locations.Functions.List

Contents

Description

Returns a list of functions that belong to the requested project.

See: Cloud Functions API Reference for cloudfunctions.projects.locations.functions.list.

Synopsis

REST Resource

type ProjectsLocationsFunctionsListResource = "v1" :> (Capture "parent" Text :> ("functions" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListFunctionsResponse)))))))))) Source #

A resource alias for cloudfunctions.projects.locations.functions.list method which the ProjectsLocationsFunctionsList request conforms to.

Creating a Request

projectsLocationsFunctionsList Source #

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

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

data ProjectsLocationsFunctionsList Source #

Returns a list of functions that belong to the requested project.

See: projectsLocationsFunctionsList smart constructor.

Instances
Eq ProjectsLocationsFunctionsList Source # 
Instance details

Defined in Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List

Data ProjectsLocationsFunctionsList Source # 
Instance details

Defined in Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List

Methods

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

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

toConstr :: ProjectsLocationsFunctionsList -> Constr #

dataTypeOf :: ProjectsLocationsFunctionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsFunctionsList Source # 
Instance details

Defined in Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List

Generic ProjectsLocationsFunctionsList Source # 
Instance details

Defined in Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List

Associated Types

type Rep ProjectsLocationsFunctionsList :: Type -> Type #

GoogleRequest ProjectsLocationsFunctionsList Source # 
Instance details

Defined in Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List

type Rep ProjectsLocationsFunctionsList Source # 
Instance details

Defined in Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List

type Rep ProjectsLocationsFunctionsList = D1 (MetaData "ProjectsLocationsFunctionsList" "Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List" "gogol-cloudfunctions-0.4.0-6sCZoOCvrpODwDOeEfObaJ" False) (C1 (MetaCons "ProjectsLocationsFunctionsList'" PrefixI True) (((S1 (MetaSel (Just "_plflParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plflXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_plflUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plflAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_plflUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plflPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_plflPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_plflCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsLocationsFunctionsList Source # 
Instance details

Defined in Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List

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

Defined in Network.Google.Resource.CloudFunctions.Projects.Locations.Functions.List

Request Lenses

plflParent :: Lens' ProjectsLocationsFunctionsList Text Source #

The project and location from which the function should be listed, specified in the format `projects/*/locations/*` If you want to list functions in all locations, use "-" in place of a location.

plflUploadProtocol :: Lens' ProjectsLocationsFunctionsList (Maybe Text) Source #

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

plflUploadType :: Lens' ProjectsLocationsFunctionsList (Maybe Text) Source #

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

plflPageToken :: Lens' ProjectsLocationsFunctionsList (Maybe Text) Source #

The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.

plflPageSize :: Lens' ProjectsLocationsFunctionsList (Maybe Int32) Source #

Maximum number of functions to return per call.