gogol-logging-0.3.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.BillingAccounts.Sinks.Get

Contents

Description

Gets a sink.

See: Stackdriver Logging API Reference for logging.billingAccounts.sinks.get.

Synopsis

REST Resource

type BillingAccountsSinksGetResource = "v2" :> (Capture "sinkName" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LogSink))))))))) Source #

A resource alias for logging.billingAccounts.sinks.get method which the BillingAccountsSinksGet request conforms to.

Creating a Request

billingAccountsSinksGet Source #

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

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

data BillingAccountsSinksGet Source #

Gets a sink.

See: billingAccountsSinksGet smart constructor.

Instances

Eq BillingAccountsSinksGet Source # 
Data BillingAccountsSinksGet Source # 

Methods

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

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

toConstr :: BillingAccountsSinksGet -> Constr #

dataTypeOf :: BillingAccountsSinksGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BillingAccountsSinksGet Source # 
Generic BillingAccountsSinksGet Source # 
GoogleRequest BillingAccountsSinksGet Source # 
type Rep BillingAccountsSinksGet Source # 
type Rep BillingAccountsSinksGet = D1 (MetaData "BillingAccountsSinksGet" "Network.Google.Resource.Logging.BillingAccounts.Sinks.Get" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "BillingAccountsSinksGet'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_basgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_basgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_basgPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_basgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_basgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_basgBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_basgSinkName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_basgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes BillingAccountsSinksGet Source # 
type Scopes BillingAccountsSinksGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/logging.admin" ((:) Symbol "https://www.googleapis.com/auth/logging.read" ([] Symbol))))
type Rs BillingAccountsSinksGet Source # 

Request Lenses

basgUploadProtocol :: Lens' BillingAccountsSinksGet (Maybe Text) Source #

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

basgPp :: Lens' BillingAccountsSinksGet Bool Source #

Pretty-print response.

basgUploadType :: Lens' BillingAccountsSinksGet (Maybe Text) Source #

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

basgSinkName :: Lens' BillingAccountsSinksGet Text Source #

Required. The parent resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id".