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.Delete

Contents

Description

Delete a MetricAssociation.

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

Synopsis

REST Resource

type ProjectsCategoriesMetricAssociationsDeleteResource = "v3" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty))))))))) Source #

A resource alias for monitoring.projects.categories.metricAssociations.delete method which the ProjectsCategoriesMetricAssociationsDelete request conforms to.

Creating a Request

data ProjectsCategoriesMetricAssociationsDelete Source #

Delete a MetricAssociation.

See: projectsCategoriesMetricAssociationsDelete smart constructor.

Instances

Eq ProjectsCategoriesMetricAssociationsDelete Source # 
Data ProjectsCategoriesMetricAssociationsDelete Source # 

Methods

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

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

toConstr :: ProjectsCategoriesMetricAssociationsDelete -> Constr #

dataTypeOf :: ProjectsCategoriesMetricAssociationsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsCategoriesMetricAssociationsDelete Source # 
Generic ProjectsCategoriesMetricAssociationsDelete Source # 
GoogleRequest ProjectsCategoriesMetricAssociationsDelete Source # 
type Rep ProjectsCategoriesMetricAssociationsDelete Source # 
type Rep ProjectsCategoriesMetricAssociationsDelete = D1 (MetaData "ProjectsCategoriesMetricAssociationsDelete" "Network.Google.Resource.Monitoring.Projects.Categories.MetricAssociations.Delete" "gogol-monitoring-0.2.0-5VsasuLGiRPAVflmBWIC9Z" False) (C1 (MetaCons "ProjectsCategoriesMetricAssociationsDelete'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pcmadXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_pcmadUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_pcmadPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_pcmadAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pcmadUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pcmadBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_pcmadName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pcmadCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsCategoriesMetricAssociationsDelete Source # 
type Scopes ProjectsCategoriesMetricAssociationsDelete = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/monitoring" ([] Symbol))
type Rs ProjectsCategoriesMetricAssociationsDelete Source # 

Request Lenses

pcmadUploadProtocol :: Lens' ProjectsCategoriesMetricAssociationsDelete (Maybe Text) Source #

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

pcmadUploadType :: Lens' ProjectsCategoriesMetricAssociationsDelete (Maybe Text) Source #

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

pcmadName :: Lens' ProjectsCategoriesMetricAssociationsDelete Text Source #

Resource name of metric association to delete. Resource name form is projects/{project_id_or_number}/ categories/{short_name}/metricAssociations/{metric_name}.