gogol-appengine-0.0.1: Google App Engine Admin 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.AppEngine.Apps.Operations.List

Contents

Description

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to override the binding to use different resource name schemes, such as `users/*/operations`.

See: Google App Engine Admin API Reference for appengine.apps.operations.list.

Synopsis

REST Resource

type AppsOperationsListResource = "v1beta4" :> ("apps" :> (Capture "appsId" Text :> ("operations" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ListOperationsResponse)))))))))))))) Source

A resource alias for appengine.apps.operations.list method which the AppsOperationsList request conforms to.

Creating a Request

appsOperationsList Source

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

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

data AppsOperationsList Source

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to override the binding to use different resource name schemes, such as `users/*/operations`.

See: appsOperationsList smart constructor.

Request Lenses

aolUploadProtocol :: Lens' AppsOperationsList (Maybe Text) Source

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

aolPp :: Lens' AppsOperationsList Bool Source

Pretty-print response.

aolUploadType :: Lens' AppsOperationsList (Maybe Text) Source

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

aolAppsId :: Lens' AppsOperationsList Text Source

Part of `name`. The name of the operation collection.

aolFilter :: Lens' AppsOperationsList (Maybe Text) Source

The standard list filter.

aolPageToken :: Lens' AppsOperationsList (Maybe Text) Source

The standard list page token.

aolPageSize :: Lens' AppsOperationsList (Maybe Int32) Source

The standard list page size.