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.List

Contents

Description

Lists all search applications.

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

Synopsis

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

data SettingsSearchApplicationsList Source #

Lists all search applications.

See: settingsSearchApplicationsList smart constructor.

Instances
Eq SettingsSearchApplicationsList Source # 
Instance details

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

Data SettingsSearchApplicationsList Source # 
Instance details

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

Methods

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

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

toConstr :: SettingsSearchApplicationsList -> Constr #

dataTypeOf :: SettingsSearchApplicationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SettingsSearchApplicationsList Source # 
Instance details

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

Generic SettingsSearchApplicationsList Source # 
Instance details

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

Associated Types

type Rep SettingsSearchApplicationsList :: Type -> Type #

GoogleRequest SettingsSearchApplicationsList Source # 
Instance details

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

type Rep SettingsSearchApplicationsList Source # 
Instance details

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

type Rep SettingsSearchApplicationsList = D1 (MetaData "SettingsSearchApplicationsList" "Network.Google.Resource.CloudSearch.Settings.SearchApplications.List" "gogol-cloudsearch-0.4.0-5yB3RjcJJrULTqYmbhTTen" False) (C1 (MetaCons "SettingsSearchApplicationsList'" PrefixI True) (((S1 (MetaSel (Just "_ssalXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_ssalUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ssalAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ssalUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_ssalDebugOptionsEnableDebugging") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ssalPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ssalPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_ssalCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes SettingsSearchApplicationsList Source # 
Instance details

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

type Scopes SettingsSearchApplicationsList = "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 SettingsSearchApplicationsList Source # 
Instance details

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

Request Lenses

ssalUploadProtocol :: Lens' SettingsSearchApplicationsList (Maybe Text) Source #

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

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.