gogol-debugger-0.0.1: Google Cloud Debugger SDK.

Copyright(c) 2015 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.CloudDebugger.Debugger.Debuggees.List

Contents

Description

Lists all the debuggees that the user can set breakpoints to.

See: Google Cloud Debugger API Reference for clouddebugger.debugger.debuggees.list.

Synopsis

REST Resource

type DebuggerDebuggeesListResource = "v2" :> ("debugger" :> ("debuggees" :> (QueryParam "$.xgafv" Text :> (QueryParam "includeInactive" Bool :> (QueryParam "upload_protocol" Text :> (QueryParam "project" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ListDebuggeesResponse)))))))))))) Source

A resource alias for clouddebugger.debugger.debuggees.list method which the DebuggerDebuggeesList request conforms to.

Creating a Request

debuggerDebuggeesList :: DebuggerDebuggeesList Source

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

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

Request Lenses

ddlIncludeInactive :: Lens' DebuggerDebuggeesList (Maybe Bool) Source

When set to true the result includes all debuggees, otherwise only debugees that are active.

ddlUploadProtocol :: Lens' DebuggerDebuggeesList (Maybe Text) Source

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

ddlProject :: Lens' DebuggerDebuggeesList (Maybe Text) Source

Set to the project number of the Google Cloud Platform to list the debuggees that are part of that project.

ddlPp :: Lens' DebuggerDebuggeesList Bool Source

Pretty-print response.

ddlUploadType :: Lens' DebuggerDebuggeesList (Maybe Text) Source

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