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.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)))))))))))) #

A resource alias for logging.projects.sinks.list method which the ProjectsSinksList request conforms to.

Creating a Request

projectsSinksList #

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 #

Lists sinks.

See: projectsSinksList smart constructor.

Instances

Eq ProjectsSinksList # 
Data ProjectsSinksList # 

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 # 
Generic ProjectsSinksList # 
GoogleRequest ProjectsSinksList # 
type Rep ProjectsSinksList # 
type Scopes ProjectsSinksList # 
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 # 

Request Lenses

pslParent :: Lens' ProjectsSinksList Text #

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

pslUploadProtocol :: Lens' ProjectsSinksList (Maybe Text) #

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

pslPp :: Lens' ProjectsSinksList Bool #

Pretty-print response.

pslUploadType :: Lens' ProjectsSinksList (Maybe Text) #

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

pslPageToken :: Lens' ProjectsSinksList (Maybe Text) #

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) #

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.