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.Settings.SearchApplications.Delete

Contents

Description

Deletes a search application.

See: Cloud Search API Reference for cloudsearch.settings.searchapplications.delete.

Synopsis

REST Resource

type SettingsSearchApplicationsDeleteResource = "v1" :> ("settings" :> (Capture "name" Text :> (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.settings.searchapplications.delete method which the SettingsSearchApplicationsDelete request conforms to.

Creating a Request

settingsSearchApplicationsDelete Source #

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

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

data SettingsSearchApplicationsDelete Source #

Deletes a search application.

See: settingsSearchApplicationsDelete smart constructor.

Instances
Eq SettingsSearchApplicationsDelete Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete

Data SettingsSearchApplicationsDelete Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete

Methods

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

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

toConstr :: SettingsSearchApplicationsDelete -> Constr #

dataTypeOf :: SettingsSearchApplicationsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SettingsSearchApplicationsDelete Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete

Generic SettingsSearchApplicationsDelete Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete

Associated Types

type Rep SettingsSearchApplicationsDelete :: Type -> Type #

GoogleRequest SettingsSearchApplicationsDelete Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete

type Rep SettingsSearchApplicationsDelete Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete

type Rep SettingsSearchApplicationsDelete = D1 (MetaData "SettingsSearchApplicationsDelete" "Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete" "gogol-cloudsearch-0.4.0-5yB3RjcJJrULTqYmbhTTen" False) (C1 (MetaCons "SettingsSearchApplicationsDelete'" PrefixI True) ((S1 (MetaSel (Just "_ssadXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_ssadUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ssadAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_ssadUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ssadName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_ssadDebugOptionsEnableDebugging") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ssadCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes SettingsSearchApplicationsDelete Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete

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

Defined in Network.Google.Resource.CloudSearch.Settings.SearchApplications.Delete

Request Lenses

ssadUploadProtocol :: Lens' SettingsSearchApplicationsDelete (Maybe Text) Source #

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

ssadUploadType :: Lens' SettingsSearchApplicationsDelete (Maybe Text) Source #

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

ssadName :: Lens' SettingsSearchApplicationsDelete Text Source #

The name of the search application to be deleted. Format: applications/{application_id}.

ssadDebugOptionsEnableDebugging :: Lens' SettingsSearchApplicationsDelete (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.