Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists the specified groups.
See: Stackdriver Error Reporting API Reference for clouderrorreporting.projects.groupStats.list
.
Synopsis
- 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)))))))))))))))))))
- projectsGroupStatsList :: Text -> ProjectsGroupStatsList
- data ProjectsGroupStatsList
- pgslXgafv :: Lens' ProjectsGroupStatsList (Maybe Xgafv)
- pgslUploadProtocol :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslAccessToken :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslUploadType :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslTimedCountDuration :: Lens' ProjectsGroupStatsList (Maybe Scientific)
- pgslAlignment :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslProjectName :: Lens' ProjectsGroupStatsList Text
- pgslGroupId :: Lens' ProjectsGroupStatsList [Text]
- pgslAlignmentTime :: Lens' ProjectsGroupStatsList (Maybe UTCTime)
- pgslPageToken :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslPageSize :: Lens' ProjectsGroupStatsList (Maybe Int32)
- pgslServiceFilterService :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslOrder :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslServiceFilterResourceType :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslCallback :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslServiceFilterVersion :: Lens' ProjectsGroupStatsList (Maybe Text)
- pgslTimeRangePeriod :: Lens' ProjectsGroupStatsList (Maybe Text)
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
projectsGroupStatsList Source #
Creates a value of ProjectsGroupStatsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsGroupStatsList Source #
Lists the specified groups.
See: projectsGroupStatsList
smart constructor.
Instances
Request Lenses
pgslUploadProtocol :: Lens' ProjectsGroupStatsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pgslAccessToken :: Lens' ProjectsGroupStatsList (Maybe Text) Source #
OAuth access token.
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).
pgslCallback :: Lens' ProjectsGroupStatsList (Maybe Text) Source #
JSONP
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.