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 operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
See: App Engine Admin API Reference for appengine.apps.operations.list
.
Synopsis
- type AppsOperationsListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse))))))))))))
- appsOperationsList :: Text -> AppsOperationsList
- data AppsOperationsList
- aolXgafv :: Lens' AppsOperationsList (Maybe Xgafv)
- aolUploadProtocol :: Lens' AppsOperationsList (Maybe Text)
- aolAccessToken :: Lens' AppsOperationsList (Maybe Text)
- aolUploadType :: Lens' AppsOperationsList (Maybe Text)
- aolAppsId :: Lens' AppsOperationsList Text
- aolFilter :: Lens' AppsOperationsList (Maybe Text)
- aolPageToken :: Lens' AppsOperationsList (Maybe Text)
- aolPageSize :: Lens' AppsOperationsList (Maybe Int32)
- aolCallback :: Lens' AppsOperationsList (Maybe Text)
REST Resource
type AppsOperationsListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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
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 allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
See: appsOperationsList
smart constructor.
Instances
Request Lenses
aolUploadProtocol :: Lens' AppsOperationsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
aolAccessToken :: Lens' AppsOperationsList (Maybe Text) Source #
OAuth access token.
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's parent resource.
aolPageToken :: Lens' AppsOperationsList (Maybe Text) Source #
The standard list page token.
aolPageSize :: Lens' AppsOperationsList (Maybe Int32) Source #
The standard list page size.
aolCallback :: Lens' AppsOperationsList (Maybe Text) Source #
JSONP