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 |
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
See: Cloud Machine Learning Engine Reference for ml.projects.operations.delete
.
Synopsis
- type ProjectsOperationsDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] GoogleProtobuf__Empty)))))))
- projectsOperationsDelete :: Text -> ProjectsOperationsDelete
- data ProjectsOperationsDelete
- podXgafv :: Lens' ProjectsOperationsDelete (Maybe Xgafv)
- podUploadProtocol :: Lens' ProjectsOperationsDelete (Maybe Text)
- podAccessToken :: Lens' ProjectsOperationsDelete (Maybe Text)
- podUploadType :: Lens' ProjectsOperationsDelete (Maybe Text)
- podName :: Lens' ProjectsOperationsDelete Text
- podCallback :: Lens' ProjectsOperationsDelete (Maybe Text)
REST Resource
type ProjectsOperationsDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] GoogleProtobuf__Empty))))))) Source #
A resource alias for ml.projects.operations.delete
method which the
ProjectsOperationsDelete
request conforms to.
Creating a Request
projectsOperationsDelete Source #
Creates a value of ProjectsOperationsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsOperationsDelete Source #
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
See: projectsOperationsDelete
smart constructor.
Instances
Request Lenses
podUploadProtocol :: Lens' ProjectsOperationsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
podAccessToken :: Lens' ProjectsOperationsDelete (Maybe Text) Source #
OAuth access token.
podUploadType :: Lens' ProjectsOperationsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
podName :: Lens' ProjectsOperationsDelete Text Source #
The name of the operation resource to be deleted.
podCallback :: Lens' ProjectsOperationsDelete (Maybe Text) Source #
JSONP