gogol-drive-0.4.0: Google Drive 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.Drive.Replies.Get

Contents

Description

Gets a reply by ID.

See: Drive API Reference for drive.replies.get.

Synopsis

REST Resource

type RepliesGetResource = "drive" :> ("v3" :> ("files" :> (Capture "fileId" Text :> ("comments" :> (Capture "commentId" Text :> ("replies" :> (Capture "replyId" Text :> (QueryParam "includeDeleted" Bool :> (QueryParam "alt" AltJSON :> Get '[JSON] Reply))))))))) Source #

A resource alias for drive.replies.get method which the RepliesGet request conforms to.

Creating a Request

repliesGet Source #

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

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

data RepliesGet Source #

Gets a reply by ID.

See: repliesGet smart constructor.

Instances
Eq RepliesGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.Replies.Get

Data RepliesGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.Replies.Get

Methods

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

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

toConstr :: RepliesGet -> Constr #

dataTypeOf :: RepliesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RepliesGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.Replies.Get

Generic RepliesGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.Replies.Get

Associated Types

type Rep RepliesGet :: Type -> Type #

GoogleRequest RepliesGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.Replies.Get

Associated Types

type Rs RepliesGet :: Type #

type Scopes RepliesGet :: [Symbol] #

type Rep RepliesGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.Replies.Get

type Rep RepliesGet = D1 (MetaData "RepliesGet" "Network.Google.Resource.Drive.Replies.Get" "gogol-drive-0.4.0-C4qjNjFgJei6ubblDJk14k" False) (C1 (MetaCons "RepliesGet'" PrefixI True) ((S1 (MetaSel (Just "_rgReplyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rgFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_rgCommentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rgIncludeDeleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool))))
type Scopes RepliesGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.Replies.Get

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

Defined in Network.Google.Resource.Drive.Replies.Get

Request Lenses

rgReplyId :: Lens' RepliesGet Text Source #

The ID of the reply.

rgFileId :: Lens' RepliesGet Text Source #

The ID of the file.

rgCommentId :: Lens' RepliesGet Text Source #

The ID of the comment.

rgIncludeDeleted :: Lens' RepliesGet Bool Source #

Whether to return deleted replies. Deleted replies will not include their original content.