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 |
Gets a single group.
See: Stackdriver Monitoring API Reference for monitoring.projects.groups.get
.
Synopsis
- type ProjectsGroupsGetResource = "v3" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Group)))))))
- projectsGroupsGet :: Text -> ProjectsGroupsGet
- data ProjectsGroupsGet
- pggXgafv :: Lens' ProjectsGroupsGet (Maybe Xgafv)
- pggUploadProtocol :: Lens' ProjectsGroupsGet (Maybe Text)
- pggAccessToken :: Lens' ProjectsGroupsGet (Maybe Text)
- pggUploadType :: Lens' ProjectsGroupsGet (Maybe Text)
- pggName :: Lens' ProjectsGroupsGet Text
- pggCallback :: Lens' ProjectsGroupsGet (Maybe Text)
REST Resource
type ProjectsGroupsGetResource = "v3" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Group))))))) Source #
A resource alias for monitoring.projects.groups.get
method which the
ProjectsGroupsGet
request conforms to.
Creating a Request
Creates a value of ProjectsGroupsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsGroupsGet Source #
Gets a single group.
See: projectsGroupsGet
smart constructor.
Instances
Request Lenses
pggUploadProtocol :: Lens' ProjectsGroupsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pggAccessToken :: Lens' ProjectsGroupsGet (Maybe Text) Source #
OAuth access token.
pggUploadType :: Lens' ProjectsGroupsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pggName :: Lens' ProjectsGroupsGet Text Source #
The group to retrieve. The format is "projects/{project_id_or_number}/groups/{group_id}".
pggCallback :: Lens' ProjectsGroupsGet (Maybe Text) Source #
JSONP