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 |
Gets the specified search application.
See: Cloud Search API Reference for cloudsearch.settings.searchapplications.get
.
Synopsis
- type SettingsSearchApplicationsGetResource = "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 :> Get '[JSON] SearchApplication)))))))))
- settingsSearchApplicationsGet :: Text -> SettingsSearchApplicationsGet
- data SettingsSearchApplicationsGet
- ssagXgafv :: Lens' SettingsSearchApplicationsGet (Maybe Xgafv)
- ssagUploadProtocol :: Lens' SettingsSearchApplicationsGet (Maybe Text)
- ssagAccessToken :: Lens' SettingsSearchApplicationsGet (Maybe Text)
- ssagUploadType :: Lens' SettingsSearchApplicationsGet (Maybe Text)
- ssagName :: Lens' SettingsSearchApplicationsGet Text
- ssagDebugOptionsEnableDebugging :: Lens' SettingsSearchApplicationsGet (Maybe Bool)
- ssagCallback :: Lens' SettingsSearchApplicationsGet (Maybe Text)
REST Resource
type SettingsSearchApplicationsGetResource = "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 :> Get '[JSON] SearchApplication))))))))) Source #
A resource alias for cloudsearch.settings.searchapplications.get
method which the
SettingsSearchApplicationsGet
request conforms to.
Creating a Request
settingsSearchApplicationsGet Source #
Creates a value of SettingsSearchApplicationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SettingsSearchApplicationsGet Source #
Gets the specified search application.
See: settingsSearchApplicationsGet
smart constructor.
Instances
Request Lenses
ssagUploadProtocol :: Lens' SettingsSearchApplicationsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ssagAccessToken :: Lens' SettingsSearchApplicationsGet (Maybe Text) Source #
OAuth access token.
ssagUploadType :: Lens' SettingsSearchApplicationsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ssagName :: Lens' SettingsSearchApplicationsGet Text Source #
Name of the search application. Format: applications/{application_id}.
ssagDebugOptionsEnableDebugging :: Lens' SettingsSearchApplicationsGet (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.
ssagCallback :: Lens' SettingsSearchApplicationsGet (Maybe Text) Source #
JSONP