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 search application.
See: Cloud Search API Reference for cloudsearch.settings.searchapplications.delete
.
Synopsis
- 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)))))))))
- settingsSearchApplicationsDelete :: Text -> SettingsSearchApplicationsDelete
- data SettingsSearchApplicationsDelete
- ssadXgafv :: Lens' SettingsSearchApplicationsDelete (Maybe Xgafv)
- ssadUploadProtocol :: Lens' SettingsSearchApplicationsDelete (Maybe Text)
- ssadAccessToken :: Lens' SettingsSearchApplicationsDelete (Maybe Text)
- ssadUploadType :: Lens' SettingsSearchApplicationsDelete (Maybe Text)
- ssadName :: Lens' SettingsSearchApplicationsDelete Text
- ssadDebugOptionsEnableDebugging :: Lens' SettingsSearchApplicationsDelete (Maybe Bool)
- ssadCallback :: Lens' SettingsSearchApplicationsDelete (Maybe Text)
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
Request Lenses
ssadUploadProtocol :: Lens' SettingsSearchApplicationsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ssadAccessToken :: Lens' SettingsSearchApplicationsDelete (Maybe Text) Source #
OAuth access token.
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.