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

Contents

Description

Gets a sink.

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

Synopsis

REST Resource

type OrganizationsSinksGetResource = "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.organizations.sinks.get method which the OrganizationsSinksGet request conforms to.

Creating a Request

organizationsSinksGet Source #

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

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

data OrganizationsSinksGet Source #

Gets a sink.

See: organizationsSinksGet smart constructor.

Instances

Eq OrganizationsSinksGet Source # 
Data OrganizationsSinksGet Source # 

Methods

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

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

toConstr :: OrganizationsSinksGet -> Constr #

dataTypeOf :: OrganizationsSinksGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OrganizationsSinksGet Source # 
Generic OrganizationsSinksGet Source # 
GoogleRequest OrganizationsSinksGet Source # 
type Rep OrganizationsSinksGet Source # 
type Rep OrganizationsSinksGet = D1 (MetaData "OrganizationsSinksGet" "Network.Google.Resource.Logging.Organizations.Sinks.Get" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "OrganizationsSinksGet'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_osgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_osgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_osgPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_osgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_osgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_osgBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_osgSinkName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_osgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes OrganizationsSinksGet Source # 
type Scopes OrganizationsSinksGet = (:) 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 OrganizationsSinksGet Source # 

Request Lenses

osgUploadProtocol :: Lens' OrganizationsSinksGet (Maybe Text) Source #

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

osgPp :: Lens' OrganizationsSinksGet Bool Source #

Pretty-print response.

osgUploadType :: Lens' OrganizationsSinksGet (Maybe Text) Source #

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

osgSinkName :: Lens' OrganizationsSinksGet 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".