| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <[email protected]> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.Logging.Entries.List
Description
Lists log entries. Use this method to retrieve log entries from Cloud Logging. For ways to export log entries, see Exporting Logs.
See: Google Cloud Logging API Reference for logging.entries.list.
- type EntriesListResource = "v2beta1" :> ("entries:list" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ListLogEntriesRequest :> Post '[JSON] ListLogEntriesResponse))))))))))
- entriesList :: ListLogEntriesRequest -> EntriesList
- data EntriesList
- elXgafv :: Lens' EntriesList (Maybe Text)
- elUploadProtocol :: Lens' EntriesList (Maybe Text)
- elPp :: Lens' EntriesList Bool
- elAccessToken :: Lens' EntriesList (Maybe Text)
- elUploadType :: Lens' EntriesList (Maybe Text)
- elPayload :: Lens' EntriesList ListLogEntriesRequest
- elBearerToken :: Lens' EntriesList (Maybe Text)
- elCallback :: Lens' EntriesList (Maybe Text)
REST Resource
type EntriesListResource = "v2beta1" :> ("entries:list" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" 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
Arguments
| :: ListLogEntriesRequest | |
| -> EntriesList |
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 from Cloud Logging. 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.
elBearerToken :: Lens' EntriesList (Maybe Text) Source #
OAuth bearer token.
elCallback :: Lens' EntriesList (Maybe Text) Source #
JSONP