gogol-cloudsearch-0.4.0: Google Cloud Search 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.CloudSearch.Indexing.Datasources.DeleteSchema

Contents

Description

Deletes the schema of a data source.

See: Cloud Search API Reference for cloudsearch.indexing.datasources.deleteSchema.

Synopsis

REST Resource

type IndexingDatasourcesDeleteSchemaResource = "v1" :> ("indexing" :> (Capture "name" Text :> ("schema" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation)))))))))) Source #

A resource alias for cloudsearch.indexing.datasources.deleteSchema method which the IndexingDatasourcesDeleteSchema request conforms to.

Creating a Request

indexingDatasourcesDeleteSchema Source #

Creates a value of IndexingDatasourcesDeleteSchema with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data IndexingDatasourcesDeleteSchema Source #

Deletes the schema of a data source.

See: indexingDatasourcesDeleteSchema smart constructor.

Instances
Eq IndexingDatasourcesDeleteSchema Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema

Data IndexingDatasourcesDeleteSchema Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema

Methods

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

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

toConstr :: IndexingDatasourcesDeleteSchema -> Constr #

dataTypeOf :: IndexingDatasourcesDeleteSchema -> DataType #

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

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

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

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

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

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

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

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

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

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

Show IndexingDatasourcesDeleteSchema Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema

Generic IndexingDatasourcesDeleteSchema Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema

Associated Types

type Rep IndexingDatasourcesDeleteSchema :: Type -> Type #

GoogleRequest IndexingDatasourcesDeleteSchema Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema

type Rep IndexingDatasourcesDeleteSchema Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema

type Rep IndexingDatasourcesDeleteSchema = D1 (MetaData "IndexingDatasourcesDeleteSchema" "Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema" "gogol-cloudsearch-0.4.0-5yB3RjcJJrULTqYmbhTTen" False) (C1 (MetaCons "IndexingDatasourcesDeleteSchema'" PrefixI True) ((S1 (MetaSel (Just "_iddsXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_iddsUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_iddsAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_iddsUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_iddsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_iddsDebugOptionsEnableDebugging") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_iddsCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes IndexingDatasourcesDeleteSchema Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema

type Scopes IndexingDatasourcesDeleteSchema = "https://www.googleapis.com/auth/cloud_search" ': ("https://www.googleapis.com/auth/cloud_search.settings" ': ("https://www.googleapis.com/auth/cloud_search.settings.indexing" ': ([] :: [Symbol])))
type Rs IndexingDatasourcesDeleteSchema Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Indexing.Datasources.DeleteSchema

Request Lenses

iddsUploadProtocol :: Lens' IndexingDatasourcesDeleteSchema (Maybe Text) Source #

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

iddsUploadType :: Lens' IndexingDatasourcesDeleteSchema (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

iddsName :: Lens' IndexingDatasourcesDeleteSchema Text Source #

Name of the data source to delete Schema. Format: datasources/{source_id}

iddsDebugOptionsEnableDebugging :: Lens' IndexingDatasourcesDeleteSchema (Maybe Bool) Source #

If set, the request will enable debugging features of Cloud Search. Only turn on this field, if asked by Google to help with debugging.