gogol-cloudidentity-0.4.0: Google Cloud Identity 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.CloudIdentity.Groups.Get

Contents

Description

Retrieves a Group.

See: Cloud Identity API Reference for cloudidentity.groups.get.

Synopsis

REST Resource

type GroupsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Group))))))) Source #

A resource alias for cloudidentity.groups.get method which the GroupsGet request conforms to.

Creating a Request

groupsGet Source #

Arguments

:: Text

ggName

-> GroupsGet 

Creates a value of GroupsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GroupsGet Source #

Retrieves a Group.

See: groupsGet smart constructor.

Instances
Eq GroupsGet Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Get

Data GroupsGet Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Get

Methods

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

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

toConstr :: GroupsGet -> Constr #

dataTypeOf :: GroupsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GroupsGet Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Get

Generic GroupsGet Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Get

Associated Types

type Rep GroupsGet :: Type -> Type #

GoogleRequest GroupsGet Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Get

Associated Types

type Rs GroupsGet :: Type #

type Scopes GroupsGet :: [Symbol] #

type Rep GroupsGet Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Get

type Rep GroupsGet = D1 (MetaData "GroupsGet" "Network.Google.Resource.CloudIdentity.Groups.Get" "gogol-cloudidentity-0.4.0-70dkCNBCHSj1yskFkcCZhj" False) (C1 (MetaCons "GroupsGet'" PrefixI True) ((S1 (MetaSel (Just "_ggXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_ggUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ggAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_ggUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ggName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ggCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes GroupsGet Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Get

type Scopes GroupsGet = ([] :: [Symbol])
type Rs GroupsGet Source # 
Instance details

Defined in Network.Google.Resource.CloudIdentity.Groups.Get

Request Lenses

ggXgafv :: Lens' GroupsGet (Maybe Xgafv) Source #

V1 error format.

ggUploadProtocol :: Lens' GroupsGet (Maybe Text) Source #

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

ggAccessToken :: Lens' GroupsGet (Maybe Text) Source #

OAuth access token.

ggUploadType :: Lens' GroupsGet (Maybe Text) Source #

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

ggName :: Lens' GroupsGet Text Source #

Resource name of the Group in the format: `groups/{group_id}`, where `group_id` is the unique ID assigned to the Group.