gogol-logging-0.1.1: 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.Sinks.List

Contents

Description

Lists sinks.

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

Synopsis

REST Resource

type ProjectsSinksListResource = "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.projects.sinks.list method which the ProjectsSinksList request conforms to.

Creating a Request

projectsSinksList Source #

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

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

data ProjectsSinksList Source #

Lists sinks.

See: projectsSinksList smart constructor.

Instances

Eq ProjectsSinksList Source # 
Data ProjectsSinksList Source # 

Methods

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

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

toConstr :: ProjectsSinksList -> Constr #

dataTypeOf :: ProjectsSinksList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

pslParent :: Lens' ProjectsSinksList Text Source #

Required. The cloud resource containing the sinks. Example: `"projects/my-logging-project"`.

pslUploadProtocol :: Lens' ProjectsSinksList (Maybe Text) Source #

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

pslPp :: Lens' ProjectsSinksList Bool Source #

Pretty-print response.

pslUploadType :: Lens' ProjectsSinksList (Maybe Text) Source #

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

pslPageToken :: Lens' ProjectsSinksList (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.

pslPageSize :: Lens' ProjectsSinksList (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.