Namespace Google.Apis.Testing.v1
Classes
ApplicationDetailServiceResource
The "applicationDetailService" collection of methods.
ApplicationDetailServiceResource.GetApkDetailsRequest
Gets the details of an Android application APK.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.DeviceSessionsResource
The "deviceSessions" collection of methods.
ProjectsResource.DeviceSessionsResource.CancelRequest
POST /v1/projects/{project_id}/deviceSessions/{device_session_id}:cancel Changes the DeviceSession to state FINISHED and terminates all connections. Canceled sessions are not deleted and can be retrieved or listed by the user until they expire based on the 28 day deletion policy.
ProjectsResource.DeviceSessionsResource.CreateRequest
POST /v1/projects/{project_id}/deviceSessions
ProjectsResource.DeviceSessionsResource.GetRequest
GET /v1/projects/{project_id}/deviceSessions/{device_session_id} Return a DeviceSession, which documents the allocation status and whether the device is allocated. Clients making requests from this API must poll GetDeviceSession.
ProjectsResource.DeviceSessionsResource.ListRequest
GET /v1/projects/{project_id}/deviceSessions Lists device Sessions owned by the project user.
ProjectsResource.DeviceSessionsResource.PatchRequest
PATCH /v1/projects/{projectId}/deviceSessions/deviceSessionId}:updateDeviceSession Updates the current device session to the fields described by the update_mask.
ProjectsResource.TestMatricesResource
The "testMatrices" collection of methods.
ProjectsResource.TestMatricesResource.CancelRequest
Cancels unfinished test executions in a test matrix. This call returns immediately and cancellation proceeds asynchronously. If the matrix is already final, this operation will have no effect. 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
ProjectsResource.TestMatricesResource.CreateRequest
Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. The returned matrix will not yet contain the executions that will be created for this matrix. Execution creation happens later on and will require a call to GetTestMatrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.
ProjectsResource.TestMatricesResource.GetRequest
Checks the status of a test matrix and the executions once they are created. The test matrix will contain the list of test executions to run if and only if the resultStorage.toolResultsExecution fields have been populated. Note: Flaky test executions may be added to the matrix at a later stage. 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
TestEnvironmentCatalogResource
The "testEnvironmentCatalog" collection of methods.
TestEnvironmentCatalogResource.GetRequest
Gets the catalog of supported test environments. May return any of the following canonical error codes: - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the environment type does not exist - INTERNAL - if an internal error occurred
TestingBaseServiceRequest<TResponse>
A base abstract class for Testing requests.
TestingService
The Testing Service.
TestingService.Scope
Available OAuth 2.0 scopes for use with the Cloud Testing API.
TestingService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Testing API.
Enums
TestEnvironmentCatalogResource.GetRequest.EnvironmentTypeEnum
Required. The type of environment that should be listed.
TestingBaseServiceRequest<TResponse>.AltEnum
Data format for response.
TestingBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.