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: Cloud Datastore API Reference for datastore.projects.operations.list
.
Synopsis
- type ProjectsOperationsListResource = "v1" :> (Capture "name" 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] GoogleLongrunningListOperationsResponse)))))))))))
- projectsOperationsList :: Text -> ProjectsOperationsList
- data ProjectsOperationsList
- polXgafv :: Lens' ProjectsOperationsList (Maybe Xgafv)
- polUploadProtocol :: Lens' ProjectsOperationsList (Maybe Text)
- polAccessToken :: Lens' ProjectsOperationsList (Maybe Text)
- polUploadType :: Lens' ProjectsOperationsList (Maybe Text)
- polName :: Lens' ProjectsOperationsList Text
- polFilter :: Lens' ProjectsOperationsList (Maybe Text)
- polPageToken :: Lens' ProjectsOperationsList (Maybe Text)
- polPageSize :: Lens' ProjectsOperationsList (Maybe Int32)
- polCallback :: Lens' ProjectsOperationsList (Maybe Text)
REST Resource
type ProjectsOperationsListResource = "v1" :> (Capture "name" 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] GoogleLongrunningListOperationsResponse))))))))))) Source #
A resource alias for datastore.projects.operations.list
method which the
ProjectsOperationsList
request conforms to.
Creating a Request
projectsOperationsList Source #
Creates a value of ProjectsOperationsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsOperationsList 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: projectsOperationsList
smart constructor.
Instances
Request Lenses
polUploadProtocol :: Lens' ProjectsOperationsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
polAccessToken :: Lens' ProjectsOperationsList (Maybe Text) Source #
OAuth access token.
polUploadType :: Lens' ProjectsOperationsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
polPageToken :: Lens' ProjectsOperationsList (Maybe Text) Source #
The standard list page token.
polPageSize :: Lens' ProjectsOperationsList (Maybe Int32) Source #
The standard list page size.
polCallback :: Lens' ProjectsOperationsList (Maybe Text) Source #
JSONP