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.operations.delete
.
Synopsis
- type OperationsDeleteResource = "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)))))))
- operationsDelete :: Text -> OperationsDelete
- data OperationsDelete
- odXgafv :: Lens' OperationsDelete (Maybe Xgafv)
- odUploadProtocol :: Lens' OperationsDelete (Maybe Text)
- odAccessToken :: Lens' OperationsDelete (Maybe Text)
- odUploadType :: Lens' OperationsDelete (Maybe Text)
- odName :: Lens' OperationsDelete Text
- odCallback :: Lens' OperationsDelete (Maybe Text)
REST Resource
type OperationsDeleteResource = "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.operations.delete
method which the
OperationsDelete
request conforms to.
Creating a Request
Creates a value of OperationsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OperationsDelete 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: operationsDelete
smart constructor.
Instances
Request Lenses
odUploadProtocol :: Lens' OperationsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
odAccessToken :: Lens' OperationsDelete (Maybe Text) Source #
OAuth access token.
odUploadType :: Lens' OperationsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
odCallback :: Lens' OperationsDelete (Maybe Text) Source #
JSONP