Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs.
See: Stackdriver Logging API Reference for logging.entries.list
.
Synopsis
- type EntriesListResource = "v2" :> ("entries:list" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ListLogEntriesRequest :> Post '[JSON] ListLogEntriesResponse))))))))
- entriesList :: ListLogEntriesRequest -> EntriesList
- data EntriesList
- elXgafv :: Lens' EntriesList (Maybe Xgafv)
- elUploadProtocol :: Lens' EntriesList (Maybe Text)
- elAccessToken :: Lens' EntriesList (Maybe Text)
- elUploadType :: Lens' EntriesList (Maybe Text)
- elPayload :: Lens' EntriesList ListLogEntriesRequest
- elCallback :: Lens' EntriesList (Maybe Text)
REST Resource
type EntriesListResource = "v2" :> ("entries:list" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ListLogEntriesRequest :> Post '[JSON] ListLogEntriesResponse)))))))) Source #
A resource alias for logging.entries.list
method which the
EntriesList
request conforms to.
Creating a Request
Creates a value of EntriesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EntriesList Source #
Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs.
See: entriesList
smart constructor.
Instances
Request Lenses
elUploadProtocol :: Lens' EntriesList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
elAccessToken :: Lens' EntriesList (Maybe Text) Source #
OAuth access token.
elUploadType :: Lens' EntriesList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
elPayload :: Lens' EntriesList ListLogEntriesRequest Source #
Multipart request metadata.
elCallback :: Lens' EntriesList (Maybe Text) Source #
JSONP