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 Composer API Reference for composer.projects.locations.operations.delete
.
Synopsis
- type ProjectsLocationsOperationsDeleteResource = "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] Empty)))))))
- projectsLocationsOperationsDelete :: Text -> ProjectsLocationsOperationsDelete
- data ProjectsLocationsOperationsDelete
- plodXgafv :: Lens' ProjectsLocationsOperationsDelete (Maybe Xgafv)
- plodUploadProtocol :: Lens' ProjectsLocationsOperationsDelete (Maybe Text)
- plodAccessToken :: Lens' ProjectsLocationsOperationsDelete (Maybe Text)
- plodUploadType :: Lens' ProjectsLocationsOperationsDelete (Maybe Text)
- plodName :: Lens' ProjectsLocationsOperationsDelete Text
- plodCallback :: Lens' ProjectsLocationsOperationsDelete (Maybe Text)
REST Resource
type ProjectsLocationsOperationsDeleteResource = "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] Empty))))))) Source #
A resource alias for composer.projects.locations.operations.delete
method which the
ProjectsLocationsOperationsDelete
request conforms to.
Creating a Request
projectsLocationsOperationsDelete Source #
Creates a value of ProjectsLocationsOperationsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsOperationsDelete 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: projectsLocationsOperationsDelete
smart constructor.
Instances
Request Lenses
plodUploadProtocol :: Lens' ProjectsLocationsOperationsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plodAccessToken :: Lens' ProjectsLocationsOperationsDelete (Maybe Text) Source #
OAuth access token.
plodUploadType :: Lens' ProjectsLocationsOperationsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").