gogol-monitoring-0.3.0: Google Stackdriver Monitoring 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.Monitoring.Projects.Categories.List

Contents

Description

List all Categories for a host project.

See: Stackdriver Monitoring API Reference for monitoring.projects.categories.list.

Synopsis

REST Resource

type ProjectsCategoriesListResource = "v3" :> (Capture "parent" Text :> ("categories" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListCategoriesResponse))))))))))))) Source #

A resource alias for monitoring.projects.categories.list method which the ProjectsCategoriesList request conforms to.

Creating a Request

projectsCategoriesList Source #

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

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

data ProjectsCategoriesList Source #

List all Categories for a host project.

See: projectsCategoriesList smart constructor.

Instances

Eq ProjectsCategoriesList Source # 
Data ProjectsCategoriesList Source # 

Methods

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

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

toConstr :: ProjectsCategoriesList -> Constr #

dataTypeOf :: ProjectsCategoriesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsCategoriesList Source # 
Generic ProjectsCategoriesList Source # 
GoogleRequest ProjectsCategoriesList Source # 
type Rep ProjectsCategoriesList Source # 
type Rep ProjectsCategoriesList = D1 (MetaData "ProjectsCategoriesList" "Network.Google.Resource.Monitoring.Projects.Categories.List" "gogol-monitoring-0.3.0-IKEcNDS8vFXEWz92GSQ1Q9" False) (C1 (MetaCons "ProjectsCategoriesList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pclParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pclXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)))) ((:*:) (S1 (MetaSel (Just Symbol "_pclUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pclPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_pclAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pclUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pclBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pclFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_pclPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pclPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_pclCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsCategoriesList Source # 
type Scopes ProjectsCategoriesList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/monitoring" ((:) Symbol "https://www.googleapis.com/auth/monitoring.read" ([] Symbol)))
type Rs ProjectsCategoriesList Source # 

Request Lenses

pclParent :: Lens' ProjectsCategoriesList Text Source #

Resource parent of the project to get. Resource parent form is projects/{project_id_or_number}.

pclUploadProtocol :: Lens' ProjectsCategoriesList (Maybe Text) Source #

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

pclPp :: Lens' ProjectsCategoriesList Bool Source #

Pretty-print response.

pclUploadType :: Lens' ProjectsCategoriesList (Maybe Text) Source #

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

pclFilter :: Lens' ProjectsCategoriesList (Maybe Text) Source #

A filter that specifies what Categories to return.

pclPageToken :: Lens' ProjectsCategoriesList (Maybe Text) Source #

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.

pclPageSize :: Lens' ProjectsCategoriesList (Maybe Int32) Source #

A positive number that is the maximum number of results to return. When 0, use default page size.