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 |
Lists all search applications.
See: Cloud Search API Reference for cloudsearch.settings.searchapplications.list
.
Synopsis
- type SettingsSearchApplicationsListResource = "v1" :> ("settings" :> ("searchapplications" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListSearchApplicationsResponse)))))))))))
- settingsSearchApplicationsList :: SettingsSearchApplicationsList
- data SettingsSearchApplicationsList
- ssalXgafv :: Lens' SettingsSearchApplicationsList (Maybe Xgafv)
- ssalUploadProtocol :: Lens' SettingsSearchApplicationsList (Maybe Text)
- ssalAccessToken :: Lens' SettingsSearchApplicationsList (Maybe Text)
- ssalUploadType :: Lens' SettingsSearchApplicationsList (Maybe Text)
- ssalDebugOptionsEnableDebugging :: Lens' SettingsSearchApplicationsList (Maybe Bool)
- ssalPageToken :: Lens' SettingsSearchApplicationsList (Maybe Text)
- ssalPageSize :: Lens' SettingsSearchApplicationsList (Maybe Int32)
- ssalCallback :: Lens' SettingsSearchApplicationsList (Maybe Text)
REST Resource
type SettingsSearchApplicationsListResource = "v1" :> ("settings" :> ("searchapplications" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListSearchApplicationsResponse))))))))))) Source #
A resource alias for cloudsearch.settings.searchapplications.list
method which the
SettingsSearchApplicationsList
request conforms to.
Creating a Request
settingsSearchApplicationsList :: SettingsSearchApplicationsList Source #
Creates a value of SettingsSearchApplicationsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SettingsSearchApplicationsList Source #
Lists all search applications.
See: settingsSearchApplicationsList
smart constructor.
Instances
Request Lenses
ssalUploadProtocol :: Lens' SettingsSearchApplicationsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ssalAccessToken :: Lens' SettingsSearchApplicationsList (Maybe Text) Source #
OAuth access token.
ssalUploadType :: Lens' SettingsSearchApplicationsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ssalDebugOptionsEnableDebugging :: Lens' SettingsSearchApplicationsList (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.
ssalPageToken :: Lens' SettingsSearchApplicationsList (Maybe Text) Source #
The next_page_token value returned from a previous List request, if any. The default value is 10
ssalPageSize :: Lens' SettingsSearchApplicationsList (Maybe Int32) Source #
The maximum number of items to return.
ssalCallback :: Lens' SettingsSearchApplicationsList (Maybe Text) Source #
JSONP