gogol-clouderrorreporting-0.4.0: Google Stackdriver Error Reporting 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.CloudErrorReporting.Projects.GroupStats.List

Contents

Description

Lists the specified groups.

See: Stackdriver Error Reporting API Reference for clouderrorreporting.projects.groupStats.list.

Synopsis

REST Resource

type ProjectsGroupStatsListResource = "v1beta1" :> (Capture "projectName" Text :> ("groupStats" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "timedCountDuration" GDuration :> (QueryParam "alignment" Text :> (QueryParams "groupId" Text :> (QueryParam "alignmentTime" DateTime' :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "serviceFilter.service" Text :> (QueryParam "order" Text :> (QueryParam "serviceFilter.resourceType" Text :> (QueryParam "callback" Text :> (QueryParam "serviceFilter.version" Text :> (QueryParam "timeRange.period" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListGroupStatsResponse))))))))))))))))))) Source #

A resource alias for clouderrorreporting.projects.groupStats.list method which the ProjectsGroupStatsList request conforms to.

Creating a Request

data ProjectsGroupStatsList Source #

Lists the specified groups.

See: projectsGroupStatsList smart constructor.

Instances
Eq ProjectsGroupStatsList Source # 
Instance details

Defined in Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List

Data ProjectsGroupStatsList Source # 
Instance details

Defined in Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List

Methods

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

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

toConstr :: ProjectsGroupStatsList -> Constr #

dataTypeOf :: ProjectsGroupStatsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsGroupStatsList Source # 
Instance details

Defined in Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List

Generic ProjectsGroupStatsList Source # 
Instance details

Defined in Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List

Associated Types

type Rep ProjectsGroupStatsList :: Type -> Type #

GoogleRequest ProjectsGroupStatsList Source # 
Instance details

Defined in Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List

type Rep ProjectsGroupStatsList Source # 
Instance details

Defined in Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List

type Rep ProjectsGroupStatsList = D1 (MetaData "ProjectsGroupStatsList" "Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List" "gogol-clouderrorreporting-0.4.0-2fiCci7Z6QjBU5UdTGLhWZ" False) (C1 (MetaCons "ProjectsGroupStatsList'" PrefixI True) ((((S1 (MetaSel (Just "_pgslXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pgslUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pgslAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pgslUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pgslTimedCountDuration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_pgslAlignment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pgslProjectName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pgslGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))) :*: (((S1 (MetaSel (Just "_pgslAlignmentTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_pgslPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pgslPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pgslServiceFilterService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pgslOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pgslServiceFilterResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pgslCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pgslServiceFilterVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pgslTimeRangePeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsGroupStatsList Source # 
Instance details

Defined in Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List

type Scopes ProjectsGroupStatsList = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsGroupStatsList Source # 
Instance details

Defined in Network.Google.Resource.CloudErrorReporting.Projects.GroupStats.List

Request Lenses

pgslUploadProtocol :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

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

pgslUploadType :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

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

pgslTimedCountDuration :: Lens' ProjectsGroupStatsList (Maybe Scientific) Source #

Optional
The preferred duration for a single returned `TimedCount`. If not set, no timed counts are returned.

pgslAlignment :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

Optional
The alignment of the timed counts to be returned. Default is `ALIGNMENT_EQUAL_AT_END`.

pgslProjectName :: Lens' ProjectsGroupStatsList Text Source #

Required
The resource name of the Google Cloud Platform project. Written as 'projects\/' plus the Google Cloud Platform project ID. Example: 'projects\/my-project-123'.

pgslGroupId :: Lens' ProjectsGroupStatsList [Text] Source #

Optional
List all ErrorGroupStats with these IDs.

pgslAlignmentTime :: Lens' ProjectsGroupStatsList (Maybe UTCTime) Source #

Optional
Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.

pgslPageToken :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

Optional
A `next_page_token` provided by a previous response. To view additional results, pass this token along with the identical query parameters as the first request.

pgslPageSize :: Lens' ProjectsGroupStatsList (Maybe Int32) Source #

Optional
The maximum number of results to return per response. Default is 20.

pgslServiceFilterService :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

Optional
The exact value to match against
`ServiceContext.service`
(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).

pgslOrder :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

Optional
The sort order in which the results are returned. Default is `COUNT_DESC`.

pgslServiceFilterResourceType :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

Optional
The exact value to match against
`ServiceContext.resource_type`
(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).

pgslServiceFilterVersion :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

Optional
The exact value to match against
`ServiceContext.version`
(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).

pgslTimeRangePeriod :: Lens' ProjectsGroupStatsList (Maybe Text) Source #

Restricts the query to the specified time range.