gogol-cloudsearch-0.5.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.Debug.Identitysources.UnmAppedids.List

Contents

Description

Lists unmapped user identities for an identity source.

See: Cloud Search API Reference for cloudsearch.debug.identitysources.unmappedids.list.

Synopsis

REST Resource

type DebugIdentitysourcesUnmAppedidsListResource = "v1" :> ("debug" :> (Capture "parent" Text :> ("unmappedids" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "resolutionStatusCode" Text :> (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] ListUnmAppedIdentitiesResponse))))))))))))) Source #

A resource alias for cloudsearch.debug.identitysources.unmappedids.list method which the DebugIdentitysourcesUnmAppedidsList request conforms to.

Creating a Request

data DebugIdentitysourcesUnmAppedidsList Source #

Lists unmapped user identities for an identity source.

See: debugIdentitysourcesUnmAppedidsList smart constructor.

Instances
Eq DebugIdentitysourcesUnmAppedidsList Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List

Data DebugIdentitysourcesUnmAppedidsList Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List

Methods

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

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

toConstr :: DebugIdentitysourcesUnmAppedidsList -> Constr #

dataTypeOf :: DebugIdentitysourcesUnmAppedidsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DebugIdentitysourcesUnmAppedidsList Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List

Generic DebugIdentitysourcesUnmAppedidsList Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List

GoogleRequest DebugIdentitysourcesUnmAppedidsList Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List

type Rep DebugIdentitysourcesUnmAppedidsList Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List

type Rep DebugIdentitysourcesUnmAppedidsList = D1 (MetaData "DebugIdentitysourcesUnmAppedidsList" "Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List" "gogol-cloudsearch-0.5.0-EOXprtSr9uOkKdqUKbHUL" False) (C1 (MetaCons "DebugIdentitysourcesUnmAppedidsList'" PrefixI True) (((S1 (MetaSel (Just "_diualParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_diualXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_diualResolutionStatusCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diualUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diualAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_diualUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diualDebugOptionsEnableDebugging") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_diualPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diualPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_diualCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes DebugIdentitysourcesUnmAppedidsList Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List

type Scopes DebugIdentitysourcesUnmAppedidsList = "https://www.googleapis.com/auth/cloud_search" ': ("https://www.googleapis.com/auth/cloud_search.debug" ': ([] :: [Symbol]))
type Rs DebugIdentitysourcesUnmAppedidsList Source # 
Instance details

Defined in Network.Google.Resource.CloudSearch.Debug.Identitysources.UnmAppedids.List

Request Lenses

diualParent :: Lens' DebugIdentitysourcesUnmAppedidsList Text Source #

The name of the identity source, in the following format: identitysources/{source_id}

diualUploadProtocol :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text) Source #

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

diualUploadType :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

diualDebugOptionsEnableDebugging :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Bool) Source #

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.

diualPageToken :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Text) Source #

The next_page_token value returned from a previous List request, if any.

diualPageSize :: Lens' DebugIdentitysourcesUnmAppedidsList (Maybe Int32) Source #

Maximum number of items to fetch in a request. Defaults to 100.