gogol-drive-0.3.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 # 
Data RepliesGet Source # 

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 # 
Generic RepliesGet Source # 

Associated Types

type Rep RepliesGet :: * -> * #

GoogleRequest RepliesGet Source # 

Associated Types

type Rs RepliesGet :: * #

type Scopes RepliesGet :: [Symbol] #

type Rep RepliesGet Source # 
type Rep RepliesGet = D1 (MetaData "RepliesGet" "Network.Google.Resource.Drive.Replies.Get" "gogol-drive-0.3.0-HPclvxcWpgG8piXpdkWWOb" False) (C1 (MetaCons "RepliesGet'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rgReplyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rgFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rgCommentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rgIncludeDeleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))))
type Scopes RepliesGet Source # 
type Scopes RepliesGet = (:) Symbol "https://www.googleapis.com/auth/drive" ((:) Symbol "https://www.googleapis.com/auth/drive.file" ((:) Symbol "https://www.googleapis.com/auth/drive.readonly" ([] Symbol)))
type Rs RepliesGet Source # 

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.