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.Folders.Exclusions.Get

Contents

Description

Gets the description of an exclusion.

See: Stackdriver Logging API Reference for logging.folders.exclusions.get.

Synopsis

REST Resource

type FoldersExclusionsGetResource = "v2" :> (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] LogExclusion))))))) Source #

A resource alias for logging.folders.exclusions.get method which the FoldersExclusionsGet request conforms to.

Creating a Request

foldersExclusionsGet Source #

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

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

data FoldersExclusionsGet Source #

Gets the description of an exclusion.

See: foldersExclusionsGet smart constructor.

Instances
Eq FoldersExclusionsGet Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Exclusions.Get

Data FoldersExclusionsGet Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Exclusions.Get

Methods

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

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

toConstr :: FoldersExclusionsGet -> Constr #

dataTypeOf :: FoldersExclusionsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show FoldersExclusionsGet Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Exclusions.Get

Generic FoldersExclusionsGet Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Exclusions.Get

Associated Types

type Rep FoldersExclusionsGet :: Type -> Type #

GoogleRequest FoldersExclusionsGet Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Exclusions.Get

Associated Types

type Rs FoldersExclusionsGet :: Type #

type Scopes FoldersExclusionsGet :: [Symbol] #

type Rep FoldersExclusionsGet Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Exclusions.Get

type Rep FoldersExclusionsGet = D1 (MetaData "FoldersExclusionsGet" "Network.Google.Resource.Logging.Folders.Exclusions.Get" "gogol-logging-0.4.0-Fkqxms3wLZh247ErmYpvHr" False) (C1 (MetaCons "FoldersExclusionsGet'" PrefixI True) ((S1 (MetaSel (Just "_fegXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_fegUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fegAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_fegUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_fegName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_fegCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes FoldersExclusionsGet Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Exclusions.Get

type Scopes FoldersExclusionsGet = "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 FoldersExclusionsGet Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Exclusions.Get

Request Lenses

fegUploadProtocol :: Lens' FoldersExclusionsGet (Maybe Text) Source #

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

fegUploadType :: Lens' FoldersExclusionsGet (Maybe Text) Source #

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

fegName :: Lens' FoldersExclusionsGet Text Source #

Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id".