gogol-people-0.5.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.People.UpdateContact

Contents

Description

Update contact data for an existing contact person. Any non-contact data will not be modified. The request throws a 400 error if `updatePersonFields` is not specified. The request throws a 400 error if `person.metadata.sources` is not specified for the contact to be updated. The request throws a 412 error if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and re-apply their updates to the latest person.

See: People API Reference for people.people.updateContact.

Synopsis

REST Resource

type PeopleUpdateContactResource = "v1" :> (CaptureMode "resourceName" "updateContact" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updatePersonFields" GFieldMask :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Person :> Patch '[JSON] Person))))))))) Source #

A resource alias for people.people.updateContact method which the PeopleUpdateContact request conforms to.

Creating a Request

peopleUpdateContact Source #

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

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

data PeopleUpdateContact Source #

Update contact data for an existing contact person. Any non-contact data will not be modified. The request throws a 400 error if `updatePersonFields` is not specified. The request throws a 400 error if `person.metadata.sources` is not specified for the contact to be updated. The request throws a 412 error if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and re-apply their updates to the latest person.

See: peopleUpdateContact smart constructor.

Instances
Eq PeopleUpdateContact Source # 
Instance details

Defined in Network.Google.Resource.People.People.UpdateContact

Data PeopleUpdateContact Source # 
Instance details

Defined in Network.Google.Resource.People.People.UpdateContact

Methods

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

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

toConstr :: PeopleUpdateContact -> Constr #

dataTypeOf :: PeopleUpdateContact -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PeopleUpdateContact Source # 
Instance details

Defined in Network.Google.Resource.People.People.UpdateContact

Generic PeopleUpdateContact Source # 
Instance details

Defined in Network.Google.Resource.People.People.UpdateContact

Associated Types

type Rep PeopleUpdateContact :: Type -> Type #

GoogleRequest PeopleUpdateContact Source # 
Instance details

Defined in Network.Google.Resource.People.People.UpdateContact

Associated Types

type Rs PeopleUpdateContact :: Type #

type Scopes PeopleUpdateContact :: [Symbol] #

type Rep PeopleUpdateContact Source # 
Instance details

Defined in Network.Google.Resource.People.People.UpdateContact

type Rep PeopleUpdateContact = D1 (MetaData "PeopleUpdateContact" "Network.Google.Resource.People.People.UpdateContact" "gogol-people-0.5.0-IsBsGVqbJOyDT4by3VTcjm" False) (C1 (MetaCons "PeopleUpdateContact'" PrefixI True) (((S1 (MetaSel (Just "_pucXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pucUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pucResourceName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pucUpdatePersonFields") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GFieldMask)))) :*: ((S1 (MetaSel (Just "_pucAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pucUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pucPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Person) :*: S1 (MetaSel (Just "_pucCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes PeopleUpdateContact Source # 
Instance details

Defined in Network.Google.Resource.People.People.UpdateContact

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

Defined in Network.Google.Resource.People.People.UpdateContact

Request Lenses

pucUploadProtocol :: Lens' PeopleUpdateContact (Maybe Text) Source #

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

pucResourceName :: Lens' PeopleUpdateContact Text Source #

The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/`person_id.

pucUpdatePersonFields :: Lens' PeopleUpdateContact (Maybe GFieldMask) Source #

  • *Required.** A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All updated fields will be replaced. Valid values are: * addresses * biographies * birthdays * emailAddresses * events * genders
  • imClients * interests * locales * memberships * names * nicknames * occupations * organizations * phoneNumbers * relations * residences * sipAddresses * urls * userDefined

pucUploadType :: Lens' PeopleUpdateContact (Maybe Text) Source #

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

pucPayload :: Lens' PeopleUpdateContact Person Source #

Multipart request metadata.