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 |
Checks the status of a test matrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist
See: Cloud Testing API Reference for testing.projects.testMatrices.get
.
Synopsis
- type ProjectsTestMatricesGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("testMatrices" :> (Capture "testMatrixId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TestMatrix))))))))))
- projectsTestMatricesGet :: Text -> Text -> ProjectsTestMatricesGet
- data ProjectsTestMatricesGet
- ptmgXgafv :: Lens' ProjectsTestMatricesGet (Maybe Xgafv)
- ptmgUploadProtocol :: Lens' ProjectsTestMatricesGet (Maybe Text)
- ptmgTestMatrixId :: Lens' ProjectsTestMatricesGet Text
- ptmgAccessToken :: Lens' ProjectsTestMatricesGet (Maybe Text)
- ptmgUploadType :: Lens' ProjectsTestMatricesGet (Maybe Text)
- ptmgProjectId :: Lens' ProjectsTestMatricesGet Text
- ptmgCallback :: Lens' ProjectsTestMatricesGet (Maybe Text)
REST Resource
type ProjectsTestMatricesGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("testMatrices" :> (Capture "testMatrixId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TestMatrix)))))))))) Source #
A resource alias for testing.projects.testMatrices.get
method which the
ProjectsTestMatricesGet
request conforms to.
Creating a Request
projectsTestMatricesGet Source #
Creates a value of ProjectsTestMatricesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsTestMatricesGet Source #
Checks the status of a test matrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist
See: projectsTestMatricesGet
smart constructor.
Instances
Request Lenses
ptmgUploadProtocol :: Lens' ProjectsTestMatricesGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ptmgTestMatrixId :: Lens' ProjectsTestMatricesGet Text Source #
Unique test matrix id which was assigned by the service.
ptmgAccessToken :: Lens' ProjectsTestMatricesGet (Maybe Text) Source #
OAuth access token.
ptmgUploadType :: Lens' ProjectsTestMatricesGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ptmgProjectId :: Lens' ProjectsTestMatricesGet Text Source #
Cloud project that owns the test matrix.
ptmgCallback :: Lens' ProjectsTestMatricesGet (Maybe Text) Source #
JSONP