toolresults  v1beta3
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567891011]
 NGoogle
 NApis
 NToolResults
 Nv1beta3
 NData
 CAndroidAppInfoAndroid app information.
 CAndroidInstrumentationTestA test of an Android application that can control an Android component independently of its normal lifecycle
 CAndroidRoboTestA test of an android application that explores the application on a virtual or physical Android device, finding culprits and crashes as it goes.
 CAndroidTestAn Android mobile test specification.
 CAnyAny contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message
 CAppStartTime
 CBasicPerfSampleSeriesEncapsulates the metadata for basic sample series represented by a line chart
 CBatchCreatePerfSamplesRequestThe request must provide up to a maximum of 5000 samples to be created; a larger sample size will cause an INVALID_ARGUMENT error
 CBatchCreatePerfSamplesResponse
 CCPUInfo
 CDurationA Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". It is related to Timestamp in that the difference between two Timestamp values is a Duration and it can be added or subtracted from a Timestamp. Range is approximately +-10,000 years
 CEnvironmentAn Environment represents the set of test runs (Steps) from the parent Execution that are configured with the same set of dimensions (Model, Version, Locale, and Orientation). Multiple such runs occur particularly because of features like sharding (splitting up a test suite to run in parallel across devices) and reruns (running a test multiple times to check for different outcomes).
 CEnvironmentDimensionValueEntry
 CExecutionAn Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step
 CFailureDetailDetails for an outcome with a FAILURE outcome summary.
 CFileReferenceA reference to a file.
 CGraphicsStatsGraphics statistics for the App. The information is collected from 'adb shell dumpsys graphicsstats'. For more info see: https://developer.android.com/training/testing/performance.html Statistics will only be present for API 23+.
 CGraphicsStatsBucket
 CHistoryA History represents a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can be used to group all the Executions of a continuous build
 CImageAn image, with a link to the main image and a thumbnail.
 CInconclusiveDetailDetails for an outcome with an INCONCLUSIVE outcome summary.
 CIndividualOutcomeStep Id and outcome of each individual step that was run as a group with other steps with the same configuration.
 CListEnvironmentsResponseResponse message for EnvironmentService.ListEnvironments.
 CListExecutionsResponse
 CListHistoriesResponseResponse message for HistoryService.List
 CListPerfSampleSeriesResponse
 CListPerfSamplesResponse
 CListScreenshotClustersResponse
 CListStepsResponseResponse message for StepService.List.
 CListStepThumbnailsResponseA response containing the thumbnails in a step.
 CListTestCasesResponseResponse message for StepService.ListTestCases.
 CMemoryInfo
 CMergedResultMerged test result for environment
 CMultiStepDetails when multiple steps are run with the same configuration as a group.
 COutcomeInterprets a result so that humans and machines can act on it.
 CPerfEnvironmentEncapsulates performance environment info
 CPerfMetricsSummaryA summary of perf metrics collected and performance environment info
 CPerfSampleResource representing a single performance measure or data point
 CPerfSampleSeriesResource representing a collection of performance samples (or data points)
 CPrimaryStepStores rollup test status of multiple steps that were run as a group and outcome of each individual step.
 CProjectSettingsPer-project settings for the Tool Results service.
 CPublishXunitXmlFilesRequestRequest message for StepService.PublishXunitXmlFiles.
 CResultsStorageThe storage for test results.
 CScreen
 CScreenshotCluster
 CShardSummaryResult summary for a shard in an environment.
 CSkippedDetailDetails for an outcome with a SKIPPED outcome summary.
 CSpecificationThe details about how to run the execution.
 CStackTraceA stacktrace.
 CStatusThe Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details
 CStepA Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler)
 CStepDimensionValueEntry
 CStepLabelsEntry
 CSuccessDetailDetails for an outcome with a SUCCESS outcome summary. LINT.IfChange
 CTestCase
 CTestCaseReferenceA reference to a test case
 CTestExecutionStepA step that represents running tests
 CTestIssueAn issue detected occurring during a test execution.
 CTestSuiteOverviewA summary of a test suite result either parsed from XML or uploaded directly by a user
 CTestTimingTesting timing break down to know phases.
 CThumbnailA single thumbnail, with its size and format.
 CTimestampA Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution. The count is relative to an epoch at UTC midnight on January 1, 1970, in the proleptic Gregorian calendar which extends the Gregorian calendar backwards to year one
 CToolExecutionAn execution of an arbitrary tool. It could be a test runner or a tool copying artifacts or deploying code.
 CToolExecutionStepGeneric tool step to be used for binaries we do not explicitly support. For example: running cp to copy artifacts from one location to another.
 CToolExitCodeExit code from a tool execution.
 CToolOutputReferenceA reference to a ToolExecution output file.
 CProjectsResourceThe "projects" collection of methods.
 CGetSettingsRequestGets the Tool Results settings for a project
 CHistoriesResourceThe "histories" collection of methods.
 CCreateRequestCreates a History
 CExecutionsResourceThe "executions" collection of methods.
 CClustersResourceThe "clusters" collection of methods.
 CCreateRequestCreates an Execution
 CEnvironmentsResourceThe "environments" collection of methods.
 CGetRequestGets an Execution
 CListRequestLists Executions for a given History
 CPatchRequestUpdates an existing Execution with the supplied partial entity
 CStepsResourceThe "steps" collection of methods.
 CGetRequestGets a History
 CListRequestLists Histories for a given Project
 CInitializeSettingsRequestCreates resources for settings which have not yet been set
 CToolResultsBaseServiceRequestA base abstract class for ToolResults requests.
 CToolResultsServiceThe ToolResults Service.