gogol-bigtableadmin-0.4.0: Google Cloud Bigtable Admin SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

Contents

Description

Permanently deletes a specified table and all of its data.

See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.tables.delete.

Synopsis

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
Eq ProjectsInstancesTablesDelete Source # 
Instance details

Defined in Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

Data ProjectsInstancesTablesDelete Source # 
Instance details

Defined in Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsInstancesTablesDelete -> c ProjectsInstancesTablesDelete #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsInstancesTablesDelete #

toConstr :: ProjectsInstancesTablesDelete -> Constr #

dataTypeOf :: ProjectsInstancesTablesDelete -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsInstancesTablesDelete) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsInstancesTablesDelete) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsInstancesTablesDelete -> ProjectsInstancesTablesDelete #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsInstancesTablesDelete -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsInstancesTablesDelete -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsInstancesTablesDelete -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsInstancesTablesDelete -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsInstancesTablesDelete -> m ProjectsInstancesTablesDelete #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsInstancesTablesDelete -> m ProjectsInstancesTablesDelete #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsInstancesTablesDelete -> m ProjectsInstancesTablesDelete #

Show ProjectsInstancesTablesDelete Source # 
Instance details

Defined in Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

Generic ProjectsInstancesTablesDelete Source # 
Instance details

Defined in Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

Associated Types

type Rep ProjectsInstancesTablesDelete :: Type -> Type #

GoogleRequest ProjectsInstancesTablesDelete Source # 
Instance details

Defined in Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

type Rep ProjectsInstancesTablesDelete Source # 
Instance details

Defined in Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

type Rep ProjectsInstancesTablesDelete = D1 (MetaData "ProjectsInstancesTablesDelete" "Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete" "gogol-bigtableadmin-0.4.0-6szCCW4cHyY2Lkz5NnlqK" False) (C1 (MetaCons "ProjectsInstancesTablesDelete'" PrefixI True) ((S1 (MetaSel (Just "_pitdXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pitdUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pitdAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pitdUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pitdName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pitdCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsInstancesTablesDelete Source # 
Instance details

Defined in Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

type Scopes ProjectsInstancesTablesDelete = "https://www.googleapis.com/auth/bigtable.admin" ': ("https://www.googleapis.com/auth/bigtable.admin.table" ': ("https://www.googleapis.com/auth/cloud-bigtable.admin" ': ("https://www.googleapis.com/auth/cloud-bigtable.admin.table" ': ("https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])))))
type Rs ProjectsInstancesTablesDelete Source # 
Instance details

Defined in Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete

Request Lenses

pitdUploadProtocol :: Lens' ProjectsInstancesTablesDelete (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

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/ `.