gogol-monitoring-0.2.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.MetricAssociations.List

Contents

Description

List the MetricAssociations in a given Category.

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

Synopsis

REST Resource

type ProjectsCategoriesMetricAssociationsListResource = "v3" :> (Capture "parent" Text :> ("metricAssociations" :> (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] ListMetricAssociationsResponse))))))))))))) Source #

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

Creating a Request

data ProjectsCategoriesMetricAssociationsList Source #

List the MetricAssociations in a given Category.

See: projectsCategoriesMetricAssociationsList smart constructor.

Instances

Eq ProjectsCategoriesMetricAssociationsList Source # 
Data ProjectsCategoriesMetricAssociationsList Source # 

Methods

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

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

toConstr :: ProjectsCategoriesMetricAssociationsList -> Constr #

dataTypeOf :: ProjectsCategoriesMetricAssociationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsCategoriesMetricAssociationsList Source # 
Generic ProjectsCategoriesMetricAssociationsList Source # 
GoogleRequest ProjectsCategoriesMetricAssociationsList Source # 
type Rep ProjectsCategoriesMetricAssociationsList Source # 
type Rep ProjectsCategoriesMetricAssociationsList = D1 (MetaData "ProjectsCategoriesMetricAssociationsList" "Network.Google.Resource.Monitoring.Projects.Categories.MetricAssociations.List" "gogol-monitoring-0.2.0-5VsasuLGiRPAVflmBWIC9Z" False) (C1 (MetaCons "ProjectsCategoriesMetricAssociationsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pcmalParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pcmalXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)))) ((:*:) (S1 (MetaSel (Just Symbol "_pcmalUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pcmalPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_pcmalAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pcmalUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pcmalBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pcmalFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_pcmalPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pcmalPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_pcmalCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsCategoriesMetricAssociationsList Source # 
type Scopes ProjectsCategoriesMetricAssociationsList = (:) 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 ProjectsCategoriesMetricAssociationsList Source # 

Request Lenses

pcmalParent :: Lens' ProjectsCategoriesMetricAssociationsList Text Source #

Resource parent of the category to get. Resource parent form is projects/{project_id_or_number}/categories/{short_name}.

pcmalUploadProtocol :: Lens' ProjectsCategoriesMetricAssociationsList (Maybe Text) Source #

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

pcmalUploadType :: Lens' ProjectsCategoriesMetricAssociationsList (Maybe Text) Source #

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

pcmalFilter :: Lens' ProjectsCategoriesMetricAssociationsList (Maybe Text) Source #

A filter that specifies what MetricAssociations to return.

pcmalPageToken :: Lens' ProjectsCategoriesMetricAssociationsList (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.

pcmalPageSize :: Lens' ProjectsCategoriesMetricAssociationsList (Maybe Int32) Source #

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