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 |
Permanently deletes a specified table and all of its data.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.tables.delete
.
Synopsis
- type ProjectsInstancesTablesDeleteResource = "v2" :> (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)))))))
- projectsInstancesTablesDelete :: Text -> ProjectsInstancesTablesDelete
- data ProjectsInstancesTablesDelete
- pitdXgafv :: Lens' ProjectsInstancesTablesDelete (Maybe Xgafv)
- pitdUploadProtocol :: Lens' ProjectsInstancesTablesDelete (Maybe Text)
- pitdAccessToken :: Lens' ProjectsInstancesTablesDelete (Maybe Text)
- pitdUploadType :: Lens' ProjectsInstancesTablesDelete (Maybe Text)
- pitdName :: Lens' ProjectsInstancesTablesDelete Text
- pitdCallback :: Lens' ProjectsInstancesTablesDelete (Maybe Text)
REST Resource
type ProjectsInstancesTablesDeleteResource = "v2" :> (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 bigtableadmin.projects.instances.tables.delete
method which the
ProjectsInstancesTablesDelete
request conforms to.
Creating a Request
projectsInstancesTablesDelete Source #
Creates a value of ProjectsInstancesTablesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesTablesDelete Source #
Permanently deletes a specified table and all of its data.
See: projectsInstancesTablesDelete
smart constructor.
Instances
Request Lenses
pitdUploadProtocol :: Lens' ProjectsInstancesTablesDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pitdAccessToken :: Lens' ProjectsInstancesTablesDelete (Maybe Text) Source #
OAuth access token.
pitdUploadType :: Lens' ProjectsInstancesTablesDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pitdName :: Lens' ProjectsInstancesTablesDelete Text Source #
The unique name of the table to be deleted. Values are of the form `projects//instances//tables/ `.
pitdCallback :: Lens' ProjectsInstancesTablesDelete (Maybe Text) Source #
JSONP