gogol-sheets-0.2.0: Google Sheets 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.Sheets.Spreadsheets.Values.BatchUpdate

Contents

Description

Sets values in one or more ranges of a spreadsheet. The caller must specify the spreadsheet ID, a valueInputOption, and one or more ValueRanges.

See: Google Sheets API Reference for sheets.spreadsheets.values.batchUpdate.

Synopsis

REST Resource

type SpreadsheetsValuesBatchUpdateResource = "v4" :> ("spreadsheets" :> (Capture "spreadsheetId" Text :> ("values:batchUpdate" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] BatchUpdateValuesRequest :> Post '[JSON] BatchUpdateValuesResponse)))))))))))) Source #

A resource alias for sheets.spreadsheets.values.batchUpdate method which the SpreadsheetsValuesBatchUpdate request conforms to.

Creating a Request

data SpreadsheetsValuesBatchUpdate Source #

Sets values in one or more ranges of a spreadsheet. The caller must specify the spreadsheet ID, a valueInputOption, and one or more ValueRanges.

See: spreadsheetsValuesBatchUpdate smart constructor.

Instances

Eq SpreadsheetsValuesBatchUpdate Source # 
Data SpreadsheetsValuesBatchUpdate Source # 

Methods

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

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

toConstr :: SpreadsheetsValuesBatchUpdate -> Constr #

dataTypeOf :: SpreadsheetsValuesBatchUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SpreadsheetsValuesBatchUpdate Source # 
Generic SpreadsheetsValuesBatchUpdate Source # 
GoogleRequest SpreadsheetsValuesBatchUpdate Source # 
type Rep SpreadsheetsValuesBatchUpdate Source # 
type Rep SpreadsheetsValuesBatchUpdate = D1 (MetaData "SpreadsheetsValuesBatchUpdate" "Network.Google.Resource.Sheets.Spreadsheets.Values.BatchUpdate" "gogol-sheets-0.2.0-IDNtMXZzsIH4a3bq6iKPtn" False) (C1 (MetaCons "SpreadsheetsValuesBatchUpdate'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_svbuXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_svbuUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_svbuPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_svbuAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_svbuSpreadsheetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_svbuUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_svbuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BatchUpdateValuesRequest)) ((:*:) (S1 (MetaSel (Just Symbol "_svbuBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_svbuCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes SpreadsheetsValuesBatchUpdate Source # 
type Scopes SpreadsheetsValuesBatchUpdate = (:) Symbol "https://www.googleapis.com/auth/drive" ((:) Symbol "https://www.googleapis.com/auth/spreadsheets" ([] Symbol))
type Rs SpreadsheetsValuesBatchUpdate Source # 

Request Lenses

svbuUploadProtocol :: Lens' SpreadsheetsValuesBatchUpdate (Maybe Text) Source #

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

svbuSpreadsheetId :: Lens' SpreadsheetsValuesBatchUpdate Text Source #

The ID of the spreadsheet to update.

svbuUploadType :: Lens' SpreadsheetsValuesBatchUpdate (Maybe Text) Source #

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