gogol-logging-0.2.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.List

Contents

Description

Lists sinks.

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

Synopsis

REST Resource

type BillingAccountsSinksListResource = "v2" :> (Capture "parent" Text :> ("sinks" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListSinksResponse)))))))))))) Source #

A resource alias for logging.billingAccounts.sinks.list method which the BillingAccountsSinksList request conforms to.

Creating a Request

billingAccountsSinksList Source #

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

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

data BillingAccountsSinksList Source #

Lists sinks.

See: billingAccountsSinksList smart constructor.

Instances

Eq BillingAccountsSinksList Source # 
Data BillingAccountsSinksList Source # 

Methods

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

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

toConstr :: BillingAccountsSinksList -> Constr #

dataTypeOf :: BillingAccountsSinksList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BillingAccountsSinksList Source # 
Generic BillingAccountsSinksList Source # 
GoogleRequest BillingAccountsSinksList Source # 
type Rep BillingAccountsSinksList Source # 
type Scopes BillingAccountsSinksList Source # 
type Scopes BillingAccountsSinksList = (:) 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 BillingAccountsSinksList Source # 

Request Lenses

baslParent :: Lens' BillingAccountsSinksList Text Source #

Required. The parent resource whose sinks are to be listed. Examples: "projects/my-logging-project", "organizations/123456789".

baslUploadProtocol :: Lens' BillingAccountsSinksList (Maybe Text) Source #

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

baslUploadType :: Lens' BillingAccountsSinksList (Maybe Text) Source #

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

baslPageToken :: Lens' BillingAccountsSinksList (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.

baslPageSize :: Lens' BillingAccountsSinksList (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.