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

Contents

Description

Gets the description of an exclusion.

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

Synopsis

REST Resource

type ProjectsExclusionsGetResource = "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.projects.exclusions.get method which the ProjectsExclusionsGet request conforms to.

Creating a Request

projectsExclusionsGet Source #

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

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

data ProjectsExclusionsGet Source #

Gets the description of an exclusion.

See: projectsExclusionsGet smart constructor.

Instances
Eq ProjectsExclusionsGet Source # 
Instance details

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

Data ProjectsExclusionsGet Source # 
Instance details

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

Methods

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

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

toConstr :: ProjectsExclusionsGet -> Constr #

dataTypeOf :: ProjectsExclusionsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsExclusionsGet Source # 
Instance details

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

Generic ProjectsExclusionsGet Source # 
Instance details

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

Associated Types

type Rep ProjectsExclusionsGet :: Type -> Type #

GoogleRequest ProjectsExclusionsGet Source # 
Instance details

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

type Rep ProjectsExclusionsGet Source # 
Instance details

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

type Rep ProjectsExclusionsGet = D1 (MetaData "ProjectsExclusionsGet" "Network.Google.Resource.Logging.Projects.Exclusions.Get" "gogol-logging-0.4.0-Fkqxms3wLZh247ErmYpvHr" False) (C1 (MetaCons "ProjectsExclusionsGet'" PrefixI True) ((S1 (MetaSel (Just "_pegXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pegUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pegAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pegUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pegName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pegCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsExclusionsGet Source # 
Instance details

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

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

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

Request Lenses

pegUploadProtocol :: Lens' ProjectsExclusionsGet (Maybe Text) Source #

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

pegUploadType :: Lens' ProjectsExclusionsGet (Maybe Text) Source #

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

pegName :: Lens' ProjectsExclusionsGet 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".