gogol-mirror-0.4.0: Google Mirror 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.Mirror.Types

Contents

Description

 
Synopsis

Service Configuration

mirrorService :: ServiceConfig Source #

Default request referring to version v1 of the Google Mirror API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

glassTimelineScope :: Proxy '["https://www.googleapis.com/auth/glass.timeline"] Source #

View and manage your Glass timeline

glassLocationScope :: Proxy '["https://www.googleapis.com/auth/glass.location"] Source #

View your location

TimelineListOrderBy

data TimelineListOrderBy Source #

Controls the order in which timeline items are returned.

Constructors

DisplayTime

displayTime Results will be ordered by displayTime (default). This is the same ordering as is used in the timeline on the device.

WriteTime

writeTime Results will be ordered by the time at which they were last written to the data store.

Instances
Enum TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

Eq TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

Data TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

Methods

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

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

toConstr :: TimelineListOrderBy -> Constr #

dataTypeOf :: TimelineListOrderBy -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

Read TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

Show TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

Generic TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

Associated Types

type Rep TimelineListOrderBy :: Type -> Type #

Hashable TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

ToJSON TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

FromJSON TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

FromHttpApiData TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

ToHttpApiData TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

type Rep TimelineListOrderBy Source # 
Instance details

Defined in Network.Google.Mirror.Types.Sum

type Rep TimelineListOrderBy = D1 (MetaData "TimelineListOrderBy" "Network.Google.Mirror.Types.Sum" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "DisplayTime" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WriteTime" PrefixI False) (U1 :: Type -> Type))

NotificationConfig

data NotificationConfig Source #

Controls how notifications for a timeline item are presented to the user.

See: notificationConfig smart constructor.

Instances
Eq NotificationConfig Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data NotificationConfig Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: NotificationConfig -> Constr #

dataTypeOf :: NotificationConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Show NotificationConfig Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic NotificationConfig Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep NotificationConfig :: Type -> Type #

ToJSON NotificationConfig Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON NotificationConfig Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep NotificationConfig Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep NotificationConfig = D1 (MetaData "NotificationConfig" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "NotificationConfig'" PrefixI True) (S1 (MetaSel (Just "_ncDeliveryTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_ncLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

notificationConfig :: NotificationConfig Source #

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

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

ncDeliveryTime :: Lens' NotificationConfig (Maybe UTCTime) Source #

The time at which the notification should be delivered.

ncLevel :: Lens' NotificationConfig (Maybe Text) Source #

Describes how important the notification is. Allowed values are: - DEFAULT - Notifications of default importance. A chime will be played to alert users.

Command

data Command Source #

A single menu command that is part of a Contact.

See: command smart constructor.

Instances
Eq Command Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Data Command Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: Command -> Constr #

dataTypeOf :: Command -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Command Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic Command Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep Command :: Type -> Type #

Methods

from :: Command -> Rep Command x #

to :: Rep Command x -> Command #

ToJSON Command Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON Command Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Command Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Command = D1 (MetaData "Command" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" True) (C1 (MetaCons "Command'" PrefixI True) (S1 (MetaSel (Just "_cType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

command :: Command Source #

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

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

cType :: Lens' Command (Maybe Text) Source #

The type of operation this command corresponds to. Allowed values are: - TAKE_A_NOTE - Shares a timeline item with the transcription of user speech from the "Take a note" voice menu command. - POST_AN_UPDATE - Shares a timeline item with the transcription of user speech from the "Post an update" voice menu command.

LocationsListResponse

data LocationsListResponse Source #

A list of Locations. This is the response from the server to GET requests on the locations collection.

See: locationsListResponse smart constructor.

Instances
Eq LocationsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data LocationsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: LocationsListResponse -> Constr #

dataTypeOf :: LocationsListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LocationsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic LocationsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep LocationsListResponse :: Type -> Type #

ToJSON LocationsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON LocationsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep LocationsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep LocationsListResponse = D1 (MetaData "LocationsListResponse" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "LocationsListResponse'" PrefixI True) (S1 (MetaSel (Just "_llrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_llrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Location]))))

locationsListResponse :: LocationsListResponse Source #

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

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

llrKind :: Lens' LocationsListResponse Text Source #

The type of resource. This is always mirror#locationsList.

Location

data Location Source #

A geographic location that can be associated with a timeline item.

See: location smart constructor.

Instances
Eq Location Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data Location Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: Location -> Constr #

dataTypeOf :: Location -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Location Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic Location Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep Location :: Type -> Type #

Methods

from :: Location -> Rep Location x #

to :: Rep Location x -> Location #

ToJSON Location Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON Location Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Location Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

location :: Location Source #

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

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

lKind :: Lens' Location Text Source #

The type of resource. This is always mirror#location.

lLatitude :: Lens' Location (Maybe Double) Source #

The latitude, in degrees.

lAddress :: Lens' Location (Maybe Text) Source #

The full address of the location.

lDisplayName :: Lens' Location (Maybe Text) Source #

The name to be displayed. This may be a business name or a user-defined place, such as "Home".

lId :: Lens' Location (Maybe Text) Source #

The ID of the location.

lAccuracy :: Lens' Location (Maybe Double) Source #

The accuracy of the location fix in meters.

lLongitude :: Lens' Location (Maybe Double) Source #

The longitude, in degrees.

lTimestamp :: Lens' Location (Maybe UTCTime) Source #

The time at which this location was captured, formatted according to RFC 3339.

Notification

data Notification Source #

A notification delivered by the API.

See: notification smart constructor.

Instances
Eq Notification Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data Notification Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: Notification -> Constr #

dataTypeOf :: Notification -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Notification Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic Notification Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep Notification :: Type -> Type #

ToJSON Notification Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON Notification Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Notification Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Notification = D1 (MetaData "Notification" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "Notification'" PrefixI True) ((S1 (MetaSel (Just "_nOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_nItemId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_nCollection") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_nUserActions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [UserAction])) :*: (S1 (MetaSel (Just "_nVerifyToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_nUserToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

notification :: Notification Source #

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

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

nOperation :: Lens' Notification (Maybe Text) Source #

The type of operation that generated the notification.

nItemId :: Lens' Notification (Maybe Text) Source #

The ID of the item that generated the notification.

nCollection :: Lens' Notification (Maybe Text) Source #

The collection that generated the notification.

nUserActions :: Lens' Notification [UserAction] Source #

A list of actions taken by the user that triggered the notification.

nVerifyToken :: Lens' Notification (Maybe Text) Source #

The secret verify token provided by the service when it subscribed for notifications.

nUserToken :: Lens' Notification (Maybe Text) Source #

The user token provided by the service when it subscribed for notifications.

Contact

data Contact Source #

A person or group that can be used as a creator or a contact.

See: contact smart constructor.

Instances
Eq Contact Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

(==) :: Contact -> Contact -> Bool #

(/=) :: Contact -> Contact -> Bool #

Data Contact Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: Contact -> Constr #

dataTypeOf :: Contact -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Contact Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic Contact Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep Contact :: Type -> Type #

Methods

from :: Contact -> Rep Contact x #

to :: Rep Contact x -> Contact #

ToJSON Contact Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON Contact Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Contact Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

contact :: Contact Source #

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

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

conAcceptCommands :: Lens' Contact [Command] Source #

A list of voice menu commands that a contact can handle. Glass shows up to three contacts for each voice menu command. If there are more than that, the three contacts with the highest priority are shown for that particular command.

conSharingFeatures :: Lens' Contact [Text] Source #

A list of sharing features that a contact can handle. Allowed values are: - ADD_CAPTION

conImageURLs :: Lens' Contact [Text] Source #

Set of image URLs to display for a contact. Most contacts will have a single image, but a "group" contact may include up to 8 image URLs and they will be resized and cropped into a mosaic on the client.

conPriority :: Lens' Contact (Maybe Word32) Source #

Priority for the contact to determine ordering in a list of contacts. Contacts with higher priorities will be shown before ones with lower priorities.

conKind :: Lens' Contact Text Source #

The type of resource. This is always mirror#contact.

conAcceptTypes :: Lens' Contact [Text] Source #

A list of MIME types that a contact supports. The contact will be shown to the user if any of its acceptTypes matches any of the types of the attachments on the item. If no acceptTypes are given, the contact will be shown for all items.

conPhoneNumber :: Lens' Contact (Maybe Text) Source #

Primary phone number for the contact. This can be a fully-qualified number, with country calling code and area code, or a local number.

conDisplayName :: Lens' Contact (Maybe Text) Source #

The name to display for this contact.

conSource :: Lens' Contact (Maybe Text) Source #

The ID of the application that created this contact. This is populated by the API

conId :: Lens' Contact (Maybe Text) Source #

An ID for this contact. This is generated by the application and is treated as an opaque token.

conType :: Lens' Contact (Maybe Text) Source #

The type for this contact. This is used for sorting in UIs. Allowed values are: - INDIVIDUAL - Represents a single person. This is the default. - GROUP - Represents more than a single person.

conSpeakableName :: Lens' Contact (Maybe Text) Source #

Name of this contact as it should be pronounced. If this contact's name must be spoken as part of a voice disambiguation menu, this name is used as the expected pronunciation. This is useful for contact names with unpronounceable characters or whose display spelling is otherwise not phonetic.

AuthToken

data AuthToken Source #

Instances
Eq AuthToken Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data AuthToken Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: AuthToken -> Constr #

dataTypeOf :: AuthToken -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AuthToken Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic AuthToken Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep AuthToken :: Type -> Type #

ToJSON AuthToken Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON AuthToken Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep AuthToken Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep AuthToken = D1 (MetaData "AuthToken" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "AuthToken'" PrefixI True) (S1 (MetaSel (Just "_atAuthToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_atType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

authToken :: AuthToken Source #

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

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

AttachmentsListResponse

data AttachmentsListResponse Source #

A list of Attachments. This is the response from the server to GET requests on the attachments collection.

See: attachmentsListResponse smart constructor.

Instances
Eq AttachmentsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data AttachmentsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: AttachmentsListResponse -> Constr #

dataTypeOf :: AttachmentsListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AttachmentsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic AttachmentsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep AttachmentsListResponse :: Type -> Type #

ToJSON AttachmentsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON AttachmentsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep AttachmentsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep AttachmentsListResponse = D1 (MetaData "AttachmentsListResponse" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "AttachmentsListResponse'" PrefixI True) (S1 (MetaSel (Just "_alrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_alrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Attachment]))))

attachmentsListResponse :: AttachmentsListResponse Source #

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

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

alrKind :: Lens' AttachmentsListResponse Text Source #

The type of resource. This is always mirror#attachmentsList.

MenuItem

data MenuItem Source #

A custom menu item that can be presented to the user by a timeline item.

See: menuItem smart constructor.

Instances
Eq MenuItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data MenuItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: MenuItem -> Constr #

dataTypeOf :: MenuItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MenuItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic MenuItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep MenuItem :: Type -> Type #

Methods

from :: MenuItem -> Rep MenuItem x #

to :: Rep MenuItem x -> MenuItem #

ToJSON MenuItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON MenuItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep MenuItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep MenuItem = D1 (MetaData "MenuItem" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "MenuItem'" PrefixI True) ((S1 (MetaSel (Just "_miValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MenuValue])) :*: (S1 (MetaSel (Just "_miRemoveWhenSelected") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_miAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_miPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_miContextualCommand") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_miId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

menuItem :: MenuItem Source #

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

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

miValues :: Lens' MenuItem [MenuValue] Source #

For CUSTOM items, a list of values controlling the appearance of the menu item in each of its states. A value for the DEFAULT state must be provided. If the PENDING or CONFIRMED states are missing, they will not be shown.

miRemoveWhenSelected :: Lens' MenuItem (Maybe Bool) Source #

If set to true on a CUSTOM menu item, that item will be removed from the menu after it is selected.

miAction :: Lens' MenuItem (Maybe Text) Source #

Controls the behavior when the user picks the menu option. Allowed values are: - CUSTOM - Custom action set by the service. When the user selects this menuItem, the API triggers a notification to your callbackUrl with the userActions.type set to CUSTOM and the userActions.payload set to the ID of this menu item. This is the default value. - Built-in actions: - REPLY - Initiate a reply to the timeline item using the voice recording UI. The creator attribute must be set in the timeline item for this menu to be available. - REPLY_ALL - Same behavior as REPLY. The original timeline item's recipients will be added to the reply item. - DELETE - Delete the timeline item. - SHARE - Share the timeline item with the available contacts. - READ_ALOUD - Read the timeline item's speakableText aloud; if this field is not set, read the text field; if none of those fields are set, this menu item is ignored. - GET_MEDIA_INPUT - Allow users to provide media payloads to Glassware from a menu item (currently, only transcribed text from voice input is supported). Subscribe to notifications when users invoke this menu item to receive the timeline item ID. Retrieve the media from the timeline item in the payload property. - VOICE_CALL - Initiate a phone call using the timeline item's creator.phoneNumber attribute as recipient. - NAVIGATE - Navigate to the timeline item's location. - TOGGLE_PINNED - Toggle the isPinned state of the timeline item. - OPEN_URI - Open the payload of the menu item in the browser. - PLAY_VIDEO - Open the payload of the menu item in the Glass video player. - SEND_MESSAGE - Initiate sending a message to the timeline item's creator: - If the creator.phoneNumber is set and Glass is connected to an Android phone, the message is an SMS. - Otherwise, if the creator.email is set, the message is an email.

miPayload :: Lens' MenuItem (Maybe Text) Source #

A generic payload whose meaning changes depending on this MenuItem's action. - When the action is OPEN_URI, the payload is the URL of the website to view. - When the action is PLAY_VIDEO, the payload is the streaming URL of the video - When the action is GET_MEDIA_INPUT, the payload is the text transcription of a user's speech input

miContextualCommand :: Lens' MenuItem (Maybe Text) Source #

The ContextualMenus.Command associated with this MenuItem (e.g. READ_ALOUD). The voice label for this command will be displayed in the voice menu and the touch label will be displayed in the touch menu. Note that the default menu value's display name will be overriden if you specify this property. Values that do not correspond to a ContextualMenus.Command name will be ignored.

miId :: Lens' MenuItem (Maybe Text) Source #

The ID for this menu item. This is generated by the application and is treated as an opaque token.

Setting

data Setting Source #

A setting for Glass.

See: setting smart constructor.

Instances
Eq Setting Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

(==) :: Setting -> Setting -> Bool #

(/=) :: Setting -> Setting -> Bool #

Data Setting Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: Setting -> Constr #

dataTypeOf :: Setting -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Setting Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic Setting Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep Setting :: Type -> Type #

Methods

from :: Setting -> Rep Setting x #

to :: Rep Setting x -> Setting #

ToJSON Setting Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON Setting Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Setting Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Setting = D1 (MetaData "Setting" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "Setting'" PrefixI True) (S1 (MetaSel (Just "_sKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_sValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

setting :: Setting Source #

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

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

sKind :: Lens' Setting Text Source #

The type of resource. This is always mirror#setting.

sValue :: Lens' Setting (Maybe Text) Source #

The setting value, as a string.

sId :: Lens' Setting (Maybe Text) Source #

The setting's ID. The following IDs are valid: - locale - The key to the user’s language/locale (BCP 47 identifier) that Glassware should use to render localized content. - timezone - The key to the user’s current time zone region as defined in the tz database. Example: America/Los_Angeles.

Attachment

data Attachment Source #

Represents media content, such as a photo, that can be attached to a timeline item.

See: attachment smart constructor.

Instances
Eq Attachment Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data Attachment Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: Attachment -> Constr #

dataTypeOf :: Attachment -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Attachment Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic Attachment Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep Attachment :: Type -> Type #

ToJSON Attachment Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON Attachment Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Attachment Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Attachment = D1 (MetaData "Attachment" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "Attachment'" PrefixI True) ((S1 (MetaSel (Just "_aContentURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aIsProcessingContent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_aContentType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

attachment :: Attachment Source #

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

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

aContentURL :: Lens' Attachment (Maybe Text) Source #

The URL for the content.

aId :: Lens' Attachment (Maybe Text) Source #

The ID of the attachment.

aIsProcessingContent :: Lens' Attachment (Maybe Bool) Source #

Indicates that the contentUrl is not available because the attachment content is still being processed. If the caller wishes to retrieve the content, it should try again later.

aContentType :: Lens' Attachment (Maybe Text) Source #

The MIME type of the attachment.

Account

data Account Source #

Represents an account passed into the Account Manager on Glass.

See: account smart constructor.

Instances
Eq Account Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

(==) :: Account -> Account -> Bool #

(/=) :: Account -> Account -> Bool #

Data Account Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: Account -> Constr #

dataTypeOf :: Account -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Account Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic Account Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep Account :: Type -> Type #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

ToJSON Account Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON Account Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Account Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Account = D1 (MetaData "Account" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "Account'" PrefixI True) ((S1 (MetaSel (Just "_aAuthTokens") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AuthToken])) :*: S1 (MetaSel (Just "_aUserData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [UserData]))) :*: (S1 (MetaSel (Just "_aPassword") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aFeatures") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

account :: Account Source #

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

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

UserData

data UserData Source #

Instances
Eq UserData Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data UserData Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: UserData -> Constr #

dataTypeOf :: UserData -> DataType #

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

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

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

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

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

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

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

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

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

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

Show UserData Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic UserData Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep UserData :: Type -> Type #

Methods

from :: UserData -> Rep UserData x #

to :: Rep UserData x -> UserData #

ToJSON UserData Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON UserData Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep UserData Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep UserData = D1 (MetaData "UserData" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "UserData'" PrefixI True) (S1 (MetaSel (Just "_udValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_udKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

userData :: UserData Source #

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

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

UserAction

data UserAction Source #

Represents an action taken by the user that triggered a notification.

See: userAction smart constructor.

Instances
Eq UserAction Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data UserAction Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: UserAction -> Constr #

dataTypeOf :: UserAction -> DataType #

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

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

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

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

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

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

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

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

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

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

Show UserAction Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic UserAction Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep UserAction :: Type -> Type #

ToJSON UserAction Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON UserAction Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep UserAction Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep UserAction = D1 (MetaData "UserAction" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "UserAction'" PrefixI True) (S1 (MetaSel (Just "_uaPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uaType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

userAction :: UserAction Source #

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

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

uaPayload :: Lens' UserAction (Maybe Text) Source #

An optional payload for the action. For actions of type CUSTOM, this is the ID of the custom menu item that was selected.

uaType :: Lens' UserAction (Maybe Text) Source #

The type of action. The value of this can be: - SHARE - the user shared an item. - REPLY - the user replied to an item. - REPLY_ALL - the user replied to all recipients of an item. - CUSTOM - the user selected a custom menu item on the timeline item. - DELETE - the user deleted the item. - PIN - the user pinned the item. - UNPIN - the user unpinned the item. - LAUNCH - the user initiated a voice command. In the future, additional types may be added. UserActions with unrecognized types should be ignored.

TimelineListResponse

data TimelineListResponse Source #

A list of timeline items. This is the response from the server to GET requests on the timeline collection.

See: timelineListResponse smart constructor.

Instances
Eq TimelineListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data TimelineListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: TimelineListResponse -> Constr #

dataTypeOf :: TimelineListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TimelineListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic TimelineListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep TimelineListResponse :: Type -> Type #

ToJSON TimelineListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON TimelineListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep TimelineListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep TimelineListResponse = D1 (MetaData "TimelineListResponse" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "TimelineListResponse'" PrefixI True) (S1 (MetaSel (Just "_tlrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tlrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tlrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TimelineItem])))))

timelineListResponse :: TimelineListResponse Source #

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

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

tlrNextPageToken :: Lens' TimelineListResponse (Maybe Text) Source #

The next page token. Provide this as the pageToken parameter in the request to retrieve the next page of results.

tlrKind :: Lens' TimelineListResponse Text Source #

The type of resource. This is always mirror#timeline.

ContactsListResponse

data ContactsListResponse Source #

A list of Contacts representing contacts. This is the response from the server to GET requests on the contacts collection.

See: contactsListResponse smart constructor.

Instances
Eq ContactsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data ContactsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: ContactsListResponse -> Constr #

dataTypeOf :: ContactsListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ContactsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic ContactsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep ContactsListResponse :: Type -> Type #

ToJSON ContactsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON ContactsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep ContactsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep ContactsListResponse = D1 (MetaData "ContactsListResponse" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "ContactsListResponse'" PrefixI True) (S1 (MetaSel (Just "_clrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_clrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Contact]))))

contactsListResponse :: ContactsListResponse Source #

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

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

clrKind :: Lens' ContactsListResponse Text Source #

The type of resource. This is always mirror#contacts.

MenuValue

data MenuValue Source #

A single value that is part of a MenuItem.

See: menuValue smart constructor.

Instances
Eq MenuValue Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data MenuValue Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: MenuValue -> Constr #

dataTypeOf :: MenuValue -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MenuValue Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic MenuValue Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep MenuValue :: Type -> Type #

ToJSON MenuValue Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON MenuValue Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep MenuValue Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep MenuValue = D1 (MetaData "MenuValue" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "MenuValue'" PrefixI True) (S1 (MetaSel (Just "_mvState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_mvDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mvIconURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

menuValue :: MenuValue Source #

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

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

mvState :: Lens' MenuValue (Maybe Text) Source #

The state that this value applies to. Allowed values are: - DEFAULT - Default value shown when displayed in the menuItems list. - PENDING - Value shown when the menuItem has been selected by the user but can still be cancelled. - CONFIRMED - Value shown when the menuItem has been selected by the user and can no longer be cancelled.

mvDisplayName :: Lens' MenuValue (Maybe Text) Source #

The name to display for the menu item. If you specify this property for a built-in menu item, the default contextual voice command for that menu item is not shown.

mvIconURL :: Lens' MenuValue (Maybe Text) Source #

URL of an icon to display with the menu item.

Subscription

data Subscription Source #

A subscription to events on a collection.

See: subscription smart constructor.

Instances
Eq Subscription Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data Subscription Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: Subscription -> Constr #

dataTypeOf :: Subscription -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Subscription Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic Subscription Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep Subscription :: Type -> Type #

ToJSON Subscription Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON Subscription Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep Subscription Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

subscription :: Subscription Source #

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

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

subCallbackURL :: Lens' Subscription (Maybe Text) Source #

The URL where notifications should be delivered (must start with https://).

subOperation :: Lens' Subscription [Text] Source #

A list of operations that should be subscribed to. An empty list indicates that all operations on the collection should be subscribed to. Allowed values are: - UPDATE - The item has been updated. - INSERT - A new item has been inserted. - DELETE - The item has been deleted. - MENU_ACTION - A custom menu item has been triggered by the user.

subNotification :: Lens' Subscription (Maybe Notification) Source #

Container object for notifications. This is not populated in the Subscription resource.

subKind :: Lens' Subscription Text Source #

The type of resource. This is always mirror#subscription.

subCollection :: Lens' Subscription (Maybe Text) Source #

The collection to subscribe to. Allowed values are: - timeline - Changes in the timeline including insertion, deletion, and updates. - locations - Location updates. - settings - Settings updates.

subVerifyToken :: Lens' Subscription (Maybe Text) Source #

A secret token sent to the subscriber in notifications so that it can verify that the notification was generated by Google.

subUserToken :: Lens' Subscription (Maybe Text) Source #

An opaque token sent to the subscriber in notifications so that it can determine the ID of the user.

subId :: Lens' Subscription (Maybe Text) Source #

The ID of the subscription.

subUpdated :: Lens' Subscription (Maybe UTCTime) Source #

The time at which this subscription was last modified, formatted according to RFC 3339.

TimelineItem

data TimelineItem Source #

Each item in the user's timeline is represented as a TimelineItem JSON structure, described below.

See: timelineItem smart constructor.

Instances
Eq TimelineItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data TimelineItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: TimelineItem -> Constr #

dataTypeOf :: TimelineItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TimelineItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic TimelineItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep TimelineItem :: Type -> Type #

ToJSON TimelineItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON TimelineItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep TimelineItem Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep TimelineItem = D1 (MetaData "TimelineItem" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "TimelineItem'" PrefixI True) ((((S1 (MetaSel (Just "_tiCreator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Contact)) :*: (S1 (MetaSel (Just "_tiDisplayTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_tiEtag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_tiIsDeleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_tiPinScore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_tiAttachments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Attachment]))))) :*: ((S1 (MetaSel (Just "_tiLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Location)) :*: (S1 (MetaSel (Just "_tiMenuItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MenuItem])) :*: S1 (MetaSel (Just "_tiNotification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NotificationConfig)))) :*: ((S1 (MetaSel (Just "_tiText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tiKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_tiCreated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_tiSpeakableText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_tiIsBundleCover") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_tiSpeakableType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tiBundleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_tiCanonicalURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tiSelfLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tiIsPinned") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 (MetaSel (Just "_tiSourceItemId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tiHTML") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_tiUpdated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_tiRecipients") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Contact]))) :*: (S1 (MetaSel (Just "_tiTitle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tiInReplyTo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

tiCreator :: Lens' TimelineItem (Maybe Contact) Source #

The user or group that created this item.

tiDisplayTime :: Lens' TimelineItem (Maybe UTCTime) Source #

The time that should be displayed when this item is viewed in the timeline, formatted according to RFC 3339. This user's timeline is sorted chronologically on display time, so this will also determine where the item is displayed in the timeline. If not set by the service, the display time defaults to the updated time.

tiEtag :: Lens' TimelineItem (Maybe Text) Source #

ETag for this item.

tiIsDeleted :: Lens' TimelineItem (Maybe Bool) Source #

When true, indicates this item is deleted, and only the ID property is set.

tiPinScore :: Lens' TimelineItem (Maybe Int32) Source #

For pinned items, this determines the order in which the item is displayed in the timeline, with a higher score appearing closer to the clock. Note: setting this field is currently not supported.

tiAttachments :: Lens' TimelineItem [Attachment] Source #

A list of media attachments associated with this item. As a convenience, you can refer to attachments in your HTML payloads with the attachment or cid scheme. For example: - attachment: where attachment_index is the 0-based index of this array. - cid: where attachment_id is the ID of the attachment.

tiLocation :: Lens' TimelineItem (Maybe Location) Source #

The geographic location associated with this item.

tiMenuItems :: Lens' TimelineItem [MenuItem] Source #

A list of menu items that will be presented to the user when this item is selected in the timeline.

tiNotification :: Lens' TimelineItem (Maybe NotificationConfig) Source #

Controls how notifications for this item are presented on the device. If this is missing, no notification will be generated.

tiText :: Lens' TimelineItem (Maybe Text) Source #

Text content of this item.

tiKind :: Lens' TimelineItem Text Source #

The type of resource. This is always mirror#timelineItem.

tiCreated :: Lens' TimelineItem (Maybe UTCTime) Source #

The time at which this item was created, formatted according to RFC 3339.

tiSpeakableText :: Lens' TimelineItem (Maybe Text) Source #

The speakable version of the content of this item. Along with the READ_ALOUD menu item, use this field to provide text that would be clearer when read aloud, or to provide extended information to what is displayed visually on Glass. Glassware should also specify the speakableType field, which will be spoken before this text in cases where the additional context is useful, for example when the user requests that the item be read aloud following a notification.

tiIsBundleCover :: Lens' TimelineItem (Maybe Bool) Source #

Whether this item is a bundle cover. If an item is marked as a bundle cover, it will be the entry point to the bundle of items that have the same bundleId as that item. It will be shown only on the main timeline — not within the opened bundle. On the main timeline, items that are shown are: - Items that have isBundleCover set to true - Items that do not have a bundleId In a bundle sub-timeline, items that are shown are: - Items that have the bundleId in question AND isBundleCover set to false

tiSpeakableType :: Lens' TimelineItem (Maybe Text) Source #

A speakable description of the type of this item. This will be announced to the user prior to reading the content of the item in cases where the additional context is useful, for example when the user requests that the item be read aloud following a notification. This should be a short, simple noun phrase such as "Email", "Text message", or "Daily Planet News Update". Glassware are encouraged to populate this field for every timeline item, even if the item does not contain speakableText or text so that the user can learn the type of the item without looking at the screen.

tiBundleId :: Lens' TimelineItem (Maybe Text) Source #

The bundle ID for this item. Services can specify a bundleId to group many items together. They appear under a single top-level item on the device.

tiCanonicalURL :: Lens' TimelineItem (Maybe Text) Source #

A canonical URL pointing to the canonical/high quality version of the data represented by the timeline item.

tiSelfLink :: Lens' TimelineItem (Maybe Text) Source #

A URL that can be used to retrieve this item.

tiIsPinned :: Lens' TimelineItem (Maybe Bool) Source #

When true, indicates this item is pinned, which means it's grouped alongside "active" items like navigation and hangouts, on the opposite side of the home screen from historical (non-pinned) timeline items. You can allow the user to toggle the value of this property with the TOGGLE_PINNED built-in menu item.

tiSourceItemId :: Lens' TimelineItem (Maybe Text) Source #

Opaque string you can use to map a timeline item to data in your own service.

tiId :: Lens' TimelineItem (Maybe Text) Source #

The ID of the timeline item. This is unique within a user's timeline.

tiHTML :: Lens' TimelineItem (Maybe Text) Source #

HTML content for this item. If both text and html are provided for an item, the html will be rendered in the timeline. Allowed HTML elements - You can use these elements in your timeline cards. - Headers: h1, h2, h3, h4, h5, h6 - Images: img - Lists: li, ol, ul - HTML5 semantics: article, aside, details, figure, figcaption, footer, header, nav, section, summary, time - Structural: blockquote, br, div, hr, p, span - Style: b, big, center, em, i, u, s, small, strike, strong, style, sub, sup - Tables: table, tbody, td, tfoot, th, thead, tr Blocked HTML elements: These elements and their contents are removed from HTML payloads. - Document headers: head, title - Embeds: audio, embed, object, source, video - Frames: frame, frameset - Scripting: applet, script Other elements: Any elements that aren't listed are removed, but their contents are preserved.

tiUpdated :: Lens' TimelineItem (Maybe UTCTime) Source #

The time at which this item was last modified, formatted according to RFC 3339.

tiRecipients :: Lens' TimelineItem [Contact] Source #

A list of users or groups that this item has been shared with.

tiTitle :: Lens' TimelineItem (Maybe Text) Source #

The title of this item.

tiInReplyTo :: Lens' TimelineItem (Maybe Text) Source #

If this item was generated as a reply to another item, this field will be set to the ID of the item being replied to. This can be used to attach a reply to the appropriate conversation or post.

SubscriptionsListResponse

data SubscriptionsListResponse Source #

A list of Subscriptions. This is the response from the server to GET requests on the subscription collection.

See: subscriptionsListResponse smart constructor.

Instances
Eq SubscriptionsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Data SubscriptionsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Methods

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

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

toConstr :: SubscriptionsListResponse -> Constr #

dataTypeOf :: SubscriptionsListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SubscriptionsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Generic SubscriptionsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

Associated Types

type Rep SubscriptionsListResponse :: Type -> Type #

ToJSON SubscriptionsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

FromJSON SubscriptionsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep SubscriptionsListResponse Source # 
Instance details

Defined in Network.Google.Mirror.Types.Product

type Rep SubscriptionsListResponse = D1 (MetaData "SubscriptionsListResponse" "Network.Google.Mirror.Types.Product" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "SubscriptionsListResponse'" PrefixI True) (S1 (MetaSel (Just "_slrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_slrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Subscription]))))

subscriptionsListResponse :: SubscriptionsListResponse Source #

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

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

slrKind :: Lens' SubscriptionsListResponse Text Source #

The type of resource. This is always mirror#subscriptionsList.