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

Contents

Description

Lists the descriptors for supported channel types. The use of descriptors makes it possible for new channel types to be dynamically added.

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

Synopsis

REST Resource

type ProjectsNotificationChannelDescriptorsListResource = "v3" :> (Capture "name" Text :> ("notificationChannelDescriptors" :> (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] ListNotificationChannelDescriptorsResponse)))))))))) Source #

A resource alias for monitoring.projects.notificationChannelDescriptors.list method which the ProjectsNotificationChannelDescriptorsList request conforms to.

Creating a Request

data ProjectsNotificationChannelDescriptorsList Source #

Lists the descriptors for supported channel types. The use of descriptors makes it possible for new channel types to be dynamically added.

See: projectsNotificationChannelDescriptorsList smart constructor.

Instances
Eq ProjectsNotificationChannelDescriptorsList Source # 
Instance details

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

Data ProjectsNotificationChannelDescriptorsList Source # 
Instance details

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

Methods

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

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

toConstr :: ProjectsNotificationChannelDescriptorsList -> Constr #

dataTypeOf :: ProjectsNotificationChannelDescriptorsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsNotificationChannelDescriptorsList Source # 
Instance details

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

Generic ProjectsNotificationChannelDescriptorsList Source # 
Instance details

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

GoogleRequest ProjectsNotificationChannelDescriptorsList Source # 
Instance details

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

type Rep ProjectsNotificationChannelDescriptorsList Source # 
Instance details

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

type Rep ProjectsNotificationChannelDescriptorsList = D1 (MetaData "ProjectsNotificationChannelDescriptorsList" "Network.Google.Resource.Monitoring.Projects.NotificationChannelDescriptors.List" "gogol-monitoring-0.4.0-2c26UZAXxP5IDqve62RFQh" False) (C1 (MetaCons "ProjectsNotificationChannelDescriptorsList'" PrefixI True) (((S1 (MetaSel (Just "_pncdlXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pncdlUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pncdlAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pncdlUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pncdlName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pncdlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pncdlPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pncdlCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsNotificationChannelDescriptorsList Source # 
Instance details

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

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

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

Request Lenses

pncdlUploadProtocol :: Lens' ProjectsNotificationChannelDescriptorsList (Maybe Text) Source #

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

pncdlUploadType :: Lens' ProjectsNotificationChannelDescriptorsList (Maybe Text) Source #

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

pncdlName :: Lens' ProjectsNotificationChannelDescriptorsList Text Source #

The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is: projects/[PROJECT_ID] Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.

pncdlPageToken :: Lens' ProjectsNotificationChannelDescriptorsList (Maybe Text) Source #

If non-empty, page_token must contain a value returned as the next_page_token in a previous response to request the next set of results.

pncdlPageSize :: Lens' ProjectsNotificationChannelDescriptorsList (Maybe Int32) Source #

The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.