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 Spanner API Reference for spanner.projects.instances.operations.delete
.
Synopsis
- type ProjectsInstancesOperationsDeleteResource = "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)))))))
- projectsInstancesOperationsDelete :: Text -> ProjectsInstancesOperationsDelete
- data ProjectsInstancesOperationsDelete
- piodXgafv :: Lens' ProjectsInstancesOperationsDelete (Maybe Xgafv)
- piodUploadProtocol :: Lens' ProjectsInstancesOperationsDelete (Maybe Text)
- piodAccessToken :: Lens' ProjectsInstancesOperationsDelete (Maybe Text)
- piodUploadType :: Lens' ProjectsInstancesOperationsDelete (Maybe Text)
- piodName :: Lens' ProjectsInstancesOperationsDelete Text
- piodCallback :: Lens' ProjectsInstancesOperationsDelete (Maybe Text)
REST Resource
type ProjectsInstancesOperationsDeleteResource = "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 spanner.projects.instances.operations.delete
method which the
ProjectsInstancesOperationsDelete
request conforms to.
Creating a Request
projectsInstancesOperationsDelete Source #
Creates a value of ProjectsInstancesOperationsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesOperationsDelete 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: projectsInstancesOperationsDelete
smart constructor.
Instances
Request Lenses
piodUploadProtocol :: Lens' ProjectsInstancesOperationsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
piodAccessToken :: Lens' ProjectsInstancesOperationsDelete (Maybe Text) Source #
OAuth access token.
piodUploadType :: Lens' ProjectsInstancesOperationsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").