gogol-people-0.4.0: Google People 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.People.ContactGroups.BatchGet

Contents

Description

Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.

See: People API Reference for people.contactGroups.batchGet.

Synopsis

REST Resource

type ContactGroupsBatchGetResource = "v1" :> ("contactGroups:batchGet" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "maxMembers" (Textual Int32) :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParams "resourceNames" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] BatchGetContactGroupsResponse))))))))) Source #

A resource alias for people.contactGroups.batchGet method which the ContactGroupsBatchGet request conforms to.

Creating a Request

contactGroupsBatchGet :: ContactGroupsBatchGet Source #

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

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

data ContactGroupsBatchGet Source #

Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.

See: contactGroupsBatchGet smart constructor.

Instances
Eq ContactGroupsBatchGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.BatchGet

Data ContactGroupsBatchGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.BatchGet

Methods

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

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

toConstr :: ContactGroupsBatchGet -> Constr #

dataTypeOf :: ContactGroupsBatchGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ContactGroupsBatchGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.BatchGet

Generic ContactGroupsBatchGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.BatchGet

Associated Types

type Rep ContactGroupsBatchGet :: Type -> Type #

GoogleRequest ContactGroupsBatchGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.BatchGet

type Rep ContactGroupsBatchGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.BatchGet

type Rep ContactGroupsBatchGet = D1 (MetaData "ContactGroupsBatchGet" "Network.Google.Resource.People.ContactGroups.BatchGet" "gogol-people-0.4.0-E13x4gVqkHzANg1IJZFmJ4" False) (C1 (MetaCons "ContactGroupsBatchGet'" PrefixI True) ((S1 (MetaSel (Just "_cgbgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_cgbgMaxMembers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_cgbgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_cgbgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cgbgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cgbgResourceNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_cgbgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ContactGroupsBatchGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.BatchGet

type Scopes ContactGroupsBatchGet = "https://www.googleapis.com/auth/contacts" ': ("https://www.googleapis.com/auth/contacts.readonly" ': ([] :: [Symbol]))
type Rs ContactGroupsBatchGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.BatchGet

Request Lenses

cgbgMaxMembers :: Lens' ContactGroupsBatchGet (Maybe Int32) Source #

Specifies the maximum number of members to return for each group.

cgbgUploadProtocol :: Lens' ContactGroupsBatchGet (Maybe Text) Source #

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

cgbgUploadType :: Lens' ContactGroupsBatchGet (Maybe Text) Source #

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

cgbgResourceNames :: Lens' ContactGroupsBatchGet [Text] Source #

The resource names of the contact groups to get.