gogol-logging-0.4.0: Google Stackdriver Logging 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.Logging.Projects.Exclusions.List

Contents

Description

Lists all the exclusions in a parent resource.

See: Stackdriver Logging API Reference for logging.projects.exclusions.list.

Synopsis

REST Resource

type ProjectsExclusionsListResource = "v2" :> (Capture "parent" Text :> ("exclusions" :> (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] ListExclusionsResponse)))))))))) Source #

A resource alias for logging.projects.exclusions.list method which the ProjectsExclusionsList request conforms to.

Creating a Request

projectsExclusionsList Source #

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

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

data ProjectsExclusionsList Source #

Lists all the exclusions in a parent resource.

See: projectsExclusionsList smart constructor.

Instances
Eq ProjectsExclusionsList Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.List

Data ProjectsExclusionsList Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.List

Methods

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

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

toConstr :: ProjectsExclusionsList -> Constr #

dataTypeOf :: ProjectsExclusionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsExclusionsList Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.List

Generic ProjectsExclusionsList Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.List

Associated Types

type Rep ProjectsExclusionsList :: Type -> Type #

GoogleRequest ProjectsExclusionsList Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.List

type Rep ProjectsExclusionsList Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.List

type Rep ProjectsExclusionsList = D1 (MetaData "ProjectsExclusionsList" "Network.Google.Resource.Logging.Projects.Exclusions.List" "gogol-logging-0.4.0-Fkqxms3wLZh247ErmYpvHr" False) (C1 (MetaCons "ProjectsExclusionsList'" PrefixI True) (((S1 (MetaSel (Just "_pelParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pelXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_pelUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pelAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pelUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pelPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pelPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pelCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsExclusionsList Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.List

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

Defined in Network.Google.Resource.Logging.Projects.Exclusions.List

Request Lenses

pelParent :: Lens' ProjectsExclusionsList Text Source #

Required. The parent resource whose exclusions are to be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]"

pelUploadProtocol :: Lens' ProjectsExclusionsList (Maybe Text) Source #

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

pelUploadType :: Lens' ProjectsExclusionsList (Maybe Text) Source #

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

pelPageToken :: Lens' ProjectsExclusionsList (Maybe Text) Source #

Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.

pelPageSize :: Lens' ProjectsExclusionsList (Maybe Int32) Source #

Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.