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

Contents

Description

Gets the specified search application.

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

Synopsis

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
Eq SettingsSearchApplicationsGet Source # 
Instance details

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

Data SettingsSearchApplicationsGet Source # 
Instance details

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

Methods

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

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

toConstr :: SettingsSearchApplicationsGet -> Constr #

dataTypeOf :: SettingsSearchApplicationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SettingsSearchApplicationsGet Source # 
Instance details

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

Generic SettingsSearchApplicationsGet Source # 
Instance details

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

Associated Types

type Rep SettingsSearchApplicationsGet :: Type -> Type #

GoogleRequest SettingsSearchApplicationsGet Source # 
Instance details

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

type Rep SettingsSearchApplicationsGet Source # 
Instance details

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

type Rep SettingsSearchApplicationsGet = D1 (MetaData "SettingsSearchApplicationsGet" "Network.Google.Resource.CloudSearch.Settings.SearchApplications.Get" "gogol-cloudsearch-0.4.0-5yB3RjcJJrULTqYmbhTTen" False) (C1 (MetaCons "SettingsSearchApplicationsGet'" PrefixI True) ((S1 (MetaSel (Just "_ssagXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_ssagUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ssagAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_ssagUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ssagName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_ssagDebugOptionsEnableDebugging") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ssagCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes SettingsSearchApplicationsGet Source # 
Instance details

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

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

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

Request Lenses

ssagUploadProtocol :: Lens' SettingsSearchApplicationsGet (Maybe Text) Source #

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

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.