gogol-monitoring-0.4.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.NotificationChannelDescriptors.Get

Contents

Description

Gets a single channel descriptor. The descriptor indicates which fields are expected / permitted for a notification channel of the given type.

See: Stackdriver Monitoring API Reference for monitoring.projects.notificationChannelDescriptors.get.

Synopsis

REST Resource

type ProjectsNotificationChannelDescriptorsGetResource = "v3" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] NotificationChannelDescriptor))))))) Source #

A resource alias for monitoring.projects.notificationChannelDescriptors.get method which the ProjectsNotificationChannelDescriptorsGet request conforms to.

Creating a Request

projectsNotificationChannelDescriptorsGet Source #

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

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

data ProjectsNotificationChannelDescriptorsGet Source #

Gets a single channel descriptor. The descriptor indicates which fields are expected / permitted for a notification channel of the given type.

See: projectsNotificationChannelDescriptorsGet smart constructor.

Instances
Eq ProjectsNotificationChannelDescriptorsGet Source # 
Instance details

Defined in Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get

Data ProjectsNotificationChannelDescriptorsGet Source # 
Instance details

Defined in Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get

Methods

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

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

toConstr :: ProjectsNotificationChannelDescriptorsGet -> Constr #

dataTypeOf :: ProjectsNotificationChannelDescriptorsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsNotificationChannelDescriptorsGet Source # 
Instance details

Defined in Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get

Generic ProjectsNotificationChannelDescriptorsGet Source # 
Instance details

Defined in Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get

GoogleRequest ProjectsNotificationChannelDescriptorsGet Source # 
Instance details

Defined in Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get

type Rep ProjectsNotificationChannelDescriptorsGet Source # 
Instance details

Defined in Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get

type Rep ProjectsNotificationChannelDescriptorsGet = D1 (MetaData "ProjectsNotificationChannelDescriptorsGet" "Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get" "gogol-monitoring-0.4.0-2c26UZAXxP5IDqve62RFQh" False) (C1 (MetaCons "ProjectsNotificationChannelDescriptorsGet'" PrefixI True) ((S1 (MetaSel (Just "_pncdgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pncdgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pncdgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pncdgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pncdgName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pncdgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsNotificationChannelDescriptorsGet Source # 
Instance details

Defined in Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get

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

Defined in Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.Get

Request Lenses

pncdgUploadProtocol :: Lens' ProjectsNotificationChannelDescriptorsGet (Maybe Text) Source #

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

pncdgUploadType :: Lens' ProjectsNotificationChannelDescriptorsGet (Maybe Text) Source #

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

pncdgName :: Lens' ProjectsNotificationChannelDescriptorsGet Text Source #

The channel type for which to execute the request. The format is projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}.