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.Logs.List

Contents

Description

Lists the logs in projects or organizations. Only logs that have entries are listed.

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

Synopsis

REST Resource

type BillingAccountsLogsListResource = "v2" :> (Capture "parent" Text :> ("logs" :> (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] ListLogsResponse)))))))))))) Source #

A resource alias for logging.billingAccounts.logs.list method which the BillingAccountsLogsList request conforms to.

Creating a Request

billingAccountsLogsList Source #

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

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

data BillingAccountsLogsList Source #

Lists the logs in projects or organizations. Only logs that have entries are listed.

See: billingAccountsLogsList smart constructor.

Instances

Eq BillingAccountsLogsList Source # 
Data BillingAccountsLogsList Source # 

Methods

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

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

toConstr :: BillingAccountsLogsList -> Constr #

dataTypeOf :: BillingAccountsLogsList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

ballParent :: Lens' BillingAccountsLogsList Text Source #

Required. The resource name that owns the logs: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]"

ballUploadProtocol :: Lens' BillingAccountsLogsList (Maybe Text) Source #

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

ballPp :: Lens' BillingAccountsLogsList Bool Source #

Pretty-print response.

ballUploadType :: Lens' BillingAccountsLogsList (Maybe Text) Source #

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

ballPageToken :: Lens' BillingAccountsLogsList (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.

ballPageSize :: Lens' BillingAccountsLogsList (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.